Update to 1.10.4
This commit is contained in:
parent
f49c97258a
commit
e0b6cf88ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/pytest-mock-1.10.1.tar.gz
|
||||
/pytest-mock-1.10.2.tar.gz
|
||||
/pytest-mock-1.10.3.tar.gz
|
||||
/pytest-mock-1.10.4.tar.gz
|
||||
|
@ -6,7 +6,7 @@ to worry about undoing patches at the end of a test.
|
||||
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.10.3
|
||||
Version: 1.10.4
|
||||
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
|
||||
* Sat Jul 13 2019 Julien Enselme <jujens@jujens.eu> - 1.10.4-1
|
||||
- Update to 1.10.4
|
||||
|
||||
* Thu Apr 04 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10.3-1
|
||||
- Update to 1.10.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-mock-1.10.3.tar.gz) = 6880214ebed59d31f01aafae37495ccc97b1132b90982b3ac8b593476b9cb0469b220f677ad2d3815ced108b88dacf66fc453449921a019bb8601eb17d20dd39
|
||||
SHA512 (pytest-mock-1.10.4.tar.gz) = 855ed6d2de6fb88bdc476b36b70373126859194cd01fd6b8700e2d42ccfb5b309c6b5d20dabb1306648b37045c2dd150682c3204f06f7e5ba1435353b66445e9
|
||||
|
Loading…
Reference in New Issue
Block a user