rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.1-2mamba;Fri Sep 29 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:46:47 +01:00
parent 2a7cad0014
commit ef0cd5fd37

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-atpublic
Version: 3.1.1
Release: 1mamba
Release: 2mamba
Summary: This library provides two very simple decorators that document the publicness of the names in your module
Group: System/Libraries
Vendor: openmamba
@ -11,8 +11,9 @@ URL: https://public.readthedocs.io/en/stable/
Source: https://pypi.debian.net/atpublic/atpublic-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: python-pdm-pep517-py3
%description
@ -34,13 +35,16 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitearch}/public
%{python_sitearch}/public/*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/public
%{python_sitelib}/public/*
%doc LICENSE
%changelog
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 3.1.1-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic version update by autodist