From ecaa87c2f80c878f95e8d972a45f59f768fb7af18638aebfa7ff1bb4bfb16e3c Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 14 Aug 2020 06:14:37 +0000 Subject: [PATCH] Accepting request 826553 from home:darix:apps - Update to 1.2.0: - JSON from the standard library is used automatically on PyPy. - Support for Python versions which are end-of-lifed was dropped, Python >= 3.5 is supported and tested in continuous integration. - An API to configure the underlying JSON library was added (set_json_library). OBS-URL: https://build.opensuse.org/request/show/826553 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-canonicaljson?expand=0&rev=12 --- python-canonicaljson.changes | 11 +++++++++++ python-canonicaljson.spec | 4 ++-- v1.1.4.tar.gz | 3 --- v1.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 v1.1.4.tar.gz create mode 100644 v1.2.0.tar.gz diff --git a/python-canonicaljson.changes b/python-canonicaljson.changes index 0b708e3..fc8b1b0 100644 --- a/python-canonicaljson.changes +++ b/python-canonicaljson.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 13 21:28:31 UTC 2020 - Marcus Rueckert + +- Update to 1.2.0: + - JSON from the standard library is used automatically on PyPy. + - Support for Python versions which are end-of-lifed was dropped, + Python >= 3.5 is supported and tested in continuous + integration. + - An API to configure the underlying JSON library was added + (set_json_library). + ------------------------------------------------------------------- Thu Feb 28 09:34:15 UTC 2019 - Tomáš Chvátal diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index d7429ae..a06fcbf 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -1,7 +1,7 @@ # # spec file for package python-canonicaljson # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %define github_user matrix-org %define short_name canonicaljson Name: python-%{short_name}%{psuffix} -Version: 1.1.4 +Version: 1.2.0 Release: 0 Summary: Canonical JSON for Python License: Apache-2.0 diff --git a/v1.1.4.tar.gz b/v1.1.4.tar.gz deleted file mode 100644 index f833ed0..0000000 --- a/v1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cf71127ac5771be402476d5a12b80665bdc0c063d0222f8dfe7f9e9d30fba4 -size 1326484 diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz new file mode 100644 index 0000000..e5030f9 --- /dev/null +++ b/v1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0a40fb5e356643f4f96d347fd2736ac279adbb2fa02bbcc1feb04156b66ad5 +size 1326903