!3 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-11 10:34:18 +00:00 committed by Gitee
commit 34cf4b358c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

BIN
0.12.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-toolz
Version: 0.11.1
Release: 2
Version: 0.12.0
Release: 1
Summary: List processing tools and functional utilities
License: BSD-3-Clause
URL: https://github.com/pytoolz/toolz/
Source0: https://files.pythonhosted.org/packages/d6/0d/fdad31347bf3d058002993a094da1ca95f0f3ef9beec08856d0fe4ad9766/toolz-0.11.1.tar.gz
Source0: https://github.com/pytoolz/toolz/archive/refs/tags/0.12.0.tar.gz
BuildArch: noarch
@ -30,7 +30,7 @@ A set of utility functions for iterators, functions, and dictionaries.
See the PyToolz documentation at https://toolz.readthedocs.io
%prep
%autosetup -n toolz-0.11.1
%autosetup -n toolz-%{version}
%build
%py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Oct 11 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.12.0-1
- Update version to 0.12.0
* Wed May 11 2022 yangping <yangping69@h-partners> - 0.11.1-2
- License compliance rectification

Binary file not shown.