From d6c045bffe83d2f6cdbc05a8c799c5f54aa7e2d1 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Nov 07 2021 15:31:01 +0000 Subject: Convert to rpmautospec --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..eda08d1 --- /dev/null +++ b/changelog @@ -0,0 +1,29 @@ +* Tue Jun 08 2021 Davide Cavalca - 2.12.1-1 +- Update to 2.12.1 +- Gate out broken tests + +* Fri Jun 04 2021 Python Maint - 2.10.0-4 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 14 2021 Michel Alexandre Salim - 2.10.0-2 +- Fix egginfo on Fedora < 33 so the auto-generated Provides has the right version + +* Mon Oct 26 2020 Christopher Brown - 2.10.0-1 +- Update to 2.10.0 +- Remove conditional as python 3.9 now supported + +* Mon Jul 6 2020 Christopher Brown - 2.9.1-1 +- Fix description +- Remove egg-info in prep +- Add conditional for python 3.9 + +* Wed May 27 2020 Christopher Brown - 2.7.1-2 +- Remove dep generator +- Simplify description +- Fix file glob + +* Wed May 6 2020 Christopher Brown - 2.7.1-1 +- Initial package at 2.7.1 diff --git a/python-typeguard.spec b/python-typeguard.spec index 82ea23c..2990cd4 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2.12.1 -Release: 1%{?dist} +Release: %autorelease Summary: Run-time type checker for Python License: MIT URL: https://github.com/agronholm/%{pypi_name} @@ -64,32 +64,4 @@ sed -i '/name = typeguard/a version = %{version}' setup.cfg %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog -* Tue Jun 08 2021 Davide Cavalca - 2.12.1-1 -- Update to 2.12.1 -- Gate out broken tests - -* Fri Jun 04 2021 Python Maint - 2.10.0-4 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 2.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 14 2021 Michel Alexandre Salim - 2.10.0-2 -- Fix egginfo on Fedora < 33 so the auto-generated Provides has the right version - -* Mon Oct 26 2020 Christopher Brown - 2.10.0-1 -- Update to 2.10.0 -- Remove conditional as python 3.9 now supported - -* Mon Jul 6 2020 Christopher Brown - 2.9.1-1 -- Fix description -- Remove egg-info in prep -- Add conditional for python 3.9 - -* Wed May 27 2020 Christopher Brown - 2.7.1-2 -- Remove dep generator -- Simplify description -- Fix file glob - -* Wed May 6 2020 Christopher Brown - 2.7.1-1 -- Initial package at 2.7.1 +%autochangelog