15
0

- update to 2.2.1:

* Back to dev mode
  * Move builtin classmethod_descriptor to a different test
  * Fix Python 3.9+ NamedTuple issues
- drop Move-builtin-classmethod_descriptor-to-a-different-t.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=47
This commit is contained in:
2023-05-08 18:18:53 +00:00
committed by Git OBS Bridge
parent 04c02c0bdd
commit e917b3b510
5 changed files with 13 additions and 75 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 8 18:15:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.1:
* Back to dev mode
* Move builtin classmethod_descriptor to a different test
* Fix Python 3.9+ NamedTuple issues
- drop Move-builtin-classmethod_descriptor-to-a-different-t.patch (upstream)
-------------------------------------------------------------------
Thu Feb 16 23:10:38 UTC 2023 - Dirk Müller <dmueller@suse.com>