update to 0.3.5.1 [release 0.3.5.1-1mamba;Mon May 23 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:03:22 +01:00
parent 6c99eed466
commit a9b75ec8a4

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-dill Name: python-dill
Version: 0.3.4 Version: 0.3.5.1
Release: 1mamba Release: 1mamba
Summary: Serialize all of python Summary: Serialize all of python
Group: System/Libraries Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/uqfoundation/dill URL: https://github.com/uqfoundation/dill
Source: https://pypi.debian.net/dill/dill-%{version}.zip Source: https://pypi.debian.net/dill/dill-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Mon May 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5.1-1mamba
- update to 0.3.5.1
* Sat Apr 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-1mamba * Sat Apr 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-1mamba
- package created using the webbuild interface - package created using the webbuild interface