Rebuilt for Python 3.13
This commit is contained in:
parent
dfa7de4a8f
commit
04974d08cc
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in a minimal diff.}
|
|||
|
||||
Name: python-specfile
|
||||
Version: %{package_version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
|
|
@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.28.3-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Thu May 23 2024 Packit <hello@packit.dev> - 0.28.3-1
|
||||
- Fixed several minor issues such as processing seemingly commented-out macro definitions (e.g. `#%%global prerel rc1`) and treating `SourceLicense` tag as a source. (#374, #376)
|
||||
- Made `EVR`, `NEVR` and `NEVRA` objects comparable. (#379)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue