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,7 +1,7 @@
#
# spec file for package python-py-ubjson
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname py-ubjson
Name: python-py-ubjson
Version: 0.15.0
Version: 0.16.1
Release: 0
Summary: Universal Binary JSON encoder/decoder
License: Apache-2.0