15
0

- Update to 3.15.5:

* Attempt py3.9 support
  * Allow none as encoder class for dump(s), for compatibility
  * Fix Numpy Array with shape (0,N) not decoded correctly.
- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=19
This commit is contained in:
2021-04-19 06:36:02 +00:00
committed by Git OBS Bridge
parent 22e8ab8baa
commit a9824a1d15
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-json_tricks
#
# 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,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
%define skip_python36 1
Name: python-json_tricks
Version: 3.15.2
Version: 3.15.5
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mverleg/pyjson_tricks
Source: https://github.com/mverleg/pyjson_tricks/archive/v%{version}.tar.gz#/pyjson_tricks-%{version}.tar.gz
BuildRequires: %{python_module setuptools}