From 3ba13a22d4fdf9d104c7ee40b793a20b975924c019706e295f5ed15ca877dd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Apr 2019 06:26:58 +0000 Subject: [PATCH] Accepting request 692636 from home:bmwiedemann:branches:devel:languages:python Update to 0.13.0 * Make package build reproducible (boo#1041090) * Fix _ubjson_decode_value case statement fallthrough OBS-URL: https://build.opensuse.org/request/show/692636 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=3 --- py-ubjson-0.12.0.tar.gz | 3 --- py-ubjson-0.13.0.tar.gz | 3 +++ python-py-ubjson.changes | 7 +++++++ python-py-ubjson.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 py-ubjson-0.12.0.tar.gz create mode 100644 py-ubjson-0.13.0.tar.gz diff --git a/py-ubjson-0.12.0.tar.gz b/py-ubjson-0.12.0.tar.gz deleted file mode 100644 index 7b1e956..0000000 --- a/py-ubjson-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b796cb5077a06c932f0d148f4eef4ce0f045a05cb14393177a6d034be9f8e364 -size 45535 diff --git a/py-ubjson-0.13.0.tar.gz b/py-ubjson-0.13.0.tar.gz new file mode 100644 index 0000000..bd8f758 --- /dev/null +++ b/py-ubjson-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5 +size 45670 diff --git a/python-py-ubjson.changes b/python-py-ubjson.changes index 44f36aa..f66a1d8 100644 --- a/python-py-ubjson.changes +++ b/python-py-ubjson.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 9 14:48:11 UTC 2019 - Bernhard Wiedemann + +- Update to 0.13.0 + * Make package build reproducible (boo#1041090) + * Fix _ubjson_decode_value case statement fallthrough + ------------------------------------------------------------------- Mon Mar 25 15:09:44 UTC 2019 - Matěj Cepl diff --git a/python-py-ubjson.spec b/python-py-ubjson.spec index 96643b6..8156c63 100644 --- a/python-py-ubjson.spec +++ b/python-py-ubjson.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname py-ubjson Name: python-py-ubjson -Version: 0.12.0 +Version: 0.13.0 Release: 0 License: Apache-2.0 Summary: Universal Binary JSON encoder/decoder