From 7a39a2502c9f7046479758c0b41044b1d57b5a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 15:41:18 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-mock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index 92b31be..5bacf94 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -8,13 +8,13 @@ %{!?python3_pkgversion:%global python3_pkgversion 3} # When bootstrapping Python 3, mock is built before pytest -%bcond_with tests +%bcond_without tests %global mod_name mock Name: python-mock Version: 3.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python Mocking and Patching Library for Testing License: BSD @@ -118,6 +118,9 @@ needed attributes in the normal way. %changelog +* Thu Aug 15 2019 Miro Hrončok - 3.0.5-4 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 3.0.5-3 - Bootstrap for Python 3.8