Convert to %autorelease and %autochangelog
[skip changelog]
This commit is contained in:
parent
e5307353bb
commit
91516413ec
2 changed files with 63 additions and 62 deletions
61
changelog
Normal file
61
changelog
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
* Mon Jul 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.6-1
|
||||
- Update to 3.10.6. Fixes rhbz#2291190.
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 3.10.3-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jun 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.3-1
|
||||
- Update to 3.10.3. Fixes rhbz#2278078.
|
||||
|
||||
* Fri May 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.1-2
|
||||
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
|
||||
|
||||
* Mon Apr 15 2024 Maxwell G <maxwell@gtmx.me> - 3.10.1-1
|
||||
- Update to 3.10.1. Fixes rhbz#2264126.
|
||||
|
||||
* Tue Feb 6 2024 Maxwell G <maxwell@gtmx.me> - 3.9.13-1
|
||||
- Update to 3.9.13. Fixes rhbz#2262570.
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 18 2024 Maxwell G <maxwell@gtmx.me> - 3.9.12-1
|
||||
- Update to 3.9.12. Fixes rhbz#2259025.
|
||||
|
||||
* Wed Nov 22 2023 Maxwell G <maxwell@gtmx.me> - 3.9.10-1
|
||||
- Update to 3.9.10. Fixes rhbz#2243767.
|
||||
|
||||
* Tue Oct 10 2023 Maxwell G <maxwell@gtmx.me> - 3.9.8-1
|
||||
- Update to 3.9.8. Fixes rhbz#2229530.
|
||||
|
||||
* Tue Jul 25 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.2-2
|
||||
- Backport patch to add PyType_GetDict for Python 3.12
|
||||
- Fixes: rhbz#2220383
|
||||
|
||||
* Fri Jul 21 2023 Maxwell G <maxwell@gtmx.me> - 3.9.2-1
|
||||
- Update to 3.9.2. Fixes rhbz#2211703.
|
||||
|
||||
* Fri Jul 21 2023 Maxwell G <maxwell@gtmx.me> - 3.8.14-1
|
||||
- Update to 3.8.14.
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 27 2023 Python Maint <python-maint@redhat.com> - 3.8.12-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Thu May 18 2023 Maxwell G <maxwell@gtmx.me> - 3.8.12-1
|
||||
- Update to 3.8.12.
|
||||
- Use maturin as a build system when available
|
||||
|
||||
* Fri May 5 2023 Maxwell G <maxwell@gtmx.me> - 3.8.11-1
|
||||
- Update to 3.8.11. Fixes rhbz#2193468.
|
||||
|
||||
* Wed Apr 12 2023 Maxwell G <maxwell@gtmx.me> - 3.8.10-1
|
||||
- Initial package (rhbz#2184237).
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Name: python-orjson
|
||||
Version: 3.10.6
|
||||
Release: 1%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: Fast, correct Python JSON library
|
||||
|
||||
License: Apache-2.0 OR MIT
|
||||
|
|
@ -117,64 +117,4 @@ export RUSTFLAGS='%{build_rustflags}'
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.6-1
|
||||
- Update to 3.10.6. Fixes rhbz#2291190.
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 3.10.3-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jun 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.3-1
|
||||
- Update to 3.10.3. Fixes rhbz#2278078.
|
||||
|
||||
* Fri May 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.10.1-2
|
||||
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
|
||||
|
||||
* Mon Apr 15 2024 Maxwell G <maxwell@gtmx.me> - 3.10.1-1
|
||||
- Update to 3.10.1. Fixes rhbz#2264126.
|
||||
|
||||
* Tue Feb 6 2024 Maxwell G <maxwell@gtmx.me> - 3.9.13-1
|
||||
- Update to 3.9.13. Fixes rhbz#2262570.
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 18 2024 Maxwell G <maxwell@gtmx.me> - 3.9.12-1
|
||||
- Update to 3.9.12. Fixes rhbz#2259025.
|
||||
|
||||
* Wed Nov 22 2023 Maxwell G <maxwell@gtmx.me> - 3.9.10-1
|
||||
- Update to 3.9.10. Fixes rhbz#2243767.
|
||||
|
||||
* Tue Oct 10 2023 Maxwell G <maxwell@gtmx.me> - 3.9.8-1
|
||||
- Update to 3.9.8. Fixes rhbz#2229530.
|
||||
|
||||
* Tue Jul 25 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.2-2
|
||||
- Backport patch to add PyType_GetDict for Python 3.12
|
||||
- Fixes: rhbz#2220383
|
||||
|
||||
* Fri Jul 21 2023 Maxwell G <maxwell@gtmx.me> - 3.9.2-1
|
||||
- Update to 3.9.2. Fixes rhbz#2211703.
|
||||
|
||||
* Fri Jul 21 2023 Maxwell G <maxwell@gtmx.me> - 3.8.14-1
|
||||
- Update to 3.8.14.
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 27 2023 Python Maint <python-maint@redhat.com> - 3.8.12-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Thu May 18 2023 Maxwell G <maxwell@gtmx.me> - 3.8.12-1
|
||||
- Update to 3.8.12.
|
||||
- Use maturin as a build system when available
|
||||
|
||||
* Fri May 5 2023 Maxwell G <maxwell@gtmx.me> - 3.8.11-1
|
||||
- Update to 3.8.11. Fixes rhbz#2193468.
|
||||
|
||||
* Wed Apr 12 2023 Maxwell G <maxwell@gtmx.me> - 3.8.10-1
|
||||
- Initial package (rhbz#2184237).
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue