14
0

- update to 3.18.1:

* Remove unnecessary `i` variable from encoder module namespace
  * Declare support for Python 3.11 and add wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=92
This commit is contained in:
2023-01-04 18:46:52 +00:00
committed by Git OBS Bridge
parent d03f3bd2c8
commit 2d13a46a4a
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 4 18:45:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.18.1:
* Remove unnecessary `i` variable from encoder module namespace
* Declare support for Python 3.11 and add wheels
-------------------------------------------------------------------
Sun Dec 4 03:28:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>