diff --git a/py-ubjson-0.14.0.tar.gz b/py-ubjson-0.14.0.tar.gz deleted file mode 100644 index 8dc15bd..0000000 --- a/py-ubjson-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f742c87bccc8653329d3f79b8b3f40d44d11d17cce7f6d7025a73c52ebf91c66 -size 47892 diff --git a/py-ubjson-0.15.0.tar.gz b/py-ubjson-0.15.0.tar.gz new file mode 100644 index 0000000..b077f67 --- /dev/null +++ b/py-ubjson-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d314def684fb5a80c53c59ae6a3afbce73032e1317c8808a11aced178ad8b2 +size 50111 diff --git a/python-py-ubjson.changes b/python-py-ubjson.changes index 26fad71..2b0f7c7 100644 --- a/python-py-ubjson.changes +++ b/python-py-ubjson.changes @@ -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 diff --git a/python-py-ubjson.spec b/python-py-ubjson.spec index 2ce06b2..1d202c5 100644 --- a/python-py-ubjson.spec +++ b/python-py-ubjson.spec @@ -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