From d09a041f1b7d0681748b29b880a8f3f809eaa66cfc80efdc6bc5d08e41b10a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:34:13 +0000 Subject: [PATCH] Accepting request 1032017 from home:yarunachalam:branches:devel:languages:python - Update to version 0.1.8 * Python 3.11 support finalized * Cosmetic code fixes * Minor documentation updates OBS-URL: https://build.opensuse.org/request/show/1032017 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonslicer?expand=0&rev=11 --- jsonslicer-0.1.7.tar.gz | 3 --- jsonslicer-0.1.8.tar.gz | 3 +++ python-jsonslicer.changes | 8 ++++++++ python-jsonslicer.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 jsonslicer-0.1.7.tar.gz create mode 100644 jsonslicer-0.1.8.tar.gz diff --git a/jsonslicer-0.1.7.tar.gz b/jsonslicer-0.1.7.tar.gz deleted file mode 100644 index c55c072..0000000 --- a/jsonslicer-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa01a79e0c699208deee6514a17b0bb28c1b661aa795491d33c796b162c4b4cc -size 22246 diff --git a/jsonslicer-0.1.8.tar.gz b/jsonslicer-0.1.8.tar.gz new file mode 100644 index 0000000..d76879c --- /dev/null +++ b/jsonslicer-0.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d953b5096cc997a8c6dc81417c510ab061090e0f5f960655331a43e520eaa2 +size 23902 diff --git a/python-jsonslicer.changes b/python-jsonslicer.changes index af3a88e..375586a 100644 --- a/python-jsonslicer.changes +++ b/python-jsonslicer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 28 17:55:08 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.1.8 + * Python 3.11 support finalized + * Cosmetic code fixes + * Minor documentation updates + ------------------------------------------------------------------- Thu Sep 29 14:22:11 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-jsonslicer.spec b/python-jsonslicer.spec index d6b14f1..a4be0c7 100644 --- a/python-jsonslicer.spec +++ b/python-jsonslicer.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jsonslicer -Version: 0.1.7 +Version: 0.1.8 Release: 0 Summary: Streaming JSON parser with iterator interface License: MIT