Sync from SUSE:SLFO:Main python-ujson revision b1dc15b76b1be5064fc66e6c535503c6
This commit is contained in:
parent
38388e2998
commit
1bec398cb4
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 15:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.10.0:
|
||||||
|
* Add support for Python 3.13 (#628) @hugovk
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 13 10:14:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.9.0:
|
||||||
|
* Raise TypeError if toDict() returns a non-dict instead of
|
||||||
|
silently converting it to null (#615) @eltoder
|
||||||
|
* Use lowercase strings for bool dict keys (#614) @eltoder
|
||||||
|
* Deploy to PyPI using trusted publishing (#603) @hugovk
|
||||||
|
* Replace PyPy3.8 wheel with PyPy3.10 (#602) @hugovk
|
||||||
|
* Speed-up and cleanup objToJSON (#615) @eltoder
|
||||||
|
* Use lowercase strings for bool dict keys (#614) @eltoder
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 19 07:08:39 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Wed Jul 19 07:08:39 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
@ -30,7 +48,7 @@ Mon Mar 27 10:04:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 22:34:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Dec 7 22:34:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 5.6.0
|
- Update to version 5.6.0
|
||||||
* Added
|
* Added
|
||||||
Update vendored double-conversion to 3.2.1 (#570) @joemarshall
|
Update vendored double-conversion to 3.2.1 (#570) @joemarshall
|
||||||
* Fixed
|
* Fixed
|
||||||
@ -73,7 +91,7 @@ Tue May 24 16:34:36 UTC 2022 - Gayane Osipyan <Gayane.Osipyan@suse.com>
|
|||||||
* Support dynamically linking against system double-conversion library (#508) @musicinmybrain
|
* Support dynamically linking against system double-conversion library (#508) @musicinmybrain
|
||||||
* Add env var to control stripping debug info (#507) @musicinmybrain
|
* Add env var to control stripping debug info (#507) @musicinmybrain
|
||||||
* Add JSONDecodeError (#498) @JustAnotherArchivist
|
* Add JSONDecodeError (#498) @JustAnotherArchivist
|
||||||
* Fix buffer overflows (CVE-2021-45958) (#519) @JustAnotherArchivist
|
* Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) @JustAnotherArchivist
|
||||||
* Upgrade Black to fix Click (#515) @hugovk
|
* Upgrade Black to fix Click (#515) @hugovk
|
||||||
* simplify exception handling on integer overflow (#510) @RouquinBlanc
|
* simplify exception handling on integer overflow (#510) @RouquinBlanc
|
||||||
* Remove dead code that used to handle the separate int type in Python 2 (#509) @JustAnotherArchivist
|
* Remove dead code that used to handle the separate int type in Python 2 (#509) @JustAnotherArchivist
|
||||||
@ -127,7 +145,7 @@ Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Fix errors on reading long decimal floats
|
* Fix errors on reading long decimal floats
|
||||||
* Fix #429: Make empty dict/list indented serialization match stdlib json
|
* Fix #429: Make empty dict/list indented serialization match stdlib json
|
||||||
* Fix dealing with None types
|
* Fix dealing with None types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
@ -135,7 +153,7 @@ Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
* Fix UnicodeDecodeError on arm64/aarch64
|
* Fix UnicodeDecodeError on arm64/aarch64
|
||||||
* Add support for Python 3.9
|
* Add support for Python 3.9
|
||||||
* Drop support for EOL Python 3.5
|
* Drop support for EOL Python 3.5
|
||||||
* Make PEP 384 compliant
|
* Make PEP 384 compliant
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 3 05:24:24 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Aug 3 05:24:24 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
@ -175,7 +193,7 @@ Sun Mar 15 19:44:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|||||||
|
|
||||||
- update to version 2.0.2
|
- update to version 2.0.2
|
||||||
Fix serialization issue (#382)
|
Fix serialization issue (#382)
|
||||||
- reactivate Python 2 build
|
- reactivate Python 2 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com
|
Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ujson
|
# spec file for package python-ujson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-ujson
|
Name: python-ujson
|
||||||
Version: 5.8.0
|
Version: 5.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON encoder and decoder for Python
|
Summary: JSON encoder and decoder for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BIN
ujson-5.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
ujson-5.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ujson-5.8.0.tar.gz
(Stored with Git LFS)
BIN
ujson-5.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user