14
0
forked from pool/python-dill

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
This commit is contained in:
2024-08-30 10:54:25 +00:00
committed by Git OBS Bridge
parent 1a788aa897
commit 424eedb6ba
4 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Aug 29 14:56:31 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- 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 <dmueller@suse.com>