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