15
0

Accepting request 627948 from home:TheBlackCat:branches:devel:languages:python

- Update to 3.12.2
  * Fix for unterminated string exception in object containing
    empty string

OBS-URL: https://build.opensuse.org/request/show/627948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=5
This commit is contained in:
Todd R
2018-08-07 19:50:56 +00:00
committed by Git OBS Bridge
parent 0b9949e64e
commit ac775cbcbb
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 7 15:28:52 UTC 2018 - toddrme2178@gmail.com
- Update to 3.12.2
* Fix for unterminated string exception in object containing
empty string
-------------------------------------------------------------------
Sat May 26 23:14:51 UTC 2018 - toddrme2178@gmail.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json_tricks
Version: 3.12.1
Version: 3.12.2
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause