Path to this page:
Subject: CVS commit: pkgsrc/security/py-josepy
From: Adam Ciarcinski
Date: 2021-09-28 07:33:57
Message id: 20210928053357.E1AC5FA97@cvs.NetBSD.org
Log Message:
py-josepy: updated to 1.10.0
1.10.0 (2021-09-27)
-------------------
* josepy is now compliant with PEP-561: type checkers will fetch types from the \
inline
types annotations when josepy is installed as a dependency in a Python project.
* Added a `field` function to assist in adding type annotations for Fields in \
classes.
If the field function is used to define a `Field` in a `JSONObjectWithFields` based
class without a type annotation, an error will be raised.
* josepy's tests can no longer be imported under the name josepy, however, they \
are still
included in the package and you can run them by installing josepy with \
"tests" extras and
running `python -m pytest`.
1.9.0 (2021-09-09)
------------------
* Removed pytest-cache testing dependency.
* Fixed a bug that sometimes caused incorrect padding to be used when
serializing Elliptic Curve keys as JSON Web Keys.
Files: