!7 Update to 3.5.1

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-10-27 12:24:42 +00:00 committed by Gitee
commit 1f0ecab6b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 13 deletions

Binary file not shown.

View File

@ -1,22 +1,21 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-collections
Version: 3.0.0
Release: 2
Version: 3.5.1
Release: 1
Summary: Collection objects similar to those in stdlib by jaraco
License: MIT
URL: https://pypi.org/project/jaraco.collections
Source0: https://files.pythonhosted.org/packages/74/ed/8ee1599924eb6c42b02e26a13e79f5069012b170401a42a8b8d6afe1f289/jaraco.collections-3.0.0.tar.gz
URL: https://github.com/jaraco/jaraco.collections
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools_scm
Recommends: %{name}-help = %{version}-%{release}
Requires: python3-six
Requires: python3-sphinx
Requires: python3-pytest
Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8
Requires: python3-pytest-black-multipy
Requires: python3-pytest-cov
Requires: python3-pytest-enabler
Requires: python3-pytest-black
Requires: python3-pytest-mypy
%description
A dictionary-like object that maps a range of values to a given value.
@ -36,7 +35,7 @@ Provides: python3-jaraco-collections-doc
A dictionary-like object that maps a range of values to a given value.
%prep
%autosetup -n jaraco.collections-3.0.0
%autosetup -n jaraco.collections-3.5.1
%build
%py3_build
@ -70,15 +69,15 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-collections -f filelist.lst
%exclude %{python3_sitelib}/jaraco/__init__*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
%{python3_sitelib}/jaraco
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Thu Oct 27 2022 yaoxin <yaoxin30@h-partners.com> - 3.5.1-1
- Upgrade to version 3.5.1
* Mon Jan 10 2022 baizhonggui <baizhonggui@huawei.com>
- fix build error

BIN
v3.5.1.tar.gz Normal file

Binary file not shown.