From 340bf61ee015f0c7e8310e57b545bb38a945fae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 7 Nov 2021 11:28:23 +0100 Subject: [PATCH] Convert to rpmautospec --- changelog | 44 ++++++++++++++++++++++++++++++++++++++++ python-soupsieve.spec | 47 ++----------------------------------------- 2 files changed, 46 insertions(+), 45 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1166d55 --- /dev/null +++ b/changelog @@ -0,0 +1,44 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 2.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 9 2021 Zbigniew Jędrzejewski-Szmek - 2.2.1-1 +- Update to latest bugfix version + +* Thu Jun 03 2021 Python Maint - 2.2-3 +- Rebuilt for Python 3.10 + +* Thu Jun 03 2021 Python Maint - 2.2-2 +- Bootstrap for Python 3.10 + +* Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek - 2.2-1 +- Latest version (#1927002) + +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 07 2021 Joel Capitao - 2.1.0-1 +- Update to 2.1.0 (#1906625) + +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Charalampos Stratakis - 2.0.1-1 +- Update to 2.0.1 (#1814999) + +* Sat May 23 2020 Miro Hrončok - 1.9.2-6 +- Rebuilt for Python 3.9 + +* Sat May 23 2020 Miro Hrončok - 1.9.2-5 +- Bootstrap for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.9.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Sep 03 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-3 +- Subpackage python2-soupsieve has been removed (#1748298) + +* Mon Aug 19 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-2 +- Rebuilt for Python 3.8 + +* Mon Jun 10 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-1 +- Initial packaging diff --git a/python-soupsieve.spec b/python-soupsieve.spec index f230153..deda5c7 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -2,7 +2,7 @@ Name: python-soupsieve Version: 2.2.1 -Release: 2%{?dist} +Release: %autorelease Summary: CSS selector library License: MIT @@ -68,47 +68,4 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace and not test_contain %license LICENSE.md %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 2.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jun 9 2021 Zbigniew Jędrzejewski-Szmek - 2.2.1-1 -- Update to latest bugfix version - -* Thu Jun 03 2021 Python Maint - 2.2-3 -- Rebuilt for Python 3.10 - -* Thu Jun 03 2021 Python Maint - 2.2-2 -- Bootstrap for Python 3.10 - -* Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek - 2.2-1 -- Latest version (#1927002) - -* Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 07 2021 Joel Capitao - 2.1.0-1 -- Update to 2.1.0 (#1906625) - -* Wed Jul 29 2020 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Charalampos Stratakis - 2.0.1-1 -- Update to 2.0.1 (#1814999) - -* Sat May 23 2020 Miro Hrončok - 1.9.2-6 -- Rebuilt for Python 3.9 - -* Sat May 23 2020 Miro Hrončok - 1.9.2-5 -- Bootstrap for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.9.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Sep 03 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-3 -- Subpackage python2-soupsieve has been removed (#1748298) - -* Mon Aug 19 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-2 -- Rebuilt for Python 3.8 - -* Mon Jun 10 2019 Zbigniew Jędrzejewski-Szmek - 1.9.2-1 -- Initial packaging +%autochangelog