update to upstream version 3.8.0
This commit is contained in:
parent
1a54a35b59
commit
32047b0609
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jaraco-collections
|
Name: python-jaraco-collections
|
||||||
Version: 3.5.2
|
Version: 3.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Collection objects similar to those in stdlib by jaraco
|
Summary: Collection objects similar to those in stdlib by jaraco
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.collections
|
URL: https://github.com/jaraco/jaraco.collections
|
||||||
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.2.tar.gz
|
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.8.0.tar.gz
|
||||||
Patch0: 0001-add-setup-file.patch
|
Patch0: 0001-add-setup-file.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-sphinx
|
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.
|
A dictionary-like object that maps a range of values to a given value.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n jaraco.collections-3.5.2
|
%autosetup -n jaraco.collections-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 30 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.5.2-1
|
||||||
- Upgrade to version 3.5.2
|
- Upgrade to version 3.5.2
|
||||||
|
|
||||||
|
|||||||
BIN
v3.5.2.tar.gz
BIN
v3.5.2.tar.gz
Binary file not shown.
BIN
v3.8.0.tar.gz
Normal file
BIN
v3.8.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user