Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daa7120b41 | ||
|
|
afe6eb6fa8 | ||
|
|
8c8381846e | ||
|
|
acb3828826 | ||
|
|
2d7afc8619 |
1 changed files with 13 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ also happens to be valid Markdown (a text-to-HTML format).
|
|||
|
||||
Name: python-%{upname}
|
||||
Version: 2025.4.15
|
||||
Release: 1%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: %{common_sum}
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -21,9 +21,6 @@ BuildRequires: python%{python3_pkgversion}-devel
|
|||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
# to remove incompatible setuptools license field
|
||||
BuildRequires: tomcli
|
||||
|
||||
%description
|
||||
%{common_desc}
|
||||
|
||||
|
|
@ -40,7 +37,6 @@ Obsoletes: python2-%{upname} <= %{version}-%{release}
|
|||
|
||||
%prep
|
||||
%autosetup -n %{upname}-%{version}
|
||||
tomcli set pyproject.toml del project.license
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
|
@ -87,6 +83,18 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2025.4.15-5
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2025.4.15-4
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2025.4.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2025.4.15-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Wed May 21 2025 David Kaufmann <astra@ionic.at> - 2025.4.15-1
|
||||
- Update to 2025.4.15
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue