14
0

- Update to 0.14.0:

- Fix DecoderException not including offset when C-extension in use, expose
    property for it.
  - Fix decoding via C extension reading too much data from file-like objects
  - Test suite exercises both pure & extension modules when extension enabled
  - Expand test suite to increase C extension (line) coverage
  - Remove need for pypandoc/rst (use original README.md)
  - Fix spelling errors in cli util (hoenn)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-23 10:53:36 +00:00
committed by Git OBS Bridge
parent 553cdd71ef
commit e05bde0cb7
4 changed files with 18 additions and 6 deletions

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname py-ubjson
Name: python-py-ubjson
Version: 0.13.0
Version: 0.14.0
Release: 0
Summary: Universal Binary JSON encoder/decoder
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/Iotic-Labs/py-ubjson
Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
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 setuptools}
BuildRequires: fdupes