rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 2.4.9-2mamba;Tue Jul 07 2026]

This commit is contained in:
2026-07-16 12:25:56 +02:00
parent 8f10a0b087
commit d5180113f4
+9 -7
View File
@@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pdm_backend
Version: 2.4.9
Release: 1mamba
Release: 2mamba
Summary: The build backend used by PDM that supports latest packaging standards
Group: System/Libraries
Vendor: openmamba
@@ -12,16 +12,15 @@ Source: https://pypi.debian.net/pdm-backend/pdm_backend-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: libpython314-devel
## AUTOBUILDREQ-END
BuildRequires: python3 >= 0:3.14.6-2mamba
Obsoletes: python-pdm_backend-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python-pdm_backend-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n pdm_backend-%{version}
@@ -39,7 +38,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
#done
#%endif
%files %{?pyappend}
%files
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
@@ -48,6 +47,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue Jul 07 2026 Automatic Build System <autodist@openmamba.org> 2.4.9-2mamba
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
* Fri Jun 05 2026 Automatic Build System <autodist@openmamba.org> 2.4.9-1mamba
- automatic version update by autodist