Path to this page:
./
security/py-josepy,
JOSE protocol implementation in Python using cryptography
Branch: CURRENT,
Version: 1.14.0,
Package name: py312-josepy-1.14.0,
Maintainer: pkgsrc-usersJOSE protocol implementation in Python using cryptography.
Required to run:[
security/py-OpenSSL] [
devel/py-setuptools] [
lang/py-six] [
security/py-cryptography] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 57.416 KB
Version history: (Expand)
- (2025-01-07) Updated to version: py312-josepy-1.14.0
- (2023-11-07) Updated to version: py311-josepy-1.14.0
- (2022-10-19) Updated to version: py310-josepy-1.13.0
- (2022-03-17) Updated to version: py39-josepy-1.13.0
- (2022-03-07) Updated to version: py39-josepy-1.12.0
- (2022-01-05) Updated to version: py39-josepy-1.11.0nb2
CVS history: (Expand)
2025-01-07 15:11:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-josepy: remove workaround for poetry-core bug that's fixed
|
2023-11-07 09:55:28 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-josepy: update to 1.14.0.
1.14.0 (2023-11-01)
-------------------
* Added support for Python 3.11 and 3.12.
* Support for Python 3.7 has been deprecated and will be removed in the next
scheduled release.
* Dropped support for Python 3.6.
* Added a new valid PGP key for signing our PyPI packages with the fingerprint
F2871B4152AE13C49519111F447BF683AA3B26C3
|
2022-10-19 16:25:20 by Nia Alarie | Files touched by this commit (21) |
Log message:
fighting a losing battle against the py-cryptography rustification, part 5
Convert py-OpenSSL users to versioned_dependencies.mk
|
2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26) |
Log message:
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
|
2022-03-17 09:16:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.13.0
1.13.0 (2022-03-10)
-------------------
* Support for Python 3.6 has been deprecated and will be removed in the next
scheduled release.
* Corrected some type annotations.
|
2022-03-06 21:18:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-josepy: updated to 1.12.0
1.12.0 (2022-01-11)
-------------------
* Corrected some type annotations.
* Dropped support for cryptography<1.5.
* Added the top level attributes josepy.JWKEC, josepy.JWKOct, and
josepy.ComparableECKey for convenience and consistency.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|