diff --git a/python-genty.spec b/python-genty.spec index 5ab9ee6..67a4923 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: 1%{?dist} +Release: 2%{?dist} Summary: Allows you to run a test with multiple data sets License: ASL 2.0 URL: https://github.com/box/genty @@ -56,5 +56,8 @@ sed -i 's/from mock/from unittest.mock/' test/test_genty.py %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jul 30 2018 Miro HronĨok - 1.3.2-1 - Initial package