From 98219b99faf77ef4ec30b6491780eb8985dd148a Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 29 Sep 2020 10:40:52 +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 03090af..6eb7259 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -7,11 +7,11 @@ needed attributes in the normal way. \ Name: python-mock Version: 3.0.5 -Release: 1 +Release: 2 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 BuildRequires: python2-devel python2-setuptools python2-funcsigs python2-pbr git python2-unittest2 @@ -62,6 +62,9 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Tue Sep 29 2020 liuweibo - 3.0.5-2 +- Fix Source0 + * Wed Aug 26 2020 tianwei - 3.0.5-1 - update to 3.0.5 -- Gitee