Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-json5 | Distribution: openSUSE Tumbleweed |
Version: 0.9.25 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Apr 15 08:16:21 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 379893 | Source RPM: python-json5-0.9.25-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/dpranke/pyjson5 | |
Summary: A Python implementation of the JSON5 data format |
A Python implementation of the JSON5 data format. JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language: * JavaScript-style comments (both single and multi-line) are legal. * Object keys may be unquoted if they are legal ECMAScript identifiers * Objects and arrays may end with trailing commas. * Strings can be single-quoted, and multi-line string literals are allowed.
Apache-2.0
* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com> - update to 0.9.25: * Explicitly specify the directory to use for the package in pyproject.toml. * Mon Mar 25 2024 Dirk Müller <dmueller@suse.com> - update to 0.9.24: * drop python2 * switch to pyproject.toml * add typing * format with ruff * Mon Nov 27 2023 Dirk Müller <dmueller@suse.com> - update to 0.9.14: * Handle `+Infinity` as well as `-Infinity` and `Infinity`. * Sun Mar 26 2023 Dirk Müller <dmueller@suse.com> - update to 0.9.13: * Remove a field from one of the JSON benchmark files to reduce confusion in Chromium. * No code changes. * Wed Jan 04 2023 Dirk Müller <dmueller@suse.com> - update to 0.9.12: * fix dump error on python 2 * fix GitHub actions * Sat Sep 24 2022 Dirk Müller <dmueller@suse.com> - update to 0.9.10: * Updated the //README.md to be clear that parsing arbitrary JS code may not work. * Fixed serialization for objects that subclass `int` or `float`: Previously we would use the objects __str__ implementation, but that might result in an illegal JSON5 value if the object had customized __str__ to return something illegal. Instead, we follow the lead of the `JSON` module and call `int.__repr__` or `float.__repr__` directly. * While I was at it, I added tests for dumps(-inf) and dumps(nan) when those were supposed to be disallowed by `allow_nan=False`. * Sun May 29 2022 Dirk Müller <dmueller@suse.com> - update to 0.9.8: * Fixed error reporting in some cases due to how parsing was handling nested rules in the grammar - previously the reported location for the error could be far away from the point where it actually happened. * Fixed behavior of `default` fn in `dump` and `dumps`. Previously we didn't require the function to return a string, and so we could end up returning something that wasn't actually valid. This change now matches the behavior in the `json` module. * Tue Oct 05 2021 Stefan Schubert <schubi@suse.de> - Added BuildRequires: alts * Fri Oct 01 2021 Stefan Schubert <schubi@suse.de> - Use libalternatives instead of update-alternatives. * Tue Jun 22 2021 Paolo Stivanin <info@paolostivanin.com> - Update to 0.9.6 * Bump development status classifier to 5 - Production/Stable * Bump the tested Python versions to 2.7, 3.8 and 3.9 * GitHub issue #46 Fix incorrect serialization of custom subtypes * Make it possible to run the tests if hypothesis isn't installed. * Miscellaneous non-source cleanups in the repo
/usr/bin/pyjson5 /usr/bin/pyjson5-3.11 /usr/lib/python3.11/site-packages/json5 /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/INSTALLER /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/LICENSE /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/METADATA /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/RECORD /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/REQUESTED /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/WHEEL /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/json5-0.9.25.dist-info/top_level.txt /usr/lib/python3.11/site-packages/json5/__init__.py /usr/lib/python3.11/site-packages/json5/__main__.py /usr/lib/python3.11/site-packages/json5/__pycache__ /usr/lib/python3.11/site-packages/json5/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/arg_parser.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/arg_parser.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/host.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/host.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/lib.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/lib.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/parser.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/parser.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/tool.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/tool.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/json5/__pycache__/version.cpython-311.pyc /usr/lib/python3.11/site-packages/json5/arg_parser.py /usr/lib/python3.11/site-packages/json5/host.py /usr/lib/python3.11/site-packages/json5/lib.py /usr/lib/python3.11/site-packages/json5/parser.py /usr/lib/python3.11/site-packages/json5/py.typed /usr/lib/python3.11/site-packages/json5/tool.py /usr/lib/python3.11/site-packages/json5/version.py /usr/share/doc/packages/python311-json5 /usr/share/doc/packages/python311-json5/README.md /usr/share/libalternatives/pyjson5 /usr/share/libalternatives/pyjson5/1311.conf /usr/share/licenses/python311-json5 /usr/share/licenses/python311-json5/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 12 01:04:35 2024