Update to 3.8.1
This commit is contained in:
parent
ab794660c7
commit
e7b7547bd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/pytest-mock-3.5.1.tar.gz
|
/pytest-mock-3.5.1.tar.gz
|
||||||
/pytest-mock-3.6.1.tar.gz
|
/pytest-mock-3.6.1.tar.gz
|
||||||
/pytest-mock-3.7.0.tar.gz
|
/pytest-mock-3.7.0.tar.gz
|
||||||
|
/pytest-mock-3.8.1.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global file_name pytest_mock
|
%global file_name pytest_mock
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.7.0
|
Version: 3.8.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Thin-wrapper around the mock package for easier use with py.test
|
Summary: Thin-wrapper around the mock package for easier use with py.test
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -57,6 +57,9 @@ sed -i 's/\r$//' README.rst
|
|||||||
%{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 Julien Enselme <jujens@jujens.eu> - 3.8.1-1
|
||||||
|
- Update to 3.8.1
|
||||||
|
|
||||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.7.0-2
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.7.0-2
|
||||||
- Rebuilt for Python 3.11
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-mock-3.7.0.tar.gz) = 6ba69e86bac8a430a9f1f1c615ad21f505b87848ac50fc551bc02f81306bf8769fd015615d96085d87d4c695c24b0686a95116721358687b48b64de5d0ae6901
|
SHA512 (pytest-mock-3.8.1.tar.gz) = db8c0e2cbb7f8741569035a4e6ab9335ec0b03e05f0df07de0de8dad769974f96752c15d85c439da432623b51296b88970e3e29a212930e2bac33ed47d6055f3
|
||||||
|
Loading…
Reference in New Issue
Block a user