public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-ytmusicapi] rawhide: Convert to %autorelease and %autochangelog
@ 2026-06-13 23:24 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-13 23:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 23:24 [rpms/python-ytmusicapi] rawhide: Convert to %autorelease and %autochangelog Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox