!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:
openeuler-ci-bot 2023-04-11 05:53:47 +00:00 committed by Gitee
commit c091f70b57
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

View File

@ -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

Binary file not shown.