Update to latest upstream release 3.7.0 (closes rhbz#2047739)
This commit is contained in:
parent
ed144919bd
commit
8ba25039db
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/pytest-mock-3.5.0.tar.gz
|
/pytest-mock-3.5.0.tar.gz
|
||||||
/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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global file_name pytest_mock
|
%global file_name pytest_mock
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.6.1
|
Version: 3.7.0
|
||||||
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
|
||||||
@ -46,7 +46,9 @@ sed -i 's/\r$//' README.rst
|
|||||||
%check
|
%check
|
||||||
%pytest -v tests \
|
%pytest -v tests \
|
||||||
-k "not test_standalone_mock and not test_detailed_introspection and not test_detailed_introspection \
|
-k "not test_standalone_mock and not test_detailed_introspection and not test_detailed_introspection \
|
||||||
and not test_assert_called_args_with_introspection and not test_assert_called_kwargs_with_introspection"
|
and not test_assert_called_args_with_introspection and not test_assert_called_kwargs_with_introspection \
|
||||||
|
and not test_plain_stopall and not test_used_with_class_scope and not est_used_with_module_scope \
|
||||||
|
and not test_used_with_package_scope and not test_used_with_session_scope"
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
@ -55,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 Feb 23 2022 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.0-1
|
||||||
|
- Update to latest upstream release 3.7.0 (closes rhbz#2047739)
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-mock-3.6.1.tar.gz) = 50a8ffbac1b20b1962558789b24d50c1e7d8d2e2706ee15a576eb5fd1b40d4523482dce7a1078d532b686ff8d38b6d769d356b04241528a0196e14acae0b6199
|
SHA512 (pytest-mock-3.7.0.tar.gz) = 6ba69e86bac8a430a9f1f1c615ad21f505b87848ac50fc551bc02f81306bf8769fd015615d96085d87d4c695c24b0686a95116721358687b48b64de5d0ae6901
|
||||||
|
Loading…
Reference in New Issue
Block a user