Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 13:26:51 +02:00 committed by Miro Hrončok
parent 9a579bf00b
commit ea58fbc5e6

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 5.0.9
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
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 5.0.9-2
- Rebuilt for Python 3.10
* Sat May 22 2021 Kevin Fenzi <kevin@scrye.com> - 5.0.9-1
- Update to 5.0.9. Fixes rhbz#1960812