Update to 1.10.3
This commit is contained in:
parent
f7f2abfffa
commit
f49c97258a
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@
|
||||
/pytest-mock-1.9.0.tar.gz
|
||||
/pytest-mock-1.10.0.tar.gz
|
||||
/pytest-mock-1.10.1.tar.gz
|
||||
/pytest-mock-1.10.2.tar.gz
|
||||
/pytest-mock-1.10.3.tar.gz
|
||||
|
@ -6,7 +6,7 @@ to worry about undoing patches at the end of a test.
|
||||
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.10.1
|
||||
Version: 1.10.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Thin-wrapper around the mock package for easier use with py.test
|
||||
|
||||
@ -89,6 +89,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 04 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10.3-1
|
||||
- Update to 1.10.3
|
||||
|
||||
* Sat Feb 23 2019 Julien Enselme <jujens@jujens.eu> - 1.10.1-1
|
||||
- Update to 1.10.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-mock-1.10.1.tar.gz) = c560f79e0087dddaaf749724fa0c815602a9e2cf1c2cbe5d0a0a755528378543223e526803dff1da3e93ee47269c6ca44d947449cc284e11797e89064db54558
|
||||
SHA512 (pytest-mock-1.10.3.tar.gz) = 6880214ebed59d31f01aafae37495ccc97b1132b90982b3ac8b593476b9cb0469b220f677ad2d3815ced108b88dacf66fc453449921a019bb8601eb17d20dd39
|
||||
|
Loading…
Reference in New Issue
Block a user