Rebuilt for Python 3.14.0rc3 bytecode
This commit is contained in:
parent
086736874d
commit
43f0269d3d
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue