14
0

- update to 0.16.1:

- Make recursion unit test work in PyPy also
  - Don't use C extension under PyPy. (JIT-optimized pure-Python version is
    considerably faster.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=11
This commit is contained in:
2021-04-22 20:15:18 +00:00
committed by Git OBS Bridge
parent b410deed1e
commit 7c889fc3e1
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 22 20:14:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.16.1:
- Make recursion unit test work in PyPy also
- Don't use C extension under PyPy. (JIT-optimized pure-Python version is
considerably faster.)
-------------------------------------------------------------------
Tue Mar 24 07:26:32 UTC 2020 - pgajdos@suse.com