diff --git a/SPECS/.python-ddt.spec.swp b/SPECS/.python-ddt.spec.swp new file mode 100644 index 0000000..5036e51 Binary files /dev/null and b/SPECS/.python-ddt.spec.swp differ diff --git a/SPECS/python-ddt.spec b/SPECS/python-ddt.spec index 5dbf6f0..46a5bc9 100644 --- a/SPECS/python-ddt.spec +++ b/SPECS/python-ddt.spec @@ -17,7 +17,7 @@ combination with other testing frameworks like unittest and nose.} Name: python-%{pkgname} Version: 1.4.2 -Release: 1 +Release: 3%{?dist} Summary: Python library to multiply test cases License: MIT URL: https://github.com/datadriventests/ddt @@ -68,6 +68,12 @@ rm -rf %{eggname}.egg-info %changelog +* Thu Jun 10 2021 Stephen Gallagher - 1.4.2-3 +- Fix missing %%dist + +* Fri Jun 04 2021 Python Maint - 1.4.2-2 +- Rebuilt for Python 3.10 + * Wed Apr 21 2021 Joel Capitao - 1.4.2-1 - Latest upstream rhbz#1938360