Rebuilt for Python 3.14.0rc3 bytecode

This commit is contained in:
Python Maint 2025-09-19 13:59:10 +02:00 committed by Karolina Surma
commit 43f0269d3d

View file

@ -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 <python-maint@redhat.com> - 3.0.0-15
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.0.0-14
- Rebuilt for Python 3.14.0rc2 bytecode