diff --git a/python-zipp.spec b/python-zipp.spec index 93033215e3844a1272c990318c76256552d6c487..c2c472d63190cc211d599475c5d238aec2fa22c3 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp Version: 3.6.0 -Release: 1 +Release: 2 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -24,8 +24,6 @@ BuildRequires: python3-toml BuildRequires: boost-iostreams BuildRequires: python3-pytest -Requires: python3-toml -Requires: python3-setuptools_scm %description -n python3-zipp A pathlib-compatible Zipfile object wrapper. A backport of the Path object. @@ -57,6 +55,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Tue Feb 20 2024 shixuantong - 3.6.0-2 +- remove useless requires + * Mon Dec 20 2021 shixuantong - 3.6.0-1 - Upgrade to version 3.6.0