diff --git a/python-peewee.spec b/python-peewee.spec index 527cbd2..d246a8d 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 3.13.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A small, expressive orm License: MIT @@ -81,12 +81,15 @@ mv %{buildroot}%{_bindir}/{pwiz.py,pwiz} %doc README.rst html %license LICENSE %{python3_sitearch}/peewee.py* -%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %{python3_sitearch}/playhouse/ %{python3_sitearch}/__pycache__/* %{_bindir}/pwiz %changelog +* Wed Jul 01 2020 Viliam Krizan - 3.13.3-3 +- Replaced Python version globs with macros to support 3.10 + * Tue May 26 2020 Miro HronĨok - 3.13.3-2 - Rebuilt for Python 3.9