From 424eedb6ba5e84cf15b794954818495024f39867084d69014b9f3c226e51bac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 Aug 2024 10:54:25 +0000 Subject: [PATCH] Accepting request 1197775 from home:frantisek.simorda:branches:openSUSE:Factory - update to 0.3.8: * test for qualname in get_typedef_type * drop formal support for python 3.7 * define html_theme as rtd workaround * update install doc in tests by * formal support for 3.12, initial support for 3.13 * add build to rtfd config by * add guard for math.log in Logger record size calculation by * updated copyright for 2024 by * Bump jinja2 from 3.1.1 to 3.1.3 in /docs by * Import submodule properly when there is an attribute of the module with the same name * update sphinx to 6.2.1 * Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by * skip BufferedRandomType on pyodide OBS-URL: https://build.opensuse.org/request/show/1197775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=30 --- dill-0.3.7.tar.gz | 3 --- dill-0.3.8.tar.gz | 3 +++ python-dill.changes | 19 +++++++++++++++++++ python-dill.spec | 12 ++++++------ 4 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 dill-0.3.7.tar.gz create mode 100644 dill-0.3.8.tar.gz diff --git a/dill-0.3.7.tar.gz b/dill-0.3.7.tar.gz deleted file mode 100644 index a4c46aa..0000000 --- a/dill-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa9ae98485cb2cea6e5376cd432841c6b7af3dfa8dc828b25a85e5c268b3065d -size 176315 diff --git a/dill-0.3.8.tar.gz b/dill-0.3.8.tar.gz new file mode 100644 index 0000000..334fbdd --- /dev/null +++ b/dill-0.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3467a8cb47ca3c18daf6668763180e5e25f0534df54e60900035b47580671ddb +size 177281 diff --git a/python-dill.changes b/python-dill.changes index 819c420..450f322 100644 --- a/python-dill.changes +++ b/python-dill.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Aug 29 14:56:31 UTC 2024 - Frantisek Simorda + +- update to 0.3.8: + * test for qualname in get_typedef_type + * drop formal support for python 3.7 + * define html_theme as rtd workaround + * update install doc in tests by + * formal support for 3.12, initial support for 3.13 + * add build to rtfd config by + * add guard for math.log in Logger record size calculation by + * updated copyright for 2024 by + * Bump jinja2 from 3.1.1 to 3.1.3 in /docs by + * Import submodule properly when there is an attribute of the module with the same name + * update sphinx to 6.2.1 + * Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by + * skip BufferedRandomType on pyodide + + ------------------------------------------------------------------- Sat Nov 25 13:01:37 UTC 2023 - Dirk Müller diff --git a/python-dill.spec b/python-dill.spec index 9b08561..e5d25c9 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,7 +1,7 @@ # # spec file for package python-dill # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %{?sle15_python_module_pythons} Name: python-dill -Version: 0.3.7 +Version: 0.3.8 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://github.com/uqfoundation/dill/archive/dill-%{version}.tar.gz#/dill-%{version}.tar.gz +Source: https://github.com/uqfoundation/dill/archive/refs/tags/%{version}.tar.gz#/dill-%{version}.tar.gz BuildRequires: %{python_module dbm} BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module objgraph >= 1.7.2} @@ -33,7 +33,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-objgraph >= 1.7.2 BuildArch: noarch %python_subpackages @@ -50,7 +50,7 @@ objects, `dill` provides the ability to save the state of an interpreter session in a single command. %prep -%autosetup -p1 -n dill-dill-%{version} +%autosetup -p1 -n dill-%{version} find dill -name '*.py' -exec sed -i '1{\@^#!%{_bindir}/env python@d}' {} \; %build @@ -67,7 +67,7 @@ find dill -name '*.py' -exec sed -i '1{\@^#!%{_bindir}/env python@d}' {} \; %check export PYTHONDONTWRITEBYTECODE=1 -export PYTHONPATH=%{_builddir}/dill-dill-%{version} +export PYTHONPATH=%{_builddir}/dill-%{version} # Creative; copied from tox.ini %python_exec dill/tests/__main__.py