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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user