Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cbor2
From: Adam Ciarcinski
Date: 2023-10-30 15:16:14
Message id: 20231030141614.D3261FADC@cvs.NetBSD.org
Log Message:
py-cbor2: updated to 5.5.0
5.5.0 (2023-10-21)
- 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
Files: