Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-ujson | Distribution: SUSE Linux Framework One |
Version: 5.8.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.6 | Build date: Mon Aug 26 11:25:49 2024 |
Group: Unspecified | Build host: h04-armsrv2 |
Size: 85510 | Source RPM: python-ujson-5.8.0-slfo.1.1.6.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/esnme/ultrajson | |
Summary: JSON encoder and decoder for Python |
An ultrafast JSON encoder and decoder written in pure C with bindings for Python 2.7 and 3.8+
BSD-3-Clause
* Wed Jul 19 2023 ecsos@opensuse.org - %{?sle15_python_module_pythons} must at begnning to work. * Sat Jul 08 2023 arun@gmx.de - update to version 5.8.0: * Added + Build wheel for Python 3.12 beta (built against 3.12.0b2) (#594) @hugovk * Changed + Drop support for Python 3.7 (#595) @hugovk * Fixed + Include BSD-3-Clause and TCL license text (#584) @musicinmybrain * Sat Jun 10 2023 ecsos@opensuse.org - Add %{?sle15_python_module_pythons} * Mon Mar 27 2023 dmueller@suse.com - update to 5.7.0: * Support ujson.loads(bytearray(...)) and other bytes-like objects. * Wed Dec 07 2022 yarunachalam@suse.com - Update to version 5.6.0 * Added Update vendored double-conversion to 3.2.1 (#570) @joemarshall * Fixed Fix len integer overflow issue (#567) @marioga * Sat Sep 17 2022 arun@gmx.de - update to version 5.5.0: * Added + Add support for Python 3.11 and PyPy3.9 (#564) @hugovk + Add separators encoding parameter (#557) @JustAnotherArchivist * Fixed + Fix encoding of infinity (#80). (#562) @bwoodsend * Fri Jul 08 2022 dmueller@suse.com - update to 5.4.0 (CVE-2022-31116, bsc#1201255, CVE-2022-31117, bsc#1201254): * Replace wchar_t string decoding implementation with a uint32_t-based one * Fix handling of surrogates on decoding * CVE-2022-31117: Potential double free of buffer during string decoding * Fix memory leak on encoding errors when the buffer was resized * Integer parsing: always detect overflows * Fix handling of surrogates on encoding * Tue May 24 2022 Gayane.Osipyan@suse.com - update to version 5.3.0 * Test Python 3.11 beta (#539) @hugovk * Benchmark refactor - argparse CLI (#533) @Erotemic * Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist * Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist * Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist * Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist * Remove redundant wheel dependency from pyproject.toml (#535) @hugovk - Release 5.2.0 * Support parsing NaN, Infinity and -Infinity (#514) @Erotemic * Support dynamically linking against system double-conversion library (#508) @musicinmybrain * Add env var to control stripping debug info (#507) @musicinmybrain * Add JSONDecodeError (#498) @JustAnotherArchivist * Fix buffer overflows (CVE-2021-45958) (#519) @JustAnotherArchivist * Upgrade Black to fix Click (#515) @hugovk * simplify exception handling on integer overflow (#510) @RouquinBlanc * Remove dead code that used to handle the separate int type in Python 2 (#509) @JustAnotherArchivist * Fix exceptions on encoding list or dict elements and non-overflow errors on int handling getting silenced (#505) @JustAnotherArchivist - Release 5.1.0 * Strip debugging symbols from Linux binaries (#493) @bwoodsend - Release 5.0.0 * Use cibuildwheel to build wheels (#491) @bwoodsend * Drop support for soon-EOL Python 3.6 (#490) @hugovk * Install Twine to upload to PyPI (#492) @hugovk - Remove python-ujson-system-double-conversion.patch (upstreamed) * Sat Dec 11 2021 code@bnavigator.de - update to 4.3.0 * Enable Windows on ARM64 target (#488) @nsait-linaro - Release 4.2.0 * Add a default keyword argument to dumps (#470) @garenchan * Add support for Python 3.10 (#472) @hugovk * Build 32-bit wheels for Windows (#481) @hugovk * Build PyPy3 wheels for manylinux (#475) @hugovk * Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (#478) @bwoodsend * Build wheels for musl Linux (musllinux_1_1_x86_64) (#476) @bwoodsend * Use declarative setup metadata (#477) @hugovk * Wheel building updates (#473) @hugovk * Rename master to main (#471) @hugovk * Replace README.rst with Markdown (#479) @hugovk - Release 4.1.0 * Add gcov coverage testing for C code (#457) @bwoodsend * Test Python 3.10-dev (#454) @hugovk * Remove unused variable (#459) @hugovk * Remove explicit handling of manylinux platform tag (#452) @bwoodsend * dconv no longer uses global instances of StringToDoubleConverter and (#469) @das-intensity * Switch shebang for the manylinux-wheels script (#465) @bwoodsend * Fix typos in error message (#449) @filipsalomonsson - refresh python-ujson-system-double-conversion.patch - Update requirements: removes unmaintained blist * Mon Feb 01 2021 dmueller@suse.com - update to 4.0.2: * Travis CI: Test on 3.9 final, remove 3.8 * Toward matching Python standard library output for float * Fix errors on reading long decimal floats * Fix #429: Make empty dict/list indented serialization match stdlib json * Fix dealing with None types * Thu Nov 26 2020 dmueller@suse.com - update to 4.0.1: * Fix UnicodeDecodeError on arm64/aarch64 * Add support for Python 3.9 * Drop support for EOL Python 3.5 * Make PEP 384 compliant * Mon Aug 03 2020 steven.kowalik@suse.com - Update to 3.1.0: * PEP 489 Multi Phase Init support (#418) @WillAyd * PyPy3 test fixes (#413) @mgorny * Sun Jun 14 2020 dmueller@suse.com - update to 3.0.0: * Build Windows, macOS and manylinux wheels on CI and deploy to PyPI * Breaking change: New reject_bytes option to raise on bytes, defaults to True to align with json library. Set to False for old behaviour (#266) @elelay * Breaking change: Add an allow_nan keyword argument to dumps, defaults to True to align with json library. Set to False for old behaviour (#327) @segfault Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert * Remove python 2.x support * Sat Mar 28 2020 arun@gmx.de - update to version 2.0.3: * Changed + Drop legacy distutils in setup.py (#397) @hugovk + Update benchmarking (#395) @hugovk * Fixed + Decrease dict key reference (#394) @suola + Remove double_precision and precise_float from help text (#389) @JTJL * Sun Mar 15 2020 code@bnavigator.de - update to version 2.0.2 Fix serialization issue (#382) - reactivate Python 2 build * Tue Mar 10 2020 pgajdos@suse.com - version update to 2.0.1 Added Include license file in manifest (#288) @kszucs added "static" to C functions, where possible (#238) @WGH- bring back benchmark introduction (#234) @rdpate Add syntax highlighting to README (#255) @adamchainz Test on new Travis CPUs (#350) @hugovk Test on GitHub Actions (#348) @hugovk Test on Python 3.9-dev to avoid surprises (#349) @hugovk Use Release Drafter to draft releases (#365) @hugovk Deploy from GitHub Actions instead of Travis CI (#364) @hugovk Autodeploy to PyPI from Travis CI (#357) @hugovk Lint with pre-commit: Black, isort, Flake8 (#354) @hugovk Changed Use Google's double-conversion lib to fix floating-point precision when converting doubles to and from strings, improves double encoding by 4-5x (eb7d894) @Jahaja Reduce default buffer on stack size (#281) @ncopa Update ultrajsondec.c (#260) @markpiekarz Indent dict values (#217) @orivej Test with pytest (#363) @hugovk Less Travis (#361) @hugovk Update links (#356) @hugovk Tests: Remove unused, unmaintained blist (#362) @hugovk Only deploy sdist from Travis CI (#359) @hugovk Removed Drop EOL Python 2.5-2.6, 3.2-3.4 and add 3.7-3.8 (#298) @hugovk Remove serialization of date/datetime objects (50181f0) @Jahaja Remove double_precision encoding option and precise_float decoding option (eb7d894) @Jahaja Remove generic serialization of objects/iterables (53f85b1) @Jahaja Remove support for __json__ method on str (5f98f01) @Jahaja Remove blist tests (3a6ba52) @Jahaja Fixed Fix for sort_keys bug and a typo (870ee48) @Jahaja Fix for overflowing long causing invalid JSON (409c6d4) @Jahaja Following std JSON handling of None dict key (ac4637f) Fix for incorrect order when using OrderedDict (c9f8318) @Jahaja Fix reference counting bug for dict values (#353) @richafrank Fix a couple of memory leaks. (#257) @borman Correct JSON decoding implementation to die on trailing commas in Objects (#323) @timdawborn fixup dconv_wrapper linkage (#312) @tclh123 Fix Warning: 'classifiers' should be a list, got type 'filter' (#351) @hugovk Remove redundant license parameter (#341) @blag do not forcefully remove the build directory manually (fix #179) (#207) @anthraxx Merged pull request to fix memory leak. (#1) @Adriandorr http -> https (#299) @hugovk - added patches fix unbundle double-conversion + python-ujson-system-double-conversion.patch - deleted patches - do_not_remove_build_directory_manually.patch (upstreamed) - no-unittest2.patch (upstreamed) - ujson-1.35-fix-for-overflowing-long.patch (upstreamed) - ujson-1.35-fix-ordering-of-orderdict.patch (upstreamed) - ujson-1.35-sort_keys-segfault.patch (upstreamed) - ujson-1.35-standard-handling-of-none.patch (upstreamed) - ujson-1.35-test-depricationwarning.patch (upstreamed) - ujson-1.35-use-static-where-possible.patch (upstreamed) * Sun May 12 2019 jayvdb@gmail.com - Apply six patches from Gentoo: * ujson-1.35-fix-for-overflowing-long.patch * ujson-1.35-fix-ordering-of-orderdict.patch * ujson-1.35-sort_keys-segfault.patch * ujson-1.35-standard-handling-of-none.patch * ujson-1.35-test-depricationwarning.patch * ujson-1.35-use-static-where-possible.patch * Fri Aug 10 2018 tchvatal@suse.com - Do not depend on unittest2 it is not needed: * no-unittest2.patch - Really execute the tests * Wed Apr 26 2017 toddrme2178@gmail.com - Implement single-spec version - Fix source URL - Run tests - Add do_not_remove_build_directory_manually.patch This avoids deleting build directories that the single-spec macro system needs. * Fri Dec 16 2016 jengelh@inai.de - Replace filler words in description * Fri Dec 16 2016 tbechtold@suse.com - Initial packaging (version 1.35)
/usr/lib64/python3.11/site-packages/ujson-5.8.0-py3.11.egg-info /usr/lib64/python3.11/site-packages/ujson-5.8.0-py3.11.egg-info/PKG-INFO /usr/lib64/python3.11/site-packages/ujson-5.8.0-py3.11.egg-info/SOURCES.txt /usr/lib64/python3.11/site-packages/ujson-5.8.0-py3.11.egg-info/dependency_links.txt /usr/lib64/python3.11/site-packages/ujson-5.8.0-py3.11.egg-info/top_level.txt /usr/lib64/python3.11/site-packages/ujson.cpython-311-aarch64-linux-gnu.so /usr/share/doc/packages/python311-ujson /usr/share/doc/packages/python311-ujson/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 23 00:06:56 2024