diff --git a/jaraco.collections-3.0.0.tar.gz b/jaraco.collections-3.0.0.tar.gz deleted file mode 100644 index 1a17ca8a4a6649a3bf17ef5a767fd79cbb99afb7..0000000000000000000000000000000000000000 Binary files a/jaraco.collections-3.0.0.tar.gz and /dev/null differ diff --git a/jaraco.collections-3.4.0.tar.gz b/jaraco.collections-3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9a4c1ea1461ef1bea39dded91895be6afb73525a Binary files /dev/null and b/jaraco.collections-3.4.0.tar.gz differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 33b7339141108df69ce25253ea0ffb897ad62109..832b39003bc71a9516cc4f2acbf2df1269d5215e 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -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 - 3.0.0-2 - Add 'exclude python37*' to %file