rebuilt with python3 == 3.11 [release 4.0.0-2mamba;Fri Sep 29 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:22:48 +01:00
parent acad6ee83a
commit 28cb8cbcc8

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-py3dns
Version: 4.0.0
Release: 1mamba
Release: 2mamba
Summary: Python 3 DNS library
Group: System/Libraries
Vendor: openmamba
@ -11,8 +11,9 @@ URL: https://launchpad.net/py3dns
Source: https://pypi.debian.net/py3dns/py3dns-%{version}.tar.gz
License: Python Software Foundation License
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -41,6 +42,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/DNS
@ -48,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Fri Sep 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-2mamba
- rebuilt with python3 == 3.11
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
- automatic version update by autodist