Update to 1.10.1
This commit is contained in:
parent
cdf0312ce6
commit
f7f2abfffa
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/pytest-mock-1.7.1.tar.gz
|
||||
/pytest-mock-1.9.0.tar.gz
|
||||
/pytest-mock-1.10.0.tar.gz
|
||||
/pytest-mock-1.10.1.tar.gz
|
||||
|
@ -6,8 +6,8 @@ to worry about undoing patches at the end of a test.
|
||||
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.10.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Thin-wrapper around the mock package for easier use with py.test
|
||||
|
||||
License: MIT
|
||||
@ -89,6 +89,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 23 2019 Julien Enselme <jujens@jujens.eu> - 1.10.1-1
|
||||
- Update to 1.10.1
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-mock-1.10.0.tar.gz) = b8afba13da3e598b6493459298e395c0ecc06538733916659191bd5c5c22f40b0e296853ad940c16a6d492fcf46b2daf490ee589661d391e2c7cd1deb84da756
|
||||
SHA512 (pytest-mock-1.10.1.tar.gz) = c560f79e0087dddaaf749724fa0c815602a9e2cf1c2cbe5d0a0a755528378543223e526803dff1da3e93ee47269c6ca44d947449cc284e11797e89064db54558
|
||||
|
Loading…
Reference in New Issue
Block a user