diff --git a/dill-0.3.7.tar.gz b/dill-0.3.8.tar.gz similarity index 35% rename from dill-0.3.7.tar.gz rename to dill-0.3.8.tar.gz index 85fdc61a057839df16b708a527514a907ff873e5..f10bf6478f1b5b7699f017bb6e9438cd6f765010 100644 Binary files a/dill-0.3.7.tar.gz and b/dill-0.3.8.tar.gz differ diff --git a/python-dill.spec b/python-dill.spec index 267491cdeab7e39aba2116526b5a73f7860f24a4..880e43aa5262b7ce97969e0977921b43373a3a83 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.7 +Version: 0.3.8 Release: 1 Summary: serialize all of python License: BSD-3-Clause URL: https://github.com/uqfoundation/dill -Source0: https://files.pythonhosted.org/packages/c4/31/54dd222e02311c2dbc9e680d37cbd50f4494ce1ee9b04c69980e4ec26f38/dill-0.3.7.tar.gz +Source0: https://files.pythonhosted.org/packages/17/4d/ac7ffa80c69ea1df30a8aa11b3578692a5118e7cd1aa157e3ef73b092d15/dill-0.3.8.tar.gz BuildArch: noarch Requires: python3-objgraph @@ -68,6 +68,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 11 2024 liudy - 0.3.8-1 +- Update package to version 0.3.8 +- define html_theme as rtd workaroun +- Bump jinja2 from 3.1.1 to 3.1.3 in /docs +- 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 +- skip BufferedRandomType on pyodide + * Tue Aug 01 2023 zhangchenglin - 0.3.7-1 - Update package to version 0.3.7