diff --git a/pyjson_tricks-3.15.0.tar.gz b/pyjson_tricks-3.15.0.tar.gz deleted file mode 100644 index 3265e84..0000000 --- a/pyjson_tricks-3.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d83e007d98d798946ab0e54d2be37987ecd5c667fd932e8057e925df8dbc9395 -size 40776 diff --git a/pyjson_tricks-3.15.2.tar.gz b/pyjson_tricks-3.15.2.tar.gz new file mode 100644 index 0000000..89042c4 --- /dev/null +++ b/pyjson_tricks-3.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dcf4b4a4b0a2998c6eb0e6a561fc51024d42e7224b422ebbfb8087c98917be +size 41540 diff --git a/python-json_tricks.changes b/python-json_tricks.changes index 6f43d9b..d749754 100644 --- a/python-json_tricks.changes +++ b/python-json_tricks.changes @@ -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 diff --git a/python-json_tricks.spec b/python-json_tricks.spec index fa42265..7e45ea5 100644 --- a/python-json_tricks.spec +++ b/python-json_tricks.spec @@ -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