14
0
forked from pool/python-ujson

- update to 4.0.1:

* Fix UnicodeDecodeError on arm64/aarch64
  * Add support for Python 3.9
  * Drop support for EOL Python 3.5
  * Make PEP 384 compliant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=25
This commit is contained in:
2020-11-26 08:36:34 +00:00
committed by Git OBS Bridge
parent 712e4009cd
commit 549ac51857
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.0.1:
* Fix UnicodeDecodeError on arm64/aarch64
* Add support for Python 3.9
* Drop support for EOL Python 3.5
* Make PEP 384 compliant
-------------------------------------------------------------------
Mon Aug 3 05:24:24 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>