forked from pool/python-simplejson
- update to 3.19.2:
* Updated test & build matrix to include Python 3.12
more strict, by default simplejson will now only consume
- Update to v3.18.0
adding wheels for Python 3.9.
* Fix implicit cast compiler warning in _speedups.c
* simplejson is now available as wheels for OS X and Windows thanks to Travis-CI
and AppVeyor respectively! Many thanks to @aebrahim for getting this party
started.
* Fix issue with iterable_as_array and indent option
* Fix typo in keyword argument name introduced in 3.8.0
* New iterable_as_array encoder option to perform lazy serialization of
any iterable objects, without having to convert to tuple or list.
* Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
e18cc09b68 (commitcomment-11443842)
* Do not cache Decimal class in encoder, only reference the decimal module.
This may make reload work in more common scenarios.
* Fix compilation with MSVC
https://github.com/simplejson/simplejson/pull/119
* simplejson no longer trusts custom str/repr methods for int, long, float
subclasses. These instances are now formatted as if they were exact
instances of those types.
https://github.com/simplejson/simplejson/issues/118
https://github.com/simplejson/simplejson/issues/62
* New item_sort_key option for encoder to allow fine grained
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=98
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 18:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.19.2:
|
||||||
|
* Updated test & build matrix to include Python 3.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 20:11:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu May 4 20:11:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-simplejson
|
Name: python-simplejson
|
||||||
Version: 3.19.1
|
Version: 3.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible JSON encoder/decoder for Python
|
Summary: Extensible JSON encoder/decoder for Python
|
||||||
License: AFL-2.1 OR MIT
|
License: AFL-2.1 OR MIT
|
||||||
|
BIN
simplejson-3.19.1.tar.gz
(Stored with Git LFS)
BIN
simplejson-3.19.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
simplejson-3.19.2.tar.gz
Normal file
3
simplejson-3.19.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c
|
||||||
|
size 85311
|
Reference in New Issue
Block a user