diff --git a/python-mock.spec b/python-mock.spec index 85b8801..38686cd 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -2,7 +2,7 @@ Name: python-mock Version: 4.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD @@ -73,6 +73,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 4.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jan 06 2022 Miro HronĨok - 4.0.3-1 - Update to 4.0.3 for Python 3.11 support - Fixes: rhbz#2019006