From a51a8bcc0485a4772c7c1069a68e040e79cd6aaf Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Apr 16 2024 07:23:33 +0000 Subject: Update to 6.0.5 Related-to: https://review.rdoproject.org/r/q/I1a1f7e095245c6a086912cf07dc9b70a850dbc76 --- diff --git a/.python-multidict.metadata b/.python-multidict.metadata new file mode 100644 index 0000000..27c101d --- /dev/null +++ b/.python-multidict.metadata @@ -0,0 +1 @@ +c26ee3932419aa2dcb21892f79fcc170c3a2abd8 SOURCES/multidict-6.0.5.tar.gz diff --git a/SOURCES/package.cfg b/SOURCES/package.cfg new file mode 100644 index 0000000..66ea79d --- /dev/null +++ b/SOURCES/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = epel8 epel8-playground \ No newline at end of file diff --git a/SPECS/python-multidict.spec b/SPECS/python-multidict.spec new file mode 100644 index 0000000..12a7f4c --- /dev/null +++ b/SPECS/python-multidict.spec @@ -0,0 +1,210 @@ +Name: python-multidict +Version: 6.0.5 +Release: 1%{?dist} +Summary: MultiDict implementation + +License: Apache-2.0 +URL: https://github.com/aio-libs/multidict +Source: %{pypi_source multidict} + +BuildRequires: gcc + +%global _description %{expand: +Multidict is dict-like collection of key-value pairs where key might occur more +than once in the container.} + +%description %_description + +%package -n python3-multidict +Summary: %{summary} +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros +BuildRequires: python3-Cython +BuildRequires: python3dist(pytest) + +%description -n python3-multidict %_description + + +%prep +%autosetup -n multidict-%{version} +sed -i -e "/--cov/d" pytest.ini +sed -i -e "/-p pytest_cov/d" pytest.ini + + +%generate_buildrequires +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files multidict + + +%check +%pytest -v tests --ignore tests/test_circular_imports.py + + +%files -n python3-multidict -f %{pyproject_files} +%doc README.rst + + +%changelog +* Mon Apr 08 2024 Fabian Affolter - 1.9.4-1 +- Update to latest upstream release 6.0.5 (closes rhbz#2262328) + +* Fri Jan 26 2024 Fedora Release Engineering - 6.0.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 6.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 6.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 6.0.4-2 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Tomáš Hrnčiar - 6.0.4-1 +- Update to 6.0.4, resolves rhbz#2150589 +- Convert to pyproject macros + +* Fri Jan 20 2023 Fedora Release Engineering - 6.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 6.0.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 6.0.2-6 +- Rebuilt for Python 3.11 + +* Tue Feb 22 2022 Fabian Affolter - 6.0.2-1 +- Update to new upstream version 6.0.2 (closes rhbz#2009584) + +* Fri Jan 21 2022 Fedora Release Engineering - 5.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 5.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 5.1.0-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Dec 04 2020 Fabian Affolter - 5.1.0-1 +- Update to latest upstream release 5.1.0 (#1897800) + +* Mon Nov 16 2020 Fabian Affolter - 5.0.2-1 +- Update to latest upstream release 5.0.2 (#1897800) + +* Wed Oct 14 2020 Fabian Affolter - 5.0.0-1 +- Update to latest upstream release 5.0.0 (#1887481) + +* Wed Jul 29 2020 Fedora Release Engineering - 4.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 4.7.6-2 +- Rebuilt for Python 3.9 + +* Sat May 16 2020 Fabian Affolter - 4.7.6-1 +- Update to latest upstream release 4.7.6 (#1836076) + +* Sat Feb 22 2020 Fabian Affolter - 4.7.5-1 +- Update to latest upstream release 4.7.5 (#1806083) + +* Mon Feb 03 2020 Fabian Affolter - 4.7.4-1 +- UPdate to latest upstream release 4.7.4 (#1774256) + +* Thu Jan 30 2020 Fedora Release Engineering - 4.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Sep 26 2019 Igor Gnatenko - 4.5.2-1 +- Update to 4.5.2 + +* Fri Aug 16 2019 Miro Hrončok - 4.3.1-5 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 4.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 4.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 4.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jul 07 2018 Igor Gnatenko - 4.3.1-1 +- Update to 4.3.1 + +* Tue Jun 19 2018 Miro Hrončok - 4.1.0-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 4.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 29 2018 Igor Gnatenko - 4.1.0-1 +- Update to 4.1.0 + +* Mon Jan 15 2018 Igor Gnatenko - 4.0.0-1 +- Update to 4.0.0 + +* Fri Nov 03 2017 Igor Gnatenko - 3.3.2-1 +- Update to 3.3.2 + +* Thu Nov 02 2017 Igor Gnatenko - 3.3.1-1 +- Update to 3.3.1 + +* Fri Oct 20 2017 Igor Gnatenko - 3.3.0-1 +- Update to 3.3.0 + +* Sun Oct 01 2017 Igor Gnatenko - 3.2.0-1 +- Update to 3.2.0 + +* Thu Aug 03 2017 Fedora Release Engineering - 3.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 3.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jul 16 2017 Igor Gnatenko - 3.1.3-1 +- Update to 3.1.3 + +* Mon Jul 03 2017 Athmane Madjoudj - 3.1.0-1 +- Update to 3.1.0 +- Ignore tests until imports are fixed + +* Thu Jun 08 2017 Igor Gnatenko - 2.1.6-1 +- Update to 2.1.6 + +* Sat Feb 11 2017 Fedora Release Engineering - 2.1.4-1.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 2.1.4-1.1 +- Rebuild for Python 3.6 + +* Thu Dec 01 2016 Igor Gnatenko - 2.1.4-1 +- Update to 2.1.4 + +* Thu Dec 01 2016 Igor Gnatenko - 2.1.3-1 +- Update to 2.1.3 + +* Mon Nov 07 2016 Igor Gnatenko - 2.1.2-1 +- Update to 2.1.2 + +* Fri Sep 23 2016 Igor Gnatenko - 2.1.1-1 +- Update to 2.1.1 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.1.0-1.1 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Jul 07 2016 Igor Gnatenko - 1.1.0-1 +- Update to 1.1.0 +- Trivial fixes + +* Thu Jun 23 2016 Igor Gnatenko - 1.1.0-0.1b4 +- Initial package