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