14
0

- update to 1.3.2:

- Add support for Python 3.10, drop official support Python 3.6
  - Remove direct accesses to ob_type in C-API use Py_TYPE instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=14
This commit is contained in:
2022-01-05 10:28:56 +00:00
committed by Git OBS Bridge
parent f6bb6b25da
commit 298fac5a3d
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 5 10:27:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
- Add support for Python 3.10, drop official support Python 3.6
- Remove direct accesses to ob_type in C-API use Py_TYPE instead
-------------------------------------------------------------------
Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller <dmueller@suse.com>