Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-json-repair-0.61.0-1.fc45 RPM for noarch

From Fedora Rawhide for aarch64 / p

Name: python3-json-repair Distribution: Fedora Project
Version: 0.61.0 Vendor: Fedora Project
Release: 1.fc45 Build date: Wed Jun 17 08:42:47 2026
Group: Unspecified Build host: buildvm-a64-05.rdu3.fedoraproject.org
Size: 460419 Source RPM: python-json-repair-0.61.0-1.fc45.src.rpm
Packager: Fedora Project
Url: https://github.com/mangiucugna/json_repair/
Summary: A package to repair broken JSON strings
This simple package can be used to fix an invalid json string. To know all
cases in which this package will work, check out the unit test.

Provides

Requires

License

MIT

Changelog

* Tue Jun 16 2026 Packit <hello@packit.dev> - 0.61.0-1
  - Update to 0.61.0 upstream release
  - Resolves: rhbz#2489267
* Sat Jun 06 2026 Miroslav Suchý <msuchy@redhat.com> - 0.60.1-1
  - Update to 0.60.1 upstream release
  - Resolves: rhbz#2484712
* Fri Jun 05 2026 Miroslav Suchý <msuchy@redhat.com> - 0.56.0-3
  - add packit config with pull-from-upstream job
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 0.56.0-2
  - Rebuilt for Python 3.15
* Thu Feb 05 2026 Miroslav Suchý <msuchy@redhat.com> - 0.56.0-1
  - initial packaging

Files

/usr/bin/json_repair
/usr/lib/python3.15/site-packages/json_repair
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/INSTALLER
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/METADATA
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/WHEEL
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/entry_points.txt
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/licenses
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/licenses/LICENSE
/usr/lib/python3.15/site-packages/json_repair-0.61.0.dist-info/top_level.txt
/usr/lib/python3.15/site-packages/json_repair/__init__.py
/usr/lib/python3.15/site-packages/json_repair/__main__.py
/usr/lib/python3.15/site-packages/json_repair/__pycache__
/usr/lib/python3.15/site-packages/json_repair/__pycache__/__init__.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/__init__.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/__main__.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/__main__.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/json_parser.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/json_parser.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/json_repair.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/json_repair.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_array.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_array.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_comment.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_comment.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_number.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_number.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_object.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_object.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_string.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parse_string.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parser_parenthesized.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parser_parenthesized.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parser_schema.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/parser_schema.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/schema_repair.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/__pycache__/schema_repair.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/json_parser.py
/usr/lib/python3.15/site-packages/json_repair/json_repair.py
/usr/lib/python3.15/site-packages/json_repair/parse_array.py
/usr/lib/python3.15/site-packages/json_repair/parse_comment.py
/usr/lib/python3.15/site-packages/json_repair/parse_number.py
/usr/lib/python3.15/site-packages/json_repair/parse_object.py
/usr/lib/python3.15/site-packages/json_repair/parse_string.py
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__init__.py
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/__init__.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/__init__.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/object_value_context.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/object_value_context.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/parse_boolean_or_null.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/parse_boolean_or_null.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/parse_json_llm_block.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/__pycache__/parse_json_llm_block.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/object_value_context.py
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/parse_boolean_or_null.py
/usr/lib/python3.15/site-packages/json_repair/parse_string_helpers/parse_json_llm_block.py
/usr/lib/python3.15/site-packages/json_repair/parser_parenthesized.py
/usr/lib/python3.15/site-packages/json_repair/parser_schema.py
/usr/lib/python3.15/site-packages/json_repair/py.typed
/usr/lib/python3.15/site-packages/json_repair/schema_repair.py
/usr/lib/python3.15/site-packages/json_repair/utils
/usr/lib/python3.15/site-packages/json_repair/utils/__init__.py
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/__init__.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/__init__.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/constants.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/constants.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/json_context.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/json_context.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/object_comparer.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/object_comparer.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/pattern_properties.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/pattern_properties.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/string_file_wrapper.cpython-315.opt-1.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/__pycache__/string_file_wrapper.cpython-315.pyc
/usr/lib/python3.15/site-packages/json_repair/utils/constants.py
/usr/lib/python3.15/site-packages/json_repair/utils/json_context.py
/usr/lib/python3.15/site-packages/json_repair/utils/object_comparer.py
/usr/lib/python3.15/site-packages/json_repair/utils/pattern_properties.py
/usr/lib/python3.15/site-packages/json_repair/utils/string_file_wrapper.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jun 19 22:45:21 2026