15
0

- Update to 3.15.0:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-04-06 06:48:23 +00:00
committed by Git OBS Bridge
parent df177e0e1a
commit a17d64f2b5
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-json_tricks
#
# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json_tricks
Version: 3.13.2
Version: 3.15.0
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
@@ -61,6 +61,8 @@ As well as compression and disallowing duplicate keys.
%prep
%setup -q -n pyjson_tricks-%{version}
# py3 only syntax in this file
rm tests/test_utils.py
%build
%python_build