diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index d6e0989..1c5952e 100644 --- a/python-django-rest-framework.spec +++ b/python-django-rest-framework.spec @@ -2,7 +2,7 @@ Name: python-django-rest-framework Version: 3.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web APIs for Django, made easy License: BSD @@ -87,6 +87,9 @@ find . -name *.po -exec rm -f '{}' \; %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jun 13 2023 Python Maint - 3.14.0-2 +- Rebuilt for Python 3.12 + * Fri Jun 2 2023 Steve Traylen - 3.14.0-1 - Update to 3.14.0 rhbz#2129090