2021-09-28 07:33:57 by Adam Ciarcinski | Files touched by this commit (3) | |
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.
|
2021-03-18 08:33:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.8.0
1.8.0:
* Removed external mock dependency.
* Removed dependency on six.
* Deprecated the module josepy.magic_typing.
* Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.
|
2021-02-13 22:24:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-josepy: updated to 1.7.0
1.7.0:
Dropped support for Python 2.7.
Added support for EC keys.
|
2021-02-09 07:56:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.6.0
1.6.0
* Deprecated support for Python 2.7.
|
2020-11-09 14:38:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.5.0
1.5.0
* Added support for Python 3.9.
* Dropped support for Python 3.5.
* Stopped supporting running tests with ``python setup.py test`` which is
deprecated in favor of ``python -m pytest``.
|
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
|
2020-08-25 12:37:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.4.0
1.4.0:
* Deprecated support for Python 3.5.
|
2020-05-17 21:34:13 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
pytest from versioned depends
|
2020-02-04 17:36:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.3.0
1.3.0:
* Deprecated support for Python 3.4.
* Officially add support for Python 3.8.
|
2019-08-22 13:45:03 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-josepy: updated to 1.2.0
1.2.0:
* Support for Python 2.6 and 3.3 has been removed.
* Known incompatibilities with Python 3.8 have been resolved.
|