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

python3-ijson-3.0-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: python3-ijson Distribution: openSUSE Leap 15.2
Version: 3.0 Vendor: openSUSE
Release: lp152.1.1 Build date: Tue Apr 14 14:40:40 2020
Group: Development/Languages/Python Build host: obs-arm-8
Size: 230449 Source RPM: python-ijson-3.0-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ICRAR/ijson
Summary: Iterative JSON parser with a standard Python iterator interface
Iterative JSON parser with a standard Python iterator interface.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Apr 09 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 3.0
    * Exposing backend's name under ``<backend>.backend``,
    and default backend's name under ``ijson.backend``.
    * Exposing ``ijson.sendable_list`` to users in case it comes in handy.
    * Improved the protocol for user-facing coroutines,
    where instead of having to send a final, empty bytes string
    to finish the parsing process
    users can simply call ``.close()`` on the coroutine.
    * Including C code in coverage measurements,
    and increased overall code coverage up to 99%.
    * Full re-design of ijson.
    * Initial support for ``asyncio`` in python 3.5+.
    * Exposure of underlying infrastructure implementing the push model.
    * C extension broken down into separate source files
    for easier understanding and maintenance.
    * Fixed a deprecation warning in the C backend
    present in python 3.8 when parsing Decimal values.
    * New `kvitems` method in all backends.
    Like `items`, it takes a prefix,
    and iterates over the key/value pairs of matching objects
    (instead of iterating over objects themselves, like in `items`).
    * When using python 2, all backends now return
    `map_key` values as `unicode` objects, not `str`.
    * Including more files in source distributions (#14).
    * Adjusting python backend to avoid reading off the input stream
    too eagerly (#15).
* Fri Oct 18 2019 John Vandenberg <jayvdb@gmail.com>
  - Use libyajl
  - Update URL to new maintainer https://github.com/ICRAR/ijson
  - Update to v2.5.1
* Wed Mar 27 2019 John Vandenberg <jayvdb@gmail.com>
  - Initial spec for v2.3

Files

/usr/lib64/python3.6/site-packages/ijson
/usr/lib64/python3.6/site-packages/ijson-3.0-py3.6.egg-info
/usr/lib64/python3.6/site-packages/ijson-3.0-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/ijson-3.0-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/ijson-3.0-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/ijson-3.0-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/ijson/__init__.py
/usr/lib64/python3.6/site-packages/ijson/__pycache__
/usr/lib64/python3.6/site-packages/ijson/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/common.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/compat.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/utils.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/utils35.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/utils35.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/__pycache__/version.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends
/usr/lib64/python3.6/site-packages/ijson/backends/__init__.py
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/python.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/python.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2_c.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2_c.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2_cffi.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/__pycache__/yajl2_cffi.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ijson/backends/_yajl2.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/ijson/backends/python.py
/usr/lib64/python3.6/site-packages/ijson/backends/yajl.py
/usr/lib64/python3.6/site-packages/ijson/backends/yajl2.py
/usr/lib64/python3.6/site-packages/ijson/backends/yajl2_c.py
/usr/lib64/python3.6/site-packages/ijson/backends/yajl2_cffi.py
/usr/lib64/python3.6/site-packages/ijson/common.py
/usr/lib64/python3.6/site-packages/ijson/compat.py
/usr/lib64/python3.6/site-packages/ijson/utils.py
/usr/lib64/python3.6/site-packages/ijson/utils35.py
/usr/lib64/python3.6/site-packages/ijson/version.py
/usr/share/doc/packages/python3-ijson
/usr/share/doc/packages/python3-ijson/README.rst
/usr/share/licenses/python3-ijson
/usr/share/licenses/python3-ijson/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024