From 7367be99acda444951c5dd9ea2e38685181b3bb9 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 11:09:01 +0800 Subject: [PATCH] remove some unnecessary buildrequires --- python-mock.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index 3309d83..e8683ab 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -7,7 +7,7 @@ needed attributes in the normal way. \ Name: python-mock Version: 4.0.3 -Release: 1 +Release: 2 Summary: A Python Mocking and Patching Library for Testing License: BSD URL: http://www.voidspace.org.uk/python/mock/ @@ -15,7 +15,7 @@ Source0: https://pypi.python.org/packages/source/m/mock/mock-%{version}.t BuildArch: noarch -BuildRequires: python3-devel python3-setuptools python3-pbr python3-unittest2 python3-pytest +BuildRequires: python3-devel python3-setuptools python3-unittest2 python3-pytest %description %{_description__} @@ -46,11 +46,14 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Thu Mar 3 2022 zhaoshuang - 4.0.3-2 +- remove some unnecessary buildrequires + * Mon Feb 1 2021 shangyibin - 4.0.3-1 - Upgrade to version 4.0.3 * Tue Sep 20 2020 liuweibo - 4.0.2-3 -- Fix Source0 +- Fix Source0 * Thu Aug 20 2020 tianwei - 4.0.2-2 - Don't require funcsigs on python3, it's part of the standard library -- Gitee