14
0

- update to 0.18.1:

* Add universal wheels for MacOS, thanks @ntamas for this!
 * Add support for Python 3.10, thanks @hugovk for this!
 * Fix #236 compilation errors under Python 3.10.
 * Drop official support for Python 3.6 since it's EOL since 2021-12-23.
 * Fix #238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=25
This commit is contained in:
2022-03-30 07:55:48 +00:00
committed by Git OBS Bridge
parent 153ae2f881
commit 45d66e9e04
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 4 22:50:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.18.1:
* Add universal wheels for MacOS, thanks @ntamas for this!
* Add support for Python 3.10, thanks @hugovk for this!
* Fix #236 compilation errors under Python 3.10.
* Drop official support for Python 3.6 since it's EOL since 2021-12-23.
* Fix #238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!
-------------------------------------------------------------------
Sat Oct 16 22:02:35 UTC 2021 - Dirk Müller <dmueller@suse.com>