!13 Update package to version 4.0.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
795a9a44bc
Binary file not shown.
BIN
jaraco.functools-4.0.0.tar.gz
Normal file
BIN
jaraco.functools-4.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-functools
|
||||
Version: 3.8.0
|
||||
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/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
|
||||
|
||||
Requires: python3-more-itertools
|
||||
@ -43,7 +43,7 @@ Documentation for jaraco-functools
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%pyproject_install jaraco-functools==%{version}
|
||||
%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
|
||||
@ -56,6 +56,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 3.8.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user