diff --git a/mock-4.0.3.tar.gz b/mock-4.0.3.tar.gz deleted file mode 100644 index aa9979a4fb0dc82ce09a4e09c1661b625ea33673..0000000000000000000000000000000000000000 Binary files a/mock-4.0.3.tar.gz and /dev/null differ diff --git a/mock-5.1.0.tar.gz b/mock-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3c6884a9a480e5a53ae3db36812ab60558d1443 Binary files /dev/null and b/mock-5.1.0.tar.gz differ diff --git a/python-mock.spec b/python-mock.spec index 091136ec84085c053e66da2660b6e4ea6232d2f3..990c02f273603113e79527922c437a1bdc4d155b 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -6,11 +6,11 @@ arguments they were called with. You can also specify return values and set \ needed attributes in the normal way. \ Name: python-mock -Version: 4.0.3 -Release: 3 +Version: 5.1.0 +Release: 1 Summary: A Python Mocking and Patching Library for Testing License: BSD-2-Clause -URL: http://www.voidspace.org.uk/python/mock/ +URL: https://github.com/testing-cabal/mock 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 +* Fri Sep 01 2023 wulei - 5.1.0-1 +- Update to 5.1.0 + * Mon Mar 6 Wenlong Zhang - 4.0.3-3 - Remove useless buildrequires