Пакет python3-module-canonicaljson: Информация

    Исходный пакет: python3-module-canonicaljson
    Версия: 1.4.0-alt1
    Собран:  13 октября 2020 г. 13:46 в задании #259805
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/matrix-org/python-canonicaljson

    Лицензия: ASL 2.0
    О пакете: Canonical JSONs
    Описание: 
    Features:
    * Encodes objects and arrays as RFC 7159 JSON.
    * Sorts object keys so that you get the same result each time.
    * Has no inignificant whitespace to make the output as small as possible.
    * Escapes only the characters that must be escaped,
      U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible.
    * Uses the shortest escape sequence for each escaped character.
    * Encodes the JSON as UTF-8.
    * Can encode frozendict immutable dictionaries.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-canonicaljson (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov
    Igor Vlasenko

      1. python3-devel
      2. python3-module-setuptools
      3. python3-module-setuptools
      4. rpm-build-python3

    Последнее изменение


    13 октября 2020 г. Vitaly Lipatov 1.4.0-alt1
    - new version 1.4.0 (with rpmrb script)
    22 сентября 2020 г. Vitaly Lipatov 1.3.0-alt1
    - new version 1.3.0 (with rpmrb script)
    20 сентября 2020 г. Vitaly Lipatov 1.2.0-alt2
    - add missed undetectable simplejson requires