diff --git a/dill-0.3.4.zip b/dill-0.3.4.zip deleted file mode 100644 index be1d39a..0000000 --- a/dill-0.3.4.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675 -size 186823 diff --git a/dill-0.3.5.1.tar.gz b/dill-0.3.5.1.tar.gz new file mode 100644 index 0000000..bb96a90 --- /dev/null +++ b/dill-0.3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86 +size 167265 diff --git a/python-dill.changes b/python-dill.changes index 1e175fa..ed1370b 100644 --- a/python-dill.changes +++ b/python-dill.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 3 15:54:56 UTC 2022 - Dirk Müller + +- update to 0.3.5.1: + * requires python 3.7 + * skip tests with broken stftime + * resolve symlinks when determining if module is builtin + * support python 3.10 + * adjust for python 3.11 + * Support recursive and empty closure cells + * use CAN_NULL for 3.11a7 and above + * better check for travis in tests + * parse init file for dist meta + * drop rtfd build to 3.8 + ------------------------------------------------------------------- Sun Dec 19 17:30:19 UTC 2021 - Ben Greiner diff --git a/python-dill.spec b/python-dill.spec index f89ec91..8aec78c 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,7 +1,7 @@ # # spec file for package python-dill # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dill -Version: 0.3.4 +Version: 0.3.5.1 Release: 0 Summary: Module to serialize all of Python License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/uqfoundation/dill -Source: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.tar.gz BuildRequires: %{python_module objgraph >= 1.7.2} BuildRequires: %{python_module setuptools} BuildRequires: fdupes