Revisions of python-cbor2

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1133371 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to 5.5.1:
  * Fixed ``CBORSimpleValue`` allowing the use of reserved values
    (24 to 31) which resulted in invalid byte sequences
  * Fixed encoding of simple values from 20 to 23 producing the
    wrong byte sequences
  * The ``cbor2.encoder``, ``cbor2.decoder`` or ``cbor2.types``
    modules were deprecated – import their contents directly
    from ``cbor2`` from now on. The old modules will be removed
    in the next major release.
  * Added support for Python 3.12
  * Added type annotations
  * Dropped support for Python 3.7
  * Fixed bug in the ``fp`` attribute of the built-in version of
    ``CBORDecoder`` and ``CBOREncoder`` where the getter returns
    an invalid pointer if the ``read`` method of the file was a
    built-in method

  * Bump requirement to 3.7+
  * Fix segfault when initializing CBORTag with incorrect arguments
  * Fix sphinx build warnings
  * Fix SystemErrors when using C-backend, meaningful exceptions now raised
  * Fix precision loss when decoding base10 decimal fractions
  * Made CBORTag handling consistent between python and C-module
  * Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" (kalcutter)
  * BACKWARD INCOMPATIBLE CBOR does not have a bare DATE type,
  * Optional Pure C implementation by waveform80 that functions
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056835 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
- update to 5.4.6:
  * Fix tag decoding error
  * fix potential memory leak
  * Bump requirement to 3.7+
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 946692 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- update to 5.4.2:
  * Fix segfault when initializing CBORTag with incorrect arguments 
  * Fix sphinx build warnings 
  * Fix SystemErrors when using C-backend, meaningful exceptions now raised 
  * Fix precision loss when decoding base10 decimal fractions 
  * Made CBORTag handling consistent between python and C-module
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 898419 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- update to 5.4.0:
  * Added new feature stringrefs, which makes repetitive dictionary structures
    more compact. Use with care since support for this is rare in other CBOR
    implementations.
  * This release includes some bugfixes around decoding invalid data, which may
    improve security on decoding untrusted data.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 887881 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
- update to 5.2.0:
  * Final version tested with Python 2.7 and 3.5
  * README: Announce deprecation of Python 2.7, 3.5
  * README: More detail and examples
  * Bugfix: Fix segfault on loading huge arrays with C-backend (Sekenre)
  * Build system: Allow packagers to force C-backend building or disable using env var (jameshilliard)
  * Feature: :module:`cbor2.tool` Command line diagnostic tool (Sekenre)
  * Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" (kalcutter)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 828448 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 5)
- Update to version 5.1.2
 * Refcount bug in C lib causing intermittent segfaults on shutdown
 * Fractional seconds parsing in datetimes
Displaying all 11 revisions
openSUSE Build Service is sponsored by