automatic version update by autodist [release 6.2.0-1mamba;Tue Jan 03 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:24:50 +01:00
parent 55c4651d88
commit 274e79a7d4

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pydocstyle
Version: 6.1.1
Version: 6.2.0
Release: 1mamba
Summary: Python docstring style checker
Group: System/Libraries
@ -12,6 +12,7 @@ Source: http://pypi.debian.net/pydocstyle/pydocstyle-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(importlib-metadata)
BuildRequires: python3.7dist(snowballstemmer)
## AUTOBUILDREQ-END
@ -48,5 +49,8 @@ done
%{python_sitelib}/%{pkgname}/*
%changelog
* Tue Jan 03 2023 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
- automatic version update by autodist
* Wed Nov 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.1-1mamba
- package created using the webbuild interface