diff --git a/0.12.0.tar.gz b/0.12.0.tar.gz new file mode 100644 index 0000000..c05ce6b Binary files /dev/null and b/0.12.0.tar.gz differ diff --git a/python-toolz.spec b/python-toolz.spec index 1e64a6e..b2ced41 100644 --- a/python-toolz.spec +++ b/python-toolz.spec @@ -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 - 0.12.0-1 +- Update version to 0.12.0 + * Wed May 11 2022 yangping - 0.11.1-2 - License compliance rectification diff --git a/toolz-0.11.1.tar.gz b/toolz-0.11.1.tar.gz deleted file mode 100644 index 7270223..0000000 Binary files a/toolz-0.11.1.tar.gz and /dev/null differ