forked from pool/python-dill
- 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 * requires python 3.7 * Support recursive and empty closure cells * drop rtfd build to 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=28
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c36e875cd04693898fa381e9d6e156a62ee822e48440c28a3af84d7193f6052
|
||||
size 171608
|
3
dill-0.3.7.tar.gz
Normal file
3
dill-0.3.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa9ae98485cb2cea6e5376cd432841c6b7af3dfa8dc828b25a85e5c268b3065d
|
||||
size 176315
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 13:01:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
@@ -75,16 +90,16 @@ Thu Nov 17 13:02:13 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
Mon Oct 3 15:54:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user