!15 Update package to version 4.1.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
c091f70b57
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,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.8.0
|
Version: 4.1.0
|
||||||
Release: 2
|
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.8.0.tar.gz
|
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
|
Patch0: 0001-add-setup-file.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ A dictionary-like object that maps a range of values to a given value.
|
|||||||
|
|
||||||
%package -n python3-jaraco-collections
|
%package -n python3-jaraco-collections
|
||||||
Summary: Collection objects similar to those in stdlib by jaraco
|
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-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-jaraco-collections
|
%description -n python3-jaraco-collections
|
||||||
@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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