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.0.1.tar.gz b/mock-5.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c701c35358738ded8ac75fac176311f1b93bf323 Binary files /dev/null and b/mock-5.0.1.tar.gz differ diff --git a/python-mock.spec b/python-mock.spec index b76ba74398bf4d688ce7dc2c1d76c1584989e2b9..62e34e504b9d071c971d6598b84209d16a9c4038 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -6,8 +6,8 @@ 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: 2 +Version: 5.0.1 +Release: 1 Summary: A Python Mocking and Patching Library for Testing License: BSD-2-Clause URL: http://www.voidspace.org.uk/python/mock/ @@ -46,6 +46,9 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Wed Feb 15 2023 wubijie - 5.0.1-1 +- Update package to version 5.0.1 + * Wed May 11 2022 wulei - 4.0.3-2 - License compliance rectification