diff --git a/python-zipp.spec b/python-zipp.spec index 14dc22a54624b61765f45e420419be47116ee456..d3608b9d4580780031e2b9e1fb0d5d43a1b38cc8 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp Version: 3.7.0 -Release: 1 +Release: 2 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -21,7 +21,6 @@ BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-setuptools_scm BuildRequires: python3-toml -BuildRequires: boost-iostreams BuildRequires: python3-pytest Requires: python3-toml @@ -57,6 +56,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Tue Nov 15 2022 zhuofeng - 3.7.0-2 +- remove boost + * Thu Jul 28 2022 liksh - 3.7.0-1 - Upgrade for openstack yoga