Update package to version 4.0.0

This commit is contained in:
jxy_git 2024-02-21 15:49:13 +08:00
parent f37c19cfb5
commit 5ed00502cc
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jaraco-functools Name: python-jaraco-functools
Version: 3.8.0 Version: 4.0.0
Release: 1 Release: 1
Summary: Functools like those found in stdlib Summary: Functools like those found in stdlib
License: MIT License: MIT
URL: https://pypi.org/project/jaraco.functools/ URL: https://pypi.org/project/jaraco.functools/
Source0: https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz Source0: https://files.pythonhosted.org/packages/57/7c/fe770e264913f9a49ddb9387cca2757b8d7d26f06735c1bfbb018912afce/jaraco.functools-4.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-more-itertools Requires: python3-more-itertools
@ -43,7 +43,7 @@ Documentation for jaraco-functools
%pyproject_build %pyproject_build
%install %install
%pyproject_install jaraco-functools==%{version} %pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -56,6 +56,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Feb 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 4.0.0-1
- Update package to version 4.0.0
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 3.8.0-1 * Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 3.8.0-1
- Update package to version 3.8.0 - Update package to version 3.8.0