rebuilt with python 3.10 [release 1.5.0-2mamba;Fri Apr 07 2023]

This commit is contained in:
Sdk Build System 2024-01-05 16:14:20 +01:00
parent 82286b5921
commit 32cd90d71a

View File

@ -1,13 +1,13 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pandocfilters
Version: 1.5.0
Release: 1mamba
Release: 2mamba
Summary: Utilities for writing pandoc filters in python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://github.com/jgm/pandocfilters
URL: https://github.com/jgm/pandocfilters
Source: https://pypi.debian.net/pandocfilters/pandocfilters-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.5.0-2mamba
- rebuilt with python 3.10
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
- package created using the webbuild interface