!6 Fix source0

From: @kkkl12
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
This commit is contained in:
openeuler-ci-bot 2020-09-29 14:10:01 +08:00 committed by Gitee
commit 4cd826b888

View File

@ -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 <liuweibo10@huawei.com> - 4.0.2-3
- Fix Source0
* Thu Aug 20 2020 tianwei <tianwei12@huawei.com> - 4.0.2-2
- Don't require funcsigs on python3, it's part of the standard library