Update package to version 4.1.0
This commit is contained in:
parent
8a6b3a9f00
commit
d59f9db461
BIN
jaraco.collections-4.1.0.tar.gz
Normal file
BIN
jaraco.collections-4.1.0.tar.gz
Normal file
Binary file not shown.
@ -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 <jiangxinyu@kylinos.cn> - 4.1.0-1
|
||||
- Update package to version 4.1.0
|
||||
|
||||
* Tue Feb 28 2023 yaoxin <yaoxin30@h-partners.com> - 3.8.0-2
|
||||
- Adaptation to setup.py and modify the patching mode to resolve installation conflicts
|
||||
|
||||
|
||||
BIN
v3.8.0.tar.gz
BIN
v3.8.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user