forked from pool/python-cloudpickle
Accepting request 1197491 from home:bnavigator:branches:devel:languages:python:numeric
Update to 3.0.0
* Officially support Python 3.12 and drop support for Python 3.6
and 3.7. Dropping support for older Python versions made it
possible to simplify the code base signficantly, hopefully
making it easier to contribute to and maintain the project. (PR
#515)
* Fix pickling of dataclasses and their instances. (issue #386,
PR #513)
* Any color you like as long as it's black. (PR #521)
* Drop setup.py and setuptools in favor of pyproject.toml and
flit. (PR #521)
OBS-URL: https://build.opensuse.org/request/show/1197491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=54
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 15:43:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
Update to 3.0.0
|
||||
* Officially support Python 3.12 and drop support for Python 3.6
|
||||
and 3.7. Dropping support for older Python versions made it
|
||||
possible to simplify the code base signficantly, hopefully
|
||||
making it easier to contribute to and maintain the project. (PR
|
||||
#515)
|
||||
* Fix pickling of dataclasses and their instances. (issue #386,
|
||||
PR #513)
|
||||
* Any color you like as long as it's black. (PR #521)
|
||||
* Drop setup.py and setuptools in favor of pyproject.toml and
|
||||
flit. (PR #521)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 10:27:54 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user