diff --git a/jaraco.collections-4.1.0.tar.gz b/jaraco.collections-4.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4ac15037f2df3dd354246082802af74c6480dc43 Binary files /dev/null and b/jaraco.collections-4.1.0.tar.gz differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 11d0e8d3da04e80926ee8bec212d5cebb1c37f0d..4a6f0cecf360e532d70a4f4fea2ec0ce8bc87486 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-collections -Version: 3.8.0 -Release: 2 +Version: 4.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://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.8.0.tar.gz -Patch0: 0001-add-setup-file.patch +Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v%{version}.tar.gz#/jaraco.collections-%{version}.tar.gz +Patch0: 0001-add-setup-file.patch BuildArch: noarch Requires: python3-sphinx @@ -23,7 +23,7 @@ A dictionary-like object that maps a range of values to a given value. %package -n python3-jaraco-collections Summary: Collection objects similar to those in stdlib by jaraco -Provides: python-jaraco-collections +Provides: python-jaraco-collections = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-jaraco-collections @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 10 2023 jiangxinyu - 4.1.0-1 +- Update package to version 4.1.0 + * Tue Feb 28 2023 yaoxin - 3.8.0-2 - Adaptation to setup.py and modify the patching mode to resolve installation conflicts diff --git a/v3.8.0.tar.gz b/v3.8.0.tar.gz deleted file mode 100644 index 86fc983b6ff4f14b176275aba4d8d89cc5ecf2a3..0000000000000000000000000000000000000000 Binary files a/v3.8.0.tar.gz and /dev/null differ