diff --git a/jaraco_collections-5.1.0.tar.gz b/jaraco_collections-5.1.0.tar.gz deleted file mode 100644 index 41ab8feef4d8e8e6c5eb055742eb07af85c890ee..0000000000000000000000000000000000000000 Binary files a/jaraco_collections-5.1.0.tar.gz and /dev/null differ diff --git a/jaraco_collections-5.2.1.tar.gz b/jaraco_collections-5.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..34bb7a7e28779de9fcf972dd5922266361079adb Binary files /dev/null and b/jaraco_collections-5.2.1.tar.gz differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 90d186e098a2caeb84793475ba74aad1d054993f..c9377bc988d5486ebeb5c64ce672a5fec56d81ac 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: 5.1.0 +Version: 5.2.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/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/j/jaraco_collections/jaraco_collections-%{version}.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -55,6 +55,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Aug 20 2025 zhang_wenyu - 5.2.1-1 +- Update package to version 5.2.1 + * Fixed issue when the defaults included the key 'target' + * Tue Sep 3 2024 lilu - 5.1.0-1 - Update package to version 5.1.0 * Fully typed "RangeMap" and avoid complete iterations to find matches