update version to 3.4.0
This commit is contained in:
parent
4f0c57337a
commit
ae0dd92622
Binary file not shown.
BIN
jaraco.collections-3.4.0.tar.gz
Normal file
BIN
jaraco.collections-3.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,22 +1,21 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-collections
|
||||
Version: 3.0.0
|
||||
Release: 2
|
||||
Version: 3.4.0
|
||||
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://files.pythonhosted.org/packages/d9/f8/da1c43345aa1ce0a98391497719cfc80d9664727431554a6aab5328481eb/jaraco.collections-3.4.0.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.4.0
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -69,18 +68,19 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-jaraco-collections
|
||||
%exclude %{python3_sitelib}/jaraco/__init__.py
|
||||
%exclude %{python3_sitelib}/jaraco/collections.py
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-37.*
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-38.*
|
||||
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
|
||||
%files -n python3-jaraco-collections -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 26 2021 liuqinfei <18138800392@163.com> - 3.4.0-1
|
||||
- update version to 3.4.0
|
||||
- recover some excluded files in %files python3-jaraco-collections
|
||||
- __init__.py
|
||||
- collections.py
|
||||
|
||||
* Wed Sep 1 2021 maxim.suen <maxim2010@163.com> - 3.0.0-2
|
||||
- Add 'exclude python37*' to %file
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user