diff --git a/python-pidfile.spec b/python-pidfile.spec index 8fde1ce..cdd5956 100644 --- a/python-pidfile.spec +++ b/python-pidfile.spec @@ -2,7 +2,7 @@ %global pypi_name python-%{module_name} Name: %{pypi_name} Version: 3.0.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python context manager for managing pid files License: MIT URL: https://pypi.org/project/python-pidfile @@ -45,6 +45,9 @@ cp -p %{SOURCE1} . %license LICENSE %changelog +* Fri Sep 19 2025 Python Maint - 3.0.0-15 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.0.0-14 - Rebuilt for Python 3.14.0rc2 bytecode