%global _empty_manifest_terminate_build 0 Name: python-jaraco-functools Version: 4.0.0 Release: 1 Summary: Functools like those found in stdlib License: MIT URL: https://pypi.org/project/jaraco.functools/ Source0: https://files.pythonhosted.org/packages/57/7c/fe770e264913f9a49ddb9387cca2757b8d7d26f06735c1bfbb018912afce/jaraco.functools-4.0.0.tar.gz BuildArch: noarch Requires: python3-more-itertools Requires: python3-sphinx Requires: python3-pytest Requires: python3-pytest-checkdocs Requires: python3-pytest-flake8 Requires: python3-pytest-black Requires: python3-pytest-cov Requires: python3-toml %description Functools like those found in stdlib %package -n python3-jaraco-functools Summary: Functools like those found in stdlib Provides: python-jaraco-functools = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-pip python3-wheel python3-flit BuildRequires: python3-setuptools_scm BuildRequires: python3-toml %description -n python3-jaraco-functools Functools like those found in stdlib %package help Summary: Development documents and examples for jaraco.functools Provides: python3-jaraco-functools-doc %description help Documentation for jaraco-functools %prep %autosetup -n jaraco.functools-%{version} -p1 %build %pyproject_build %install %pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %files -n python3-jaraco-functools %{python3_sitelib}/* %files help %{_docdir}/* %changelog * Wed Feb 21 2024 jiangxinyu - 4.0.0-1 - Update package to version 4.0.0 * Tue Jul 04 2023 chenzixuan - 3.8.0-1 - Update package to version 3.8.0 * Fri Apr 28 2023 jiangxinyu - 3.6.0-2 - Use pyproject to compile package * Thu Mar 30 2023 wubijie - 3.6.0-1 - Update package to version 3.6.0 * Mon Feb 27 2023 yaoxin - 3.5.2-3 - Fix installation conflicts between python3-jaraco-functools and python3-tempora * Fri Feb 24 2023 yaoxin - 3.5.2-2 - Fix installation conflicts between python3-jaraco-functools and python3-importlib-metadata * Thu Dec 01 2022 liqiuyu - 3.5.2-1 - Update package to version 3.5.2 * Sat Apr 02 2022 xigaoxinyan - 3.0.1-3 - Fix build error caused by py3.10+ wildcard * Thu Dec 24 2020 zhanghua - 3.0.1-2 - fix random build failed * Fri Nov 13 2020 Python_Bot - 3.0.1-1 - Package Spec generated