From a9b75ec8a4f367b731566e49ccca056ffc7da154 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:03:22 +0100 Subject: [PATCH] update to 0.3.5.1 [release 0.3.5.1-1mamba;Mon May 23 2022] --- python-dill.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-dill.spec b/python-dill.spec index e018520..9dfae05 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-dill -Version: 0.3.4 +Version: 0.3.5.1 Release: 1mamba Summary: Serialize all of python Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel @@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Mon May 23 2022 Silvan Calarco 0.3.5.1-1mamba +- update to 0.3.5.1 + * Sat Apr 02 2022 Silvan Calarco 0.3.4-1mamba - package created using the webbuild interface