From e05bde0cb7960ecc6bde92f8b58d5db635c42471a8c52c3c2a1c89640dbef4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 10:53:36 +0000 Subject: [PATCH] - 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 --- py-ubjson-0.13.0.tar.gz | 3 --- py-ubjson-0.14.0.tar.gz | 3 +++ python-py-ubjson.changes | 12 ++++++++++++ python-py-ubjson.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 py-ubjson-0.13.0.tar.gz create mode 100644 py-ubjson-0.14.0.tar.gz diff --git a/py-ubjson-0.13.0.tar.gz b/py-ubjson-0.13.0.tar.gz deleted file mode 100644 index bd8f758..0000000 --- a/py-ubjson-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5 -size 45670 diff --git a/py-ubjson-0.14.0.tar.gz b/py-ubjson-0.14.0.tar.gz new file mode 100644 index 0000000..8dc15bd --- /dev/null +++ b/py-ubjson-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f742c87bccc8653329d3f79b8b3f40d44d11d17cce7f6d7025a73c52ebf91c66 +size 47892 diff --git a/python-py-ubjson.changes b/python-py-ubjson.changes index b47463f..26fad71 100644 --- a/python-py-ubjson.changes +++ b/python-py-ubjson.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 23 10:52:11 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-py-ubjson.spec b/python-py-ubjson.spec index 56a5272..2ce06b2 100644 --- a/python-py-ubjson.spec +++ b/python-py-ubjson.spec @@ -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