diff --git a/python-genty.spec b/python-genty.spec index 72810d8..e24c9eb 100644 --- a/python-genty.spec +++ b/python-genty.spec @@ -1,7 +1,7 @@ %global pypi_name genty Name: python-%{pypi_name} Version: 1.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Allows you to run a test with multiple data sets License: ASL 2.0 URL: https://github.com/box/genty @@ -56,6 +56,9 @@ sed -i 's/from mock/from unittest.mock/' test/test_genty.py %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.3.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro HronĨok - 1.3.2-5 - Rebuilt for Python 3.8.0rc1 (#1748018)