14
0

Accepting request 887880 from devel:languages:python

- 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/request/show/887880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-ubjson?expand=0&rev=6
This commit is contained in:
2021-04-23 15:50:38 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07d314def684fb5a80c53c59ae6a3afbce73032e1317c8808a11aced178ad8b2
size 50111

3
py-ubjson-0.16.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482
size 50316

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 Tue Mar 24 07:26:32 UTC 2020 - pgajdos@suse.com

View File

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