%bcond_with tests %global srcname humanfriendly Name: python-%{srcname} Version: 10.0 Release: 5%{?dist} Summary: Human friendly output for text interfaces using Python License: MIT URL: https://%{srcname}.readthedocs.io Source0: https://github.com/xolox/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch # Use unittest.mock instead of mock backport package Patch0: %{name}-10.0-mock.patch %description The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. Some example features: - Parsing and formatting numbers, file sizes, pathnames and timespans in simple, human friendly formats. - Easy to use timers for long running operations, with human friendly formatting of the resulting timespans. - Prompting the user to select a choice from a list of options by typing the option's number or a unique substring of the option. - Terminal interaction including text styling (ANSI escape sequences), user friendly rendering of usage messages and querying the terminal for its size. %package doc Summary: Documentation for the '%{srcname}' Python module BuildRequires: python%{python3_pkgversion}-sphinx %description doc HTML documentation for the '%{srcname}' Python module. %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %if %{with tests} BuildRequires: python%{python3_pkgversion}-capturer >= 2.1 BuildRequires: python%{python3_pkgversion}-coloredlogs >= 2.0 BuildRequires: python%{python3_pkgversion}-pytest %endif %if !0%{?rhel} || 0%{?rhel} >= 8 Suggests: %{name}-doc = %{version}-%{release} %endif %description -n python%{python3_pkgversion}-%{srcname} The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. Some example features: - Parsing and formatting numbers, file sizes, pathnames and timespans in simple, human friendly formats. - Easy to use timers for long running operations, with human friendly formatting of the resulting timespans. - Prompting the user to select a choice from a list of options by typing the option's number or a unique substring of the option. - Terminal interaction including text styling (ANSI escape sequences), user friendly rendering of usage messages and querying the terminal for its size. %prep %autosetup -p1 %build %py3_build # Don't install the tests.py rm build/lib/%{srcname}/tests.py sphinx-build-%{python3_version} -nb html -d docs/build/doctrees docs docs/build/html rm docs/build/html/.buildinfo %install %py3_install %if 0%{?with_tests} %check PYTHONUNBUFFERED=1 py.test-%{python3_version} %{srcname}/tests.py %endif %files doc %license LICENSE.txt %doc docs/build/html %files -n python%{python3_pkgversion}-%{srcname} %license LICENSE.txt %doc CHANGELOG.rst README.rst %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %{_bindir}/%{srcname} %changelog * Fri Jul 22 2022 Fedora Release Engineering - 10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 10.0-4 - Rebuilt for Python 3.11 * Wed Apr 27 2022 Scott K Logan - 10.0-3 - Use unittest.mock * Fri Jan 21 2022 Fedora Release Engineering - 10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 21 2021 Major Hayden - 10.0-1 - Update to 10.0 * Fri Jul 23 2021 Fedora Release Engineering - 8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 8.2-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 30 2020 Scott K Logan - 8.2-1 - Update to 8.2 (rhbz#1825604) * Fri May 29 2020 Scott K Logan - 8.1-3 - Disable tests in rawhide (rhbz#1841722) * Tue May 26 2020 Miro Hrončok - 8.1-2 - Rebuilt for Python 3.9 * Wed Apr 15 2020 Scott K Logan - 8.1-1 - Update to 8.1 (#1798963) - Enable tests by default * Thu Jan 30 2020 Fedora Release Engineering - 4.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 4.18-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 4.18-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 4.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Mar 12 2019 Scott K Logan - 4.18-1 - Update to 4.18 - Drop python2 and python3_other * Fri Oct 26 2018 Scott K Logan - 4.17-1 - Update to 4.17 * Fri Sep 28 2018 Scott K Logan - 4.16.1-6 - Fix monotonic dependency for EPEL * Mon Sep 24 2018 Scott K Logan - 4.16.1-5 - Disable python2 for Fedora 30+ - Better conditionals in spec * Fri Sep 21 2018 Scott K Logan - 4.16.1-4 - Enable both python34 and python36 for EPEL * Fri Sep 21 2018 Scott K Logan - 4.16.1-3 - Switch EPEL to python36 * Fri Sep 21 2018 Scott K Logan - 4.16.1-2 - Enable python34 builds for EPEL * Thu Sep 20 2018 Scott K Logan - 4.16.1-1 - Initial package