15
0
forked from pool/python-json5

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
This commit is contained in:
2021-06-22 15:20:34 +00:00
committed by Git OBS Bridge
parent c3a7c63f84
commit cc597acad7
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae
size 108245

3
pyjson5-0.9.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c
size 109927

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 22 08:52:38 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- 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 <pgajdos@suse.com>

View File

@@ -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