diff --git a/python-decorator.spec b/python-decorator.spec index e3c6be1..40f9a78 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module to simplify usage of decorators License: BSD @@ -53,6 +53,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %{python3_sitelib}/__pycache__/* %changelog +* Fri May 22 2020 Miro Hrončok - 4.4.2-2 +- Rebuilt for Python 3.9 + * Fri Apr 03 2020 Michal Konečný - 4.4.2-1 - new version Remove python39.patch no longer needed