From cc597acad7ab728d9e69958cc613538c861d1ce00b6cedf0c0f62789208bfbcc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 22 Jun 2021 15:20:34 +0000 Subject: [PATCH] Accepting request 901300 from home:polslinux:branches:devel:languages:python - Update to 0.9.6 * Bump development status classifier to 5 - Production/Stable * Bump the tested Python versions to 2.7, 3.8 and 3.9 * GitHub issue #46 Fix incorrect serialization of custom subtypes * Make it possible to run the tests if hypothesis isn't installed. * Miscellaneous non-source cleanups in the repo OBS-URL: https://build.opensuse.org/request/show/901300 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=7 --- pyjson5-0.9.4.tar.gz | 3 --- pyjson5-0.9.6.tar.gz | 3 +++ python-json5.changes | 10 ++++++++++ python-json5.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pyjson5-0.9.4.tar.gz create mode 100644 pyjson5-0.9.6.tar.gz diff --git a/pyjson5-0.9.4.tar.gz b/pyjson5-0.9.4.tar.gz deleted file mode 100644 index 5528bb0..0000000 --- a/pyjson5-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae -size 108245 diff --git a/pyjson5-0.9.6.tar.gz b/pyjson5-0.9.6.tar.gz new file mode 100644 index 0000000..c21ca53 --- /dev/null +++ b/pyjson5-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c +size 109927 diff --git a/python-json5.changes b/python-json5.changes index 06e4f13..16a0abf 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 22 08:52:38 UTC 2021 - Paolo Stivanin + +- Update to 0.9.6 + * Bump development status classifier to 5 - Production/Stable + * Bump the tested Python versions to 2.7, 3.8 and 3.9 + * GitHub issue #46 Fix incorrect serialization of custom subtypes + * Make it possible to run the tests if hypothesis isn't installed. + * Miscellaneous non-source cleanups in the repo + ------------------------------------------------------------------- Mon May 25 10:59:34 UTC 2020 - Petr Gajdos diff --git a/python-json5.spec b/python-json5.spec index 1a0a950..446027e 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -1,7 +1,7 @@ # # spec file for package python-json5 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json5 -Version: 0.9.4 +Version: 0.9.6 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0 @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages