public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ytmusicapi] rawhide: Convert to %autorelease and %autochangelog
Date: Sat, 13 Jun 2026 23:24:28 GMT	[thread overview]
Message-ID: <178139306891.1.7710415038533251085.rpms-python-ytmusicapi-bb7362c0c157@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-ytmusicapi
            Branch : rawhide
            Commit : bb7362c0c15718dc4caf40e4580b67aec4c35ee4
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-13T20:02:22-03:00
            Stats  : +77/-76 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-ytmusicapi/c/bb7362c0c15718dc4caf40e4580b67aec4c35ee4?branch=rawhide

            Log:
            Convert to %autorelease and %autochangelog

[skip changelog]

---
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..61af967
--- /dev/null
+++ b/changelog
@@ -0,0 +1,75 @@
+* Sat Jun 13 2026 Filipe Rosset <filiperosset@fedoraproject.org> - 1.10.2-8
+- Modernize spec file: remove duplicate/circular Recommends
+- Fix description encoding issue
+- Remove PKG-INFO from %%doc
+- Add manual page for ytmusicapi binary
+
+* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.10.2-7
+- Rebuilt for Python 3.15
+
+* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.10.2-5
+- Rebuilt for Python 3.14.0rc3 bytecode
+
+* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.10.2-4
+- Rebuilt for Python 3.14.0rc2 bytecode
+
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.10.2-2
+- Rebuilt for Python 3.14
+
+* Fri Mar 21 2025 Steve Cossette <farchord@gmail.com> - 1.10.2-1
+- 1.10.2
+
+* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Mon Dec 23 2024 Steve Cossette <farchord@gmail.com> - 1.9.0-1
+- 1.9.0
+
+* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.3.0-4
+- Rebuilt for Python 3.13
+
+* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 1.3.0-1
+- 1.3.0
+
+* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.24.1-4
+- Rebuilt for Python 3.12
+
+* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sat Dec 10 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.24.1-2
+- build fix for pyproject.toml
+- Remove old source files
+
+* Sat Dec 10 2022 Justin Zobel <justin@1707.io> - 0.24.1-1
+- v0.24.1
+
+* Thu Aug 25 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.22.0-1
+- v0.22.0
+
+* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.20.0-2
+- Rebuilt for Python 3.11
+
+* Sun Jan 16 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.20.0-1
+- Initial version of package

diff --git a/python-ytmusicapi.spec b/python-ytmusicapi.spec
index be8789a..c3ad1c4 100644
--- a/python-ytmusicapi.spec
+++ b/python-ytmusicapi.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{srcname}
 Version:        1.10.2
-Release:        8%{?dist}
+Release:        %autorelease
 License:        MIT
 Summary:        Unofficial API for YouTube Music
 Url:            https://github.com/sigma67/%{srcname}
@@ -51,78 +51,4 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/ytmusicapi.1
 
 
 %changelog
-* Sat Jun 13 2026 Filipe Rosset <filiperosset@fedoraproject.org> - 1.10.2-8
-- Modernize spec file: remove duplicate/circular Recommends
-- Fix description encoding issue
-- Remove PKG-INFO from %%doc
-- Add manual page for ytmusicapi binary
-
-* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.10.2-7
-- Rebuilt for Python 3.15
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.10.2-5
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.10.2-4
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.10.2-2
-- Rebuilt for Python 3.14
-
-* Fri Mar 21 2025 Steve Cossette <farchord@gmail.com> - 1.10.2-1
-- 1.10.2
-
-* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Mon Dec 23 2024 Steve Cossette <farchord@gmail.com> - 1.9.0-1
-- 1.9.0
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.3.0-4
-- Rebuilt for Python 3.13
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 1.3.0-1
-- 1.3.0
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.24.1-4
-- Rebuilt for Python 3.12
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Dec 10 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.24.1-2
-- build fix for pyproject.toml
-- Remove old source files
-
-* Sat Dec 10 2022 Justin Zobel <justin@1707.io> - 0.24.1-1
-- v0.24.1
-
-* Thu Aug 25 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.22.0-1
-- v0.22.0
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.20.0-2
-- Rebuilt for Python 3.11
-
-* Sun Jan 16 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.20.0-1
-- Initial version of package
+%autochangelog

                 reply	other threads:[~2026-06-13 23:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178139306891.1.7710415038533251085.rpms-python-ytmusicapi-bb7362c0c157@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox