From 4de02bda02f2c9da6902b4943ba1548b07bacb78 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 17:46:43 -0400 Subject: [PATCH] import python-pytest-mock-1.9.0-4.module+el8.0.0+2961+596d0223 --- SPECS/python-pytest-mock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-pytest-mock.spec b/SPECS/python-pytest-mock.spec index 178b34c..ffe7a66 100644 --- a/SPECS/python-pytest-mock.spec +++ b/SPECS/python-pytest-mock.spec @@ -9,7 +9,7 @@ to worry about undoing patches at the end of a test. Name: python-%{pypi_name} Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -99,6 +99,10 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Wed Apr 03 2019 Tomas Orsava - 1.9.0-4 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Tue Jul 31 2018 Lumír Balhar - 1.9.0-2 - Make possible to disable python3 subpackage