From 371f9138940ffdcb27e580809a13578de24fa0c5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 21:46:43 +0000 Subject: import python-pytest-mock-1.9.0-4.module+el8.0.0+2961+596d0223 --- 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