diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index c5d0519..b9a32f9 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.5.2 +Version: 3.8.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.5.2.tar.gz -Patch0: 0001-add-setup-file.patch +Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.8.0.tar.gz +Patch0: 0001-add-setup-file.patch 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-3.5.2 +%autosetup -n jaraco.collections-%{version} %patch0 %build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 16 2022 lijian - 3.8.0-1 +- update to upstream version 3.8.0 + * Tue Aug 30 2022 liqiuyu - 3.5.2-1 - Upgrade to version 3.5.2 diff --git a/v3.5.2.tar.gz b/v3.5.2.tar.gz deleted file mode 100644 index 7e51573..0000000 Binary files a/v3.5.2.tar.gz and /dev/null differ diff --git a/v3.8.0.tar.gz b/v3.8.0.tar.gz new file mode 100644 index 0000000..86fc983 Binary files /dev/null and b/v3.8.0.tar.gz differ