diff --git a/jaraco.collections-3.0.0.tar.gz b/jaraco.collections-3.0.0.tar.gz deleted file mode 100644 index 1a17ca8..0000000 Binary files a/jaraco.collections-3.0.0.tar.gz and /dev/null differ diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 9b7aae0..e450ac9 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.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 - 3.5.1-1 +- Upgrade to version 3.5.1 + * Mon Jan 10 2022 baizhonggui - fix build error diff --git a/v3.5.1.tar.gz b/v3.5.1.tar.gz new file mode 100644 index 0000000..ea5033f Binary files /dev/null and b/v3.5.1.tar.gz differ