diff --git a/dill-0.3.6.tar.gz b/dill-0.3.6.tar.gz deleted file mode 100644 index 1d358ab..0000000 --- a/dill-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c36e875cd04693898fa381e9d6e156a62ee822e48440c28a3af84d7193f6052 -size 171608 diff --git a/dill-0.3.7.tar.gz b/dill-0.3.7.tar.gz new file mode 100644 index 0000000..a4c46aa --- /dev/null +++ b/dill-0.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9ae98485cb2cea6e5376cd432841c6b7af3dfa8dc828b25a85e5c268b3065d +size 176315 diff --git a/python-dill.changes b/python-dill.changes index 1c80fa0..819c420 100644 --- a/python-dill.changes +++ b/python-dill.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Nov 25 13:01:37 UTC 2023 - Dirk Müller + +- update to 0.3.7: + * Fix _is_builtin_module + * minor changes from PR #554 + * align LICENSE wording with BSD-3-Clause + * Python 3 Metaclasses [Support ABC and Enums - Part 1] + * Abstract Base Classes [Support ABC and Enums - Part 2] + * fix typo + * Bump requests from 2.27.1 to 2.31.0 in /docs + * Fixed crashed in _dill._is_builtin_module when a module's + __file__ is None + * Bump pygments from 2.11.2 to 2.15.0 in /docs + ------------------------------------------------------------------- Thu May 4 15:20:33 UTC 2023 - Dirk Müller @@ -75,16 +90,16 @@ Thu Nov 17 13:02:13 UTC 2022 - Daniel Garcia Mon Oct 3 15:54:56 UTC 2022 - Dirk Müller - update to 0.3.5.1: - * requires python 3.7 + * 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 + * 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 + * 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 2f9b3e5..9b08561 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -16,10 +16,9 @@ # -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-dill -Version: 0.3.6 +Version: 0.3.7 Release: 0 Summary: Module to serialize all of Python License: BSD-3-Clause @@ -63,6 +62,7 @@ find dill -name '*.py' -exec sed -i '1{\@^#!%{_bindir}/env python@d}' {} \; %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/undill +%python_clone -a %{buildroot}%{_bindir}/get_gprof %python_clone -a %{buildroot}%{_bindir}/get_objgraph %check @@ -72,7 +72,7 @@ export PYTHONPATH=%{_builddir}/dill-dill-%{version} %python_exec dill/tests/__main__.py %post -%{python_install_alternative undill get_objgraph} +%{python_install_alternative undill get_objgraph get_gprof} %postun %python_uninstall_alternative undill @@ -81,6 +81,7 @@ export PYTHONPATH=%{_builddir}/dill-dill-%{version} %doc README.md %license LICENSE %python_alternative %{_bindir}/undill +%python_alternative %{_bindir}/get_gprof %python_alternative %{_bindir}/get_objgraph %{python_sitelib}/dill %{python_sitelib}/dill-%{version}*-info