14
0

Accepting request 787690 from home:pgajdos:python

- version update to 0.15.0
  * Fix decimal encoding bug/assert (reported by mgorny)

OBS-URL: https://build.opensuse.org/request/show/787690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-03-24 07:51:57 +00:00
committed by Git OBS Bridge
parent e05bde0cb7
commit b410deed1e
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 24 07:26:32 UTC 2020 - pgajdos@suse.com
- version update to 0.15.0
* Fix decimal encoding bug/assert (reported by mgorny)
-------------------------------------------------------------------
Tue Jul 23 10:52:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-ubjson
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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.14.0
Version: 0.15.0
Release: 0
Summary: Universal Binary JSON encoder/decoder
License: Apache-2.0
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/Iotic-Labs/py-ubjson
Source: https://files.pythonhosted.org/packages/source/p/py-ubjson/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -44,7 +45,7 @@ encoder/decoder based on the `draft-12` specification.
%check
touch test/__init__.py
%python_expand $python -munittest discover -v
%pytest test/test.py
%install
%python_install