From 0308dbf4fbb559811291b617e70a7b0e18f64e98 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 15 2019 11:05:17 +0000 Subject: Bootstrap for Python 3.8 --- diff --git a/python-fixtures.spec b/python-fixtures.spec index 459ec33..142b2be 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global pypi_name fixtures %if 0%{?fedora} || 0%{?rhel} > 7 # Should probably become bcond_with python2 soon @@ -13,7 +14,7 @@ Name: python-%{pypi_name} Version: 3.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Fixtures, reusable state for writing clean tests and more License: ASL 2.0 or BSD @@ -123,6 +124,9 @@ contract in unit test compatible test cases easy and straight forward. %endif %changelog +* Thu Aug 15 2019 Miro Hrončok - 3.0.0-14 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 3.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild