Package python3-module-cbor2: Information

    Source package: python3-module-cbor2
    Version: 5.2.0-alt1
    Build time:  Feb 24, 2021, 06:21 AM in the task #265234
    Report package bug
    License: MIT
    Summary: Pure Python CBOR (de)serializer with extensive tag support
    Description: 
    This library provides encoding and decoding for the Concise Binary Object
    Representation (CBOR) (`RFC 7049`_) serialization format. `Read the docs
    <https://cbor2.readthedocs.io/>`_ to learn more.
    
    It is implemented in pure python with an optional C backend and is
    compatible with versions 2.7 through to 3.7.
    
    On cPython>=3.3 cbor2 can use a built in C module for performance similar
    to how ``pickle`` wraps the ``_pickle`` C module in the Python Standard
    Library. On Windows, this is restricted to cPython>=3.5.
    
    On PyPy, cbor2 runs with almost identical performance to the C backend.

    List of rpms provided by this srpm:
    python3-module-cbor2 (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-cbor2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. python3-module-setuptools
      2. python3-module-setuptools_scm
      3. rpm-build-intro >= 2.2.4
      4. rpm-build-python3

    Last changed


    Nov. 3, 2020 Vitaly Lipatov 5.2.0-alt1
    - new version 5.2.0 (with rpmrb script)
    April 10, 2020 Eugene Omelyanovich <regatio@etersoft.ru> 5.1.0-alt1
    - new version (5.1.0) with rpmgs script