update to 3.0.5
This commit is contained in:
parent
6347b85ee0
commit
041a7c649f
BIN
mock-3.0.5.tar.gz
Normal file
BIN
mock-3.0.5.tar.gz
Normal file
Binary file not shown.
@ -6,8 +6,8 @@ arguments they were called with. You can also specify return values and set \
|
|||||||
needed attributes in the normal way. \
|
needed attributes in the normal way. \
|
||||||
|
|
||||||
Name: python-mock
|
Name: python-mock
|
||||||
Version: 2.0.0
|
Version: 3.0.5
|
||||||
Release: 11
|
Release: 1
|
||||||
Summary: A Python Mocking and Patching Library for Testing
|
Summary: A Python Mocking and Patching Library for Testing
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.voidspace.org.uk/python/mock/
|
URL: http://www.voidspace.org.uk/python/mock/
|
||||||
@ -55,14 +55,15 @@ This is the python3 subpackage for %{name}.
|
|||||||
|
|
||||||
%files -n python2-mock
|
%files -n python2-mock
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc docs/*
|
|
||||||
%{python2_sitelib}/{*.egg-info,mock}
|
%{python2_sitelib}/{*.egg-info,mock}
|
||||||
|
|
||||||
%files -n python3-mock
|
%files -n python3-mock
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc docs/*
|
|
||||||
%{python3_sitelib}/{*.egg-info,mock}
|
%{python3_sitelib}/{*.egg-info,mock}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 17 2019 huzhiyu <huzhiyu1@huawei.com> - 2.0.0-11
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user