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

This commit is contained in:
Automatic Build System 2024-01-05 16:24:55 +01:00
parent 328b9491ba
commit 4b31ce613c

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pydocstyle Name: python-pydocstyle
Version: 6.3.0 Version: 6.3.0
Release: 3mamba Release: 4mamba
Summary: Python docstring style checker Summary: Python docstring style checker
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,10 +11,10 @@ URL: https://github.com/PyCQA/pydocstyle/
Source: http://pypi.debian.net/pydocstyle/pydocstyle-%{version}.tar.gz Source: http://pypi.debian.net/pydocstyle/pydocstyle-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(importlib-metadata) BuildRequires: python3.11dist(snowballstemmer)
BuildRequires: python3.7dist(snowballstemmer)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -50,6 +50,9 @@ done
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 6.3.0-4mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 6.3.0-3mamba * Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 6.3.0-3mamba
- rebuilt with python 3.10 - rebuilt with python 3.10