update to upstream version 3.8.0

This commit is contained in:
jianli-97 2022-12-16 00:05:13 +08:00
parent 1a54a35b59
commit 32047b0609
3 changed files with 7 additions and 4 deletions

View File

@ -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 <lijian2@kylinos.cn> - 3.8.0-1
- update to upstream version 3.8.0
* Tue Aug 30 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.5.2-1
- Upgrade to version 3.5.2

Binary file not shown.

BIN
v3.8.0.tar.gz Normal file

Binary file not shown.