From c98c422adc124e0a4c8db6418d1086f3a930b4ed Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 21 Jul 2021 11:16:10 -0400 Subject: [PATCH] Opt in to rpmautospec --- changelog | 109 +++++++++++++++++++++++++++++++++++++++ python-pyrsistent.spec | 112 +---------------------------------------- 2 files changed, 111 insertions(+), 110 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..b3a93bc --- /dev/null +++ b/changelog @@ -0,0 +1,109 @@ +* Tue Jun 29 2021 Benjamin A. Beasley - 0.18.0-1 +- Update to 0.18.0 (closes RHBZ#1977038) + +* Mon Jun 14 2021 Benjamin A. Beasley - 0.17.3-8 +- Port to pyproject-rpm-macros + +* Fri Jun 04 2021 Python Maint - 0.17.3-7 +- Rebuilt for Python 3.10 + +* Thu Mar 25 2021 Benjamin A. Beasley - 0.17.3-6 +- Improved source URL (better tarball name) + +* Fri Feb 19 2021 Benjamin A. Beasley - 0.17.3-5 +- Parallelize Sphinx documentation build + +* Fri Feb 19 2021 Benjamin A. Beasley - 0.17.3-4 +- Use the GitHub tarball instead of the PyPI tarball +- Switch URL to HTTPS + +* Thu Feb 18 2021 Benjamin A. Beasley - 0.17.3-3 +- Replace pypi_name macro with srcname +- Update BR’s +- Run the doctests +- Build documentation in a new -doc subpackage + +* Wed Jan 27 2021 Fedora Release Engineering - 0.17.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Sep 27 2020 José Lemos Neto - 0.17.3-1 +- update to version 0.17.3 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 0.16.0-2 +- Rebuilt for Python 3.9 + +* Tue Apr 14 2020 Fabio Valentini - 0.16.0-1 +- Update to version 0.16.0. + +* Thu Jan 30 2020 Fedora Release Engineering - 0.15.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jan 10 2020 Fabio Valentini - 0.15.7-1 +- Update to version 0.15.7. + +* Sun Nov 24 2019 Fabio Valentini - 0.15.6-1 +- Update to version 0.15.6. + +* Thu Oct 31 2019 Fabio Valentini - 0.15.5-1 +- Update to version 0.15.5. + +* Thu Oct 03 2019 Miro Hrončok - 0.15.4-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 0.15.4-2 +- Rebuilt for Python 3.8 + +* Fri Aug 02 2019 Fabio Valentini - 0.15.4-1 +- Update to version 0.15.4. + +* Fri Jul 26 2019 Fedora Release Engineering - 0.15.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 08 2019 Fabio Valentini - 0.15.3-1 +- Update to version 0.15.3. + +* Fri May 17 2019 Fabio Valentini - 0.15.2-1 +- Update to version 0.15.2. + +* Fri Apr 26 2019 Fabio Valentini - 0.15.1-1 +- Update to version 0.15.1. + +* Fri Feb 22 2019 Fabio Valentini - 0.14.11-1 +- Update to version 0.14.11. + +* Sat Feb 02 2019 Fedora Release Engineering - 0.14.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 14 2019 Fabio Valentini - 0.14.9-1 +- Update to version 0.14.9. +- Enable the test suite. + +* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 0.14.2-6 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 0.14.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.14.2-4 +- Rebuilt for Python 3.7 + +* Mon Apr 16 2018 Itamar Reis Peixoto - 0.14.2-3 +- add missing dist-tag + +* Fri Apr 13 2018 Itamar Reis Peixoto - 0.14.2-2 +- disable tests for now + +* Thu Mar 01 2018 Itamar Reis Peixoto - 0.14.2-1 +- new version 0.14.2 + +* Wed Sep 14 2016 Devrim Gündüz 0.11.13-2 +- Fix packaging errors, that would own /usr/lib64 or so. + +* Tue Sep 13 2016 Devrim Gündüz 0.11.13-1 +- Initial packaging for PostgreSQL YUM repository, to satisfy + pgadmin4 dependency. + diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index eb44c15..5be4757 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Summary: Persistent/Functional/Immutable data structures Version: 0.18.0 -Release: 1%{?dist} +Release: %autorelease # The entire source is MIT, except pyrsistent/_toolz.py which is BSD. License: MIT and BSD @@ -142,112 +142,4 @@ env PYTHONHASHSEED=0 %pytest --doctest-modules %{srcname} %changelog -* Tue Jun 29 2021 Benjamin A. Beasley - 0.18.0-1 -- Update to 0.18.0 (closes RHBZ#1977038) - -* Mon Jun 14 2021 Benjamin A. Beasley - 0.17.3-8 -- Port to pyproject-rpm-macros - -* Fri Jun 04 2021 Python Maint - 0.17.3-7 -- Rebuilt for Python 3.10 - -* Thu Mar 25 2021 Benjamin A. Beasley - 0.17.3-6 -- Improved source URL (better tarball name) - -* Fri Feb 19 2021 Benjamin A. Beasley - 0.17.3-5 -- Parallelize Sphinx documentation build - -* Fri Feb 19 2021 Benjamin A. Beasley - 0.17.3-4 -- Use the GitHub tarball instead of the PyPI tarball -- Switch URL to HTTPS - -* Thu Feb 18 2021 Benjamin A. Beasley - 0.17.3-3 -- Replace pypi_name macro with srcname -- Update BR’s -- Run the doctests -- Build documentation in a new -doc subpackage - -* Wed Jan 27 2021 Fedora Release Engineering - 0.17.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Sep 27 2020 José Lemos Neto - 0.17.3-1 -- update to version 0.17.3 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.16.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun May 24 2020 Miro Hrončok - 0.16.0-2 -- Rebuilt for Python 3.9 - -* Tue Apr 14 2020 Fabio Valentini - 0.16.0-1 -- Update to version 0.16.0. - -* Thu Jan 30 2020 Fedora Release Engineering - 0.15.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 10 2020 Fabio Valentini - 0.15.7-1 -- Update to version 0.15.7. - -* Sun Nov 24 2019 Fabio Valentini - 0.15.6-1 -- Update to version 0.15.6. - -* Thu Oct 31 2019 Fabio Valentini - 0.15.5-1 -- Update to version 0.15.5. - -* Thu Oct 03 2019 Miro Hrončok - 0.15.4-3 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Sat Aug 17 2019 Miro Hrončok - 0.15.4-2 -- Rebuilt for Python 3.8 - -* Fri Aug 02 2019 Fabio Valentini - 0.15.4-1 -- Update to version 0.15.4. - -* Fri Jul 26 2019 Fedora Release Engineering - 0.15.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 08 2019 Fabio Valentini - 0.15.3-1 -- Update to version 0.15.3. - -* Fri May 17 2019 Fabio Valentini - 0.15.2-1 -- Update to version 0.15.2. - -* Fri Apr 26 2019 Fabio Valentini - 0.15.1-1 -- Update to version 0.15.1. - -* Fri Feb 22 2019 Fabio Valentini - 0.14.11-1 -- Update to version 0.14.11. - -* Sat Feb 02 2019 Fedora Release Engineering - 0.14.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 14 2019 Fabio Valentini - 0.14.9-1 -- Update to version 0.14.9. -- Enable the test suite. - -* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 0.14.2-6 -- Python2 binary package has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Jul 14 2018 Fedora Release Engineering - 0.14.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.14.2-4 -- Rebuilt for Python 3.7 - -* Mon Apr 16 2018 Itamar Reis Peixoto - 0.14.2-3 -- add missing dist-tag - -* Fri Apr 13 2018 Itamar Reis Peixoto - 0.14.2-2 -- disable tests for now - -* Thu Mar 01 2018 Itamar Reis Peixoto - 0.14.2-1 -- new version 0.14.2 - -* Wed Sep 14 2016 Devrim Gündüz 0.11.13-2 -- Fix packaging errors, that would own /usr/lib64 or so. - -* Tue Sep 13 2016 Devrim Gündüz 0.11.13-1 -- Initial packaging for PostgreSQL YUM repository, to satisfy - pgadmin4 dependency. - +%autochangelog