diff --git a/dill-0.3.8.tar.gz b/dill-0.3.9.tar.gz similarity index 35% rename from dill-0.3.8.tar.gz rename to dill-0.3.9.tar.gz index f10bf6478f1b5b7699f017bb6e9438cd6f765010..cd3333785eea7840599353508ebf4bec5770a6de 100644 Binary files a/dill-0.3.8.tar.gz and b/dill-0.3.9.tar.gz differ diff --git a/python-dill.spec b/python-dill.spec index 880e43aa5262b7ce97969e0977921b43373a3a83..a4755fe7f119aa6b9d29d9426789e0ac1e4b987f 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dill -Version: 0.3.8 +Version: 0.3.9 Release: 1 Summary: serialize all of python License: BSD-3-Clause URL: https://github.com/uqfoundation/dill -Source0: https://files.pythonhosted.org/packages/17/4d/ac7ffa80c69ea1df30a8aa11b3578692a5118e7cd1aa157e3ef73b092d15/dill-0.3.8.tar.gz +Source0: https://files.pythonhosted.org/packages/70/43/86fe3f9e130c4137b0f1b50784dd70a5087b911fe07fa81e53e0c4c47fea/dill-0.3.9.tar.gz BuildArch: noarch Requires: python3-objgraph @@ -68,6 +68,20 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 caiyuxin - 0.3.9-1 +- Update package to version 0.3.9 +- further skip BufferedRandomType if does not exist +- remove stray import of dbm in objects +- Bump idna from 3.4 to 3.7 in /docs by +- Bump jinja2 from 3.1.3 to 3.1.4 in /docs +- Bump requests from 2.31.0 to 2.32.0 in /docs +- Bump tornado from 6.3.3 to 6.4.1 in /docs +- update docs requirements to rtfd 10.27.0 +- Bump certifi from 2024.2.2 to 2024.7.4 in /docs +- fix fencepost error when getting source inside decorator in interpreter (fixes #603) +- adjust testing to account for frame.f_locals as a proxy in 3.13 +- better handle import strings of numpy scalars + * Thu Jul 11 2024 liudy - 0.3.8-1 - Update package to version 0.3.8 - define html_theme as rtd workaroun