forked from pool/python-py-ubjson
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:
committed by
Git OBS Bridge
parent
e05bde0cb7
commit
b410deed1e
@@ -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
3
py-ubjson-0.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07d314def684fb5a80c53c59ae6a3afbce73032e1317c8808a11aced178ad8b2
|
||||||
|
size 50111
|
@@ -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>
|
Tue Jul 23 10:52:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py-ubjson
|
# 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
|
# 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.14.0
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Universal Binary JSON encoder/decoder
|
Summary: Universal Binary JSON encoder/decoder
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/Iotic-Labs/py-ubjson
|
URL: https://github.com/Iotic-Labs/py-ubjson
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/py-ubjson/%{modname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/py-ubjson/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -44,7 +45,7 @@ encoder/decoder based on the `draft-12` specification.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
touch test/__init__.py
|
touch test/__init__.py
|
||||||
%python_expand $python -munittest discover -v
|
%pytest test/test.py
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Reference in New Issue
Block a user