diff --git a/mock-3.0.5.tar.gz b/mock-3.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..639e3fe4562a025c41c18042042534799b102ea3 Binary files /dev/null and b/mock-3.0.5.tar.gz differ diff --git a/python-mock.spec b/python-mock.spec index 6a898fe433e5981f972f9706d00a4be54b76f03a..03090afa59b4ce73b1e255a176ad8ae54853642f 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: 2.0.0 -Release: 11 +Version: 3.0.5 +Release: 1 Summary: A Python Mocking and Patching Library for Testing License: BSD URL: http://www.voidspace.org.uk/python/mock/ @@ -55,14 +55,15 @@ This is the python3 subpackage for %{name}. %files -n python2-mock %license LICENSE.txt -%doc docs/* %{python2_sitelib}/{*.egg-info,mock} %files -n python3-mock %license LICENSE.txt -%doc docs/* %{python3_sitelib}/{*.egg-info,mock} %changelog +* Wed Aug 26 2020 tianwei - 3.0.5-1 +- update to 3.0.5 + * Thu Oct 17 2019 huzhiyu - 2.0.0-11 - Package init