15
0

Accepting request 794578 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/794578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-json_tricks?expand=0&rev=7
This commit is contained in:
2020-04-16 21:05:32 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 16 11:38:33 UTC 2020 - pgajdos@suse.com
- version update to 3.15.2
* Deprecation warning ignore_comments
* Fix the code and tests for python2
-------------------------------------------------------------------
Mon Apr 6 06:40:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json_tricks
Version: 3.15.0
Version: 3.15.2
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
@@ -61,8 +61,6 @@ 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