diff --git a/.python-sortedcontainers.metadata b/.python-sortedcontainers.metadata new file mode 100644 index 0000000..21a3050 --- /dev/null +++ b/.python-sortedcontainers.metadata @@ -0,0 +1 @@ +5a3a969ca3200ce67e9404ff9615109d45be5525 SOURCES/python-sortedcontainers-2.4.0.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-sortedcontainers.spec b/SPECS/python-sortedcontainers.spec new file mode 100644 index 0000000..35d9d1f --- /dev/null +++ b/SPECS/python-sortedcontainers.spec @@ -0,0 +1,196 @@ +%global srcname sortedcontainers + +Name: python-%{srcname} +Version: 2.4.0 +Release: 8%{?dist} +Summary: Pure Python sorted container types + +License: ASL 2.0 +URL: https://pypi.python.org/pypi/%{srcname} +# PyPI tarball does not include docs or tests. +Source0: https://github.com/grantjenks/python-sortedcontainers/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch + +%global _description \ +SortedContainers is an Apache2 licensed sorted collections library, written in \ +pure-Python, and fast as C-extensions. + +%description %{_description} + +%package -n python%{python3_pkgversion}-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} + +BuildRequires: make +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools + +%bcond_without tests +%if %{with tests} +BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-matplotlib +BuildRequires: python%{python3_pkgversion}-numpy +BuildRequires: python%{python3_pkgversion}-scipy +%endif + +%bcond_without docs +%if %{with docs} +BuildRequires: python%{python3_pkgversion}-sphinx +BuildRequires: dvipng +BuildRequires: tex(anyfontsize.sty) +BuildRequires: tex(bm.sty) +%endif + +%description -n python%{python3_pkgversion}-%{srcname} %{_description} + + +%package -n python-%{srcname}-doc +Summary: %{summary} + +%description -n python-%{srcname}-doc +Documentation for %{srcname} package. + + +%prep +%autosetup + + +%build +%py3_build + +%if %{with docs} +pushd docs +make SPHINXBUILD=sphinx-build-%{python3_version} html +rm _build/html/.buildinfo +popd +%endif + + +%install +%py3_install + + +%if %{with tests} +%check +pushd tests +PYTHONPATH="%{buildroot}%{python3_sitelib}" \ + pytest-%{python3_version} +popd +%endif + + +%files -n python%{python3_pkgversion}-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/%{srcname}/ +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ + + +%if %{with docs} +%files -n python-%{srcname}-doc +%license LICENSE +%doc README.rst docs/_build/html +%endif + + +%changelog +* Fri Jul 22 2022 Fedora Release Engineering - 2.4.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 15 2022 Python Maint - 2.4.0-7 +- Rebuilt for Python 3.11 + +* Mon Jun 13 2022 Python Maint - 2.4.0-6 +- Bootstrap for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 2.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 2.4.0-3 +- Rebuilt for Python 3.10 + +* Wed Jun 02 2021 Python Maint - 2.4.0-2 +- Bootstrap for Python 3.10 + +* Sun May 16 2021 Elliott Sales de Andrade - 2.4.0-1 +- Update to latest version (#1960970) + +* Wed Jan 27 2021 Fedora Release Engineering - 2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 09 2020 Elliott Sales de Andrade - 2.3.0-1 +- Update to latest version (#1895748) + +* Wed Jul 29 2020 Fedora Release Engineering - 2.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jun 08 2020 Elliott Sales de Andrade - 2.2.2-1 +- Update to latest version + +* Sun Jun 07 2020 Elliott Sales de Andrade - 2.2.1-1 +- Update to latest version + +* Tue May 26 2020 Miro Hrončok - 2.1.0-8 +- Rebuilt for Python 3.9 + +* Fri May 22 2020 Miro Hrončok - 2.1.0-7 +- Bootstrap for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 2.1.0-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 2.1.0-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Dec 12 2018 Elliott Sales de Andrade - 2.1.0-1 +- Update to latest version + +* Sat Oct 13 2018 Elliott Sales de Andrade - 2.0.5-1 +- Update to latest version + +* Wed Oct 03 2018 Elliott Sales de Andrade - 2.0.4-2 +- Drop Python 2 subpackage. + +* Thu Aug 02 2018 Elliott Sales de Andrade - 2.0.4-1 +- Update to latest version. + +* Sat Jul 14 2018 Fedora Release Engineering - 2.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 2.0.1-2 +- Rebuilt for Python 3.7 + +* Sat May 19 2018 Elliott Sales de Andrade - 2.0.1-1 +- Update to latest version. + +* Sun Apr 22 2018 Elliott Sales de Andrade - 1.5.10-1 +- Update to latest version. + +* Fri Feb 09 2018 Fedora Release Engineering - 1.5.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Dec 08 2017 Elliott Sales de Andrade - 1.5.9-1 +- Update to latest version. + +* Sun Sep 03 2017 Elliott Sales de Andrade - 1.5.7-3 +- Split out documentation subpackage. + +* Sat Sep 02 2017 Elliott Sales de Andrade - 1.5.7-2 +- Shorten summary and description. +- Standardize spec a bit more. + +* Mon Feb 27 2017 Elliott Sales de Andrade - 1.5.7-1 +- Initial package release.