forked from pool/python-py-ubjson
Accepting request 717847 from devel:languages:python
- 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/request/show/717847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-ubjson?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5
|
||||
size 45670
|
3
py-ubjson-0.14.0.tar.gz
Normal file
3
py-ubjson-0.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f742c87bccc8653329d3f79b8b3f40d44d11d17cce7f6d7025a73c52ebf91c66
|
||||
size 47892
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 10:52:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 08:28:55 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user