diff --git a/python-mock.spec b/python-mock.spec index de2436a..d9c458d 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # keeping python3 subpackage as stdlib mock lives in a different namespace # Some people may have not fixed their imports @@ -9,7 +8,7 @@ Name: python-mock Version: 3.0.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A Python Mocking and Patching Library for Testing License: BSD @@ -70,6 +69,9 @@ needed attributes in the normal way. %changelog +* Fri May 22 2020 Miro Hrončok - 3.0.5-10 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 3.0.5-9 - Bootstrap for Python 3.9