Update to 3.5.1

This commit is contained in:
starlet-dx 2022-10-27 14:59:51 +08:00
parent 50b8ef46b5
commit e4cf104aba
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 %global _empty_manifest_terminate_build 0
Name: python-jaraco-collections Name: python-jaraco-collections
Version: 3.0.0 Version: 3.5.1
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://pypi.org/project/jaraco.collections URL: https://github.com/jaraco/jaraco.collections
Source0: https://files.pythonhosted.org/packages/74/ed/8ee1599924eb6c42b02e26a13e79f5069012b170401a42a8b8d6afe1f289/jaraco.collections-3.0.0.tar.gz Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python-setuptools_scm
Recommends: %{name}-help = %{version}-%{release}
Requires: python3-six
Requires: python3-sphinx Requires: python3-sphinx
Requires: python3-pytest Requires: python3-pytest
Requires: python3-pytest-checkdocs Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8 Requires: python3-pytest-flake8
Requires: python3-pytest-black-multipy
Requires: python3-pytest-cov Requires: python3-pytest-cov
Requires: python3-pytest-enabler
Requires: python3-pytest-black
Requires: python3-pytest-mypy
%description %description
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.
@ -36,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.0.0 %autosetup -n jaraco.collections-3.5.1
%build %build
%py3_build %py3_build
@ -70,15 +69,15 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-collections -f filelist.lst %files -n python3-jaraco-collections -f filelist.lst
%exclude %{python3_sitelib}/jaraco/__init__* %dir %{python3_sitelib}/*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
%{python3_sitelib}/jaraco
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %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> * Mon Jan 10 2022 baizhonggui <baizhonggui@huawei.com>
- fix build error - fix build error

BIN
v3.5.1.tar.gz Normal file

Binary file not shown.