diff --git a/jaraco.collections-3.4.0.tar.gz b/jaraco.collections-3.4.0.tar.gz deleted file mode 100644 index 9a4c1ea1461ef1bea39dded91895be6afb73525a..0000000000000000000000000000000000000000 Binary files a/jaraco.collections-3.4.0.tar.gz and /dev/null differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 832b39003bc71a9516cc4f2acbf2df1269d5215e..fa26c7cb885f11fe626c2910d58f88eab9420db2 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-collections -Version: 3.4.0 +Version: 3.5.1 Release: 1 Summary: Collection objects similar to those in stdlib by jaraco License: MIT URL: https://github.com/jaraco/jaraco.collections -Source0: https://files.pythonhosted.org/packages/d9/f8/da1c43345aa1ce0a98391497719cfc80d9664727431554a6aab5328481eb/jaraco.collections-3.4.0.tar.gz +Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -35,7 +35,7 @@ Provides: python3-jaraco-collections-doc A dictionary-like object that maps a range of values to a given value. %prep -%autosetup -n jaraco.collections-3.4.0 +%autosetup -n jaraco.collections-3.5.1 %build %py3_build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 17 2022 houyingchao - 3.5.1-1 +- Upgrade to version 3.5.1 + * Fri Nov 26 2021 liuqinfei <18138800392@163.com> - 3.4.0-1 - update version to 3.4.0 - recover some excluded files in %files python3-jaraco-collections diff --git a/v3.5.1.tar.gz b/v3.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ea5033f591b83592adab1d0cb9e1d5acbbbf03d4 Binary files /dev/null and b/v3.5.1.tar.gz differ