Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-17 20:33:11 +02:00
parent 4e3532bafe
commit b456c65c9f

View File

@ -7,7 +7,7 @@ to worry about undoing patches at the end of a test.
Name: python-%{pypi_name}
Version: 1.10.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Thin-wrapper around the mock package for easier use with py.test
License: MIT
@ -95,6 +95,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py
%changelog
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10.4-5
- Rebuilt for Python 3.8
* Thu Aug 01 2019 Julien Enselme <jujens@jujens.eu> - 1.10.4-4
- Fix build issues with python 3.8 and mock 3.0