forked from pool/python-dill
Accepting request 1128728 from devel:languages:python
- 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/request/show/1128728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dill?expand=0&rev=13
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>
|
Thu May 4 15:20:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-dill
|
Name: python-dill
|
||||||
Version: 0.3.6
|
Version: 0.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to serialize all of Python
|
Summary: Module to serialize all of Python
|
||||||
License: BSD-3-Clause
|
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_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/undill
|
%python_clone -a %{buildroot}%{_bindir}/undill
|
||||||
|
%python_clone -a %{buildroot}%{_bindir}/get_gprof
|
||||||
%python_clone -a %{buildroot}%{_bindir}/get_objgraph
|
%python_clone -a %{buildroot}%{_bindir}/get_objgraph
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -72,7 +72,7 @@ export PYTHONPATH=%{_builddir}/dill-dill-%{version}
|
|||||||
%python_exec dill/tests/__main__.py
|
%python_exec dill/tests/__main__.py
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{python_install_alternative undill get_objgraph}
|
%{python_install_alternative undill get_objgraph get_gprof}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative undill
|
%python_uninstall_alternative undill
|
||||||
@@ -81,6 +81,7 @@ export PYTHONPATH=%{_builddir}/dill-dill-%{version}
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/undill
|
%python_alternative %{_bindir}/undill
|
||||||
|
%python_alternative %{_bindir}/get_gprof
|
||||||
%python_alternative %{_bindir}/get_objgraph
|
%python_alternative %{_bindir}/get_objgraph
|
||||||
%{python_sitelib}/dill
|
%{python_sitelib}/dill
|
||||||
%{python_sitelib}/dill-%{version}*-info
|
%{python_sitelib}/dill-%{version}*-info
|
||||||
|
Reference in New Issue
Block a user