From 25f4ccadf1ea9a0dd8af96aa9d58ef30e1cfdbf6 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 20 Feb 2024 15:13:24 +0800 Subject: [PATCH] remove useless requires (cherry picked from commit a452b18596b48b73f28b8a38afecf75c0100b1aa) --- python-zipp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index 14dc22a..23f47b7 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,12 +1,13 @@ %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 Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz BuildArch: noarch + %description A pathlib-compatible Zipfile object wrapper. A backport of the Path object. @@ -24,8 +25,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 +56,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Tue Feb 20 2024 shixuantong - 3.7.0-2 +- remove useless requires + * Thu Jul 28 2022 liksh - 3.7.0-1 - Upgrade for openstack yoga -- Gitee