From 28cb8cbcc8318367adf07bebe000ffaecc4152b6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:22:48 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 4.0.0-2mamba;Fri Sep 29 2023] --- python-py3dns.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-py3dns.spec b/python-py3dns.spec index bdc6494..4d61103 100644 --- a/python-py3dns.spec +++ b/python-py3dns.spec @@ -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 4.0.0-2mamba +- rebuilt with python3 == 3.11 + * Mon Sep 04 2023 Automatic Build System 4.0.0-1mamba - automatic version update by autodist