diff --git a/jaraco.collections-5.0.1.tar.gz b/jaraco.collections-5.0.1.tar.gz deleted file mode 100644 index 730137adc89b7514ebe4ed4e7ee8f17dc805e27a..0000000000000000000000000000000000000000 Binary files a/jaraco.collections-5.0.1.tar.gz and /dev/null differ diff --git a/jaraco_collections-5.1.0.tar.gz b/jaraco_collections-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..41ab8feef4d8e8e6c5eb055742eb07af85c890ee Binary files /dev/null and b/jaraco_collections-5.1.0.tar.gz differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 7a0166b5a4114dfe6f2c835ac41f22cba38b47ef..90d186e098a2caeb84793475ba74aad1d054993f 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.0.1 +Version: 5.1.0 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/source/j/jaraco.collections/jaraco.collections-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -36,7 +36,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-%{version} -p1 +%autosetup -n jaraco_collections-%{version} -p1 %build %pyproject_build @@ -55,6 +55,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* 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 + * Wed Aug 07 2024 yuanlipeng - 5.0.1-1 - Update to 5.0.1 * Delinting and package refresh.