From 458bf95bd17e368b6c7ab8473856ca02b2a60388 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 29 Sep 2020 10:38:32 +0800 Subject: [PATCH] Fix Source0 --- python-mock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index 3a72ab6..6cf1072 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -7,11 +7,11 @@ needed attributes in the normal way. \ Name: python-mock Version: 4.0.2 -Release: 2 +Release: 3 Summary: A Python Mocking and Patching Library for Testing License: BSD URL: http://www.voidspace.org.uk/python/mock/ -Source0: http://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz BuildArch: noarch @@ -46,6 +46,9 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Tue Sep 20 2020 liuweibo - 4.0.2-3 +- Fix Source0 + * Thu Aug 20 2020 tianwei - 4.0.2-2 - Don't require funcsigs on python3, it's part of the standard library