Package upgrade
This commit is contained in:
parent
8bdda1c814
commit
828989f13b
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jaraco-collections
|
Name: python-jaraco-collections
|
||||||
Version: 3.4.0
|
Version: 3.5.1
|
||||||
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://files.pythonhosted.org/packages/d9/f8/da1c43345aa1ce0a98391497719cfc80d9664727431554a6aab5328481eb/jaraco.collections-3.4.0.tar.gz
|
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-sphinx
|
Requires: python3-sphinx
|
||||||
@ -35,7 +35,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.4.0
|
%autosetup -n jaraco.collections-3.5.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 3.5.1-1
|
||||||
|
- Upgrade to version 3.5.1
|
||||||
|
|
||||||
* Fri Nov 26 2021 liuqinfei <18138800392@163.com> - 3.4.0-1
|
* Fri Nov 26 2021 liuqinfei <18138800392@163.com> - 3.4.0-1
|
||||||
- update version to 3.4.0
|
- update version to 3.4.0
|
||||||
- recover some excluded files in %files python3-jaraco-collections
|
- recover some excluded files in %files python3-jaraco-collections
|
||||||
|
|||||||
BIN
v3.5.1.tar.gz
Normal file
BIN
v3.5.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user