Convert to %autorelease and %autochangelog
Resolves: RHEL-102978 [skip changelog]
This commit is contained in:
parent
074abe59d6
commit
f3ae48b1b5
82
changelog
Normal file
82
changelog
Normal file
@ -0,0 +1,82 @@
|
||||
* Thu Dec 19 2024 Conor Cowman <ccowman@redhat.com> - 0.2.7-9
|
||||
- Bump release and add gating.yaml file
|
||||
Resolves: RHEL-66152
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.7-8
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.7-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Feb 01 2024 Florian Weimer <fweimer@redhat.com> - 0.2.7-6
|
||||
- Update fix-typecasts-s390x.patch for GCC 14 compatibility (#2042422)
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.2.7-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed May 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.7-1
|
||||
- Update to 0.2.7
|
||||
|
||||
* Wed May 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.6-5
|
||||
- Confirm License is SPDX MIT
|
||||
- Reduce macro indirection, etc.
|
||||
- Drop unused manual runtime dependency on setuptools
|
||||
- Add a note about the circular dependency with ruamel.yaml
|
||||
- Stop numbering sources and patches
|
||||
- Update URL (close RHBZ#1840610)
|
||||
- Add an import-only “smoke test”
|
||||
- Properly handle libyaml bundling
|
||||
- Port to pyproject-rpm-macros (“new Python guidelines”)
|
||||
- Add a link to the upstream issue for the Cython workaround
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.6-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Tue May 10 2022 Jakub Čajka <jcajka@redhat.com> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
- Fix for type demotion issues on s390x
|
||||
- Resolves: BZ#2042422
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.2-7
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Nov 12 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-5
|
||||
- Force regenerating C files from Cython sources
|
||||
- Require python3-ruamel-yaml
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Aug 30 2019 Chandan Kumar <raukadah@gmail.com> - 0.1.2-1
|
||||
- Initial package
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-ruamel-yaml-clib
|
||||
Version: 0.2.7
|
||||
Release: 9%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
|
||||
|
||||
# SPDX
|
||||
@ -95,85 +95,4 @@ rmdir ruamel.yaml.clib
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2024 Conor Cowman <ccowman@redhat.com> - 0.2.7-9
|
||||
- Bump release and add gating.yaml file
|
||||
Resolves: RHEL-66152
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.7-8
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.7-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Feb 01 2024 Florian Weimer <fweimer@redhat.com> - 0.2.7-6
|
||||
- Update fix-typecasts-s390x.patch for GCC 14 compatibility (#2042422)
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.2.7-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed May 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.7-1
|
||||
- Update to 0.2.7
|
||||
|
||||
* Wed May 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.6-5
|
||||
- Confirm License is SPDX MIT
|
||||
- Reduce macro indirection, etc.
|
||||
- Drop unused manual runtime dependency on setuptools
|
||||
- Add a note about the circular dependency with ruamel.yaml
|
||||
- Stop numbering sources and patches
|
||||
- Update URL (close RHBZ#1840610)
|
||||
- Add an import-only “smoke test”
|
||||
- Properly handle libyaml bundling
|
||||
- Port to pyproject-rpm-macros (“new Python guidelines”)
|
||||
- Add a link to the upstream issue for the Cython workaround
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.6-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Tue May 10 2022 Jakub Čajka <jcajka@redhat.com> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
- Fix for type demotion issues on s390x
|
||||
- Resolves: BZ#2042422
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.2-7
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Nov 12 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-5
|
||||
- Force regenerating C files from Cython sources
|
||||
- Require python3-ruamel-yaml
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Aug 30 2019 Chandan Kumar <raukadah@gmail.com> - 0.1.2-1
|
||||
- Initial package
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user