Update to 3.11.1
This commit is contained in:
parent
f56dddb201
commit
27042bdc5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/pytest-mock-3.8.2.tar.gz
|
/pytest-mock-3.8.2.tar.gz
|
||||||
/pytest-mock-3.9.0.tar.gz
|
/pytest-mock-3.9.0.tar.gz
|
||||||
/pytest-mock-3.10.0.tar.gz
|
/pytest-mock-3.10.0.tar.gz
|
||||||
|
/pytest-mock-3.11.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.10.0
|
Version: 3.11.1
|
||||||
Release: 3%{?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
|
||||||
@ -59,6 +59,9 @@ sed -i "s/import py\.code//" tests/test_pytest_mock.py
|
|||||||
%{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 Julien Enselme <jujens@jujens.eu> - 3.11.1
|
||||||
|
- Update to 3.11.1
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.10.0-3
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.10.0-3
|
||||||
- Rebuilt for Python 3.12
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-mock-3.10.0.tar.gz) = 2ad6866d581a2999899e399ef5516d478a6172f52923f03703e3e3708229fb3b1178c91225b5cc90734c96abcb48fea517b11e0fc193da6fb592295395c14cd3
|
SHA512 (pytest-mock-3.11.1.tar.gz) = f52147498657d35f4616ea788b500a68ffcf1c2c066047fb973308b54e11bd7fe5a3961115bab99ae6858000ebb68b35cc489e81221a0bd26afae8426092ff6b
|
||||||
|
Loading…
Reference in New Issue
Block a user