Skip to content

Commit

Permalink
package/python-cryptography: bump to version 44.0.0
Browse files Browse the repository at this point in the history
For change log, see:
https://cryptography.io/en/44.0.0/changelog/

Signed-off-by: James Hilliard <[email protected]>
[Julien: add link to change log]
Signed-off-by: Julien Olivain <[email protected]>
  • Loading branch information
jameshilliard authored and jolivain committed Dec 21, 2024
1 parent 15dbc33 commit 5578187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/python-cryptography/python-cryptography.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Locally calculated after vendoring
sha256 72c5686ee70cf37075e2fdea332066e4e2351fab8beaa4a22268983f092bca4e python-cryptography-43.0.3-cargo2.tar.gz
sha256 09a765af8da172785de52631fe6c626508fdc8e451b7fb01d52f58b7841a813b python-cryptography-44.0.0-cargo2.tar.gz
# Locally computed sha256 checksums
sha256 3e0c7c091a948b82533ba98fd7cbb40432d6f1a9acbf85f5922d2f99a93ae6bb LICENSE
sha256 aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe LICENSE.APACHE
Expand Down
4 changes: 2 additions & 2 deletions package/python-cryptography/python-cryptography.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_CRYPTOGRAPHY_VERSION = 43.0.3
PYTHON_CRYPTOGRAPHY_VERSION = 44.0.0
PYTHON_CRYPTOGRAPHY_SOURCE_PYPI = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE_PYPI = https://files.pythonhosted.org/packages/0d/05/07b55d1fa21ac18c3a8c79f764e2514e6f6a9698f1be44994f5adf0d29db
PYTHON_CRYPTOGRAPHY_SITE_PYPI = https://files.pythonhosted.org/packages/91/4c/45dfa6829acffa344e3967d6006ee4ae8be57af746ae2eba1c431949b32c
PYTHON_CRYPTOGRAPHY_SITE = $(PYTHON_CRYPTOGRAPHY_SITE_PYPI)/$(PYTHON_CRYPTOGRAPHY_SOURCE_PYPI)?buildroot-path=filename
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = maturin
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
Expand Down

0 comments on commit 5578187

Please sign in to comment.