%global srcname cachelib Name: python-%{srcname} Version: 0.9.0 Release: 3%{?dist} Summary: A collection of cache libraries with a common API License: BSD URL: https://pypi.org/project/cachelib/ Source0: %{pypi_source} BuildArch: noarch %global _description %{expand: A collection of cache libraries with a common API. Extracted from Werkzeug.} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} BuildRequires: memcached BuildRequires: redis BuildRequires: python3-devel BuildRequires: python3-pylibmc BuildRequires: python3-pytest BuildRequires: python3-pytest-xprocess BuildRequires: python3-redis BuildRequires: python3dist(setuptools) %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files cachelib %check # uWSGI is not packaged for Fedora so skip tests for that backend. %pytest -v -r s -k 'not Uwsgi' %files -n python3-%{srcname} -f %{pyproject_files} %doc CHANGES.rst %doc README.rst %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 27 2022 Matěj Grabovský - 0.9.0-2 - Fix link to unit tests * Mon Jun 27 2022 Matěj Grabovský - 0.9.0-1 - New upstream release * Mon Jun 13 2022 Python Maint - 0.7.0-2 - Rebuilt for Python 3.11 * Mon May 16 2022 Matěj Grabovský - 0.7.0-1 - New upstream release * Fri Jan 21 2022 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 18 2022 Matěj Grabovský - 0.6.0-1 - New upstream release * Fri Jan 07 2022 Matěj Grabovský - 0.5.0-1 - New upstream release 0.5.0 * Tue Oct 05 2021 Matěj Grabovský - 0.4.1-1 - New upstream release * Mon Oct 04 2021 Matěj Grabovský - 0.4.0-1 - New upstream release * Sat Aug 14 2021 Matěj Grabovský - 0.3.0-1 - New upstream release * Fri Jul 23 2021 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 25 2021 Matěj Grabovský - 0.2.0-1 - New upstream release * Fri Jun 04 2021 Python Maint - 0.1.1-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jul 31 2020 Matěj Grabovský - 0.1.1-1 - Initial package