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..55e86db72c8bcd1f2f42e4dc9c05eddf9f54e649 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,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 Hann - 0.3.9-1 +- Update package to version 0.3.9-1 +- Add UnpicklingError import for dill.load_session() +- fix fencepost error when getting source inside decorator in interpreter + * Thu Jul 11 2024 liudy - 0.3.8-1 - Update package to version 0.3.8 - define html_theme as rtd workaroun