From 4046d082c65749981937f4bc6f07f6610bbb72dd Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Tue, 15 Nov 2022 06:29:29 +0000 Subject: [PATCH] Remove useless BuildRequires boost-iostreams Signed-off-by: zhuofeng --- python-zipp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zipp.spec b/python-zipp.spec index 14dc22a..c3ec7a7 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 @@ -57,6 +57,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Tue Nov 15 2022 zhuofeng - 3.7.0-2 +- Remove useless BuildRequires boost-iostreams + * Thu Jul 28 2022 liksh - 3.7.0-1 - Upgrade for openstack yoga -- Gitee