Name: python-utils Version: 2.5.6 Release: 4%{?dist} Summary: Python Utils is a module with some convenient utilities License: BSD URL: https://github.com/WoLpH/python-utils Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel # tox.ini uses _python_utils_tests/requirements.txt and that uses coverage and linting # so we cherry-pick what we need instead BuildRequires: python3-pytest BuildRequires: python3-sphinx %?python_enable_dependency_generator %description Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier. This module makes it easy to execute common tasks in Python scripts such as converting text to numbers and making sure a string is in unicode or bytes format. %package -n python3-utils Summary: %{summary} %description -n python3-utils Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier. This module makes it easy to execute common tasks in Python scripts such as converting text to numbers and making sure a string is in unicode or bytes format. %package docs Summary: Documentation for python-utils %description docs Documentation for python-utils. %prep %autosetup -p1 -n %{name}-%{version} # Stop linting code in %%check and measuring coverage, this is upstream's business sed -Ei '/--(cov|pep8|flake8)/d' pytest.ini sed -Ezi 's/flake8.+=.+\n(\s*\S+\s*\n)*\n/\n/' pytest.ini %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel # generate html docs sphinx-build docs html # remove the sphinx-build leftovers rm -rf html/{.doctrees,.buildinfo,*.inv} %install %pyproject_install %pyproject_save_files python_utils %check %pytest %files -n python3-utils -f %{pyproject_files} %doc README.rst %files docs %doc html %changelog * Tue Dec 21 2021 Miro Hrončok - 2.5.6-4 - Modernize packaging - Remove redundant BuildRequires: make and python3-pytest-runner - Split huge documentation (90% package size) to a separate subpackage * Fri Jul 23 2021 Fedora Release Engineering - 2.5.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.5.6-2 - Rebuilt for Python 3.10 * Fri Feb 19 2021 Lumír Balhar - 2.5.6-1 - Update to 2.5.6 Resolves: rhbz#1916537 * Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 01 2020 Charalampos Stratakis - 2.4.0-1 - Update to 2.4.0 (#1809705) * Tue May 26 2020 Miro Hrončok - 2.3.0-10 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 2.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 2.3.0-8 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 2.3.0-7 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 2.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 13 2019 Orion Poplawski - 2.3.0-5 - Add patch to build docs with python 3 (bugz#1709063) - Drop unneeded BR on pytest-cache * Sat Feb 02 2019 Fedora Release Engineering - 2.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 2.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.3.0-2 - Rebuilt for Python 3.7 * Sat May 05 2018 Miro Hrončok - 2.3.0-1 - New version 2.3.0 (#1474328) - Use automatic dependency generator * Fri Feb 09 2018 Fedora Release Engineering - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 15 2017 Miro Hrončok - 2.1.0-1 - New version 2.1.0 (#1438625) * Sat Feb 11 2017 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 22 2016 Miro Hrončok - 2.0.1-2 - Rebuild for Python 3.6 * Mon Dec 19 2016 Miro Hrončok - 2.0.1-1 - Updated, added LICENSE file * Sun Dec 04 2016 Miro Hrončok - 2.0.0-1 - Initial package