update to 3.0.5

This commit is contained in:
jinzhimin369 2020-08-26 17:25:08 +08:00
parent 6347b85ee0
commit 041a7c649f
2 changed files with 5 additions and 4 deletions

BIN
mock-3.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -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 <tianwei12@huawei.com> - 3.0.5-1
- update to 3.0.5
* Thu Oct 17 2019 huzhiyu <huzhiyu1@huawei.com> - 2.0.0-11
- Package init