42 lines
2.1 KiB
Diff
42 lines
2.1 KiB
Diff
From de793f43c05fddd7a6153cf9ccd926e5b55e8054 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Sun, 24 Nov 2019 12:07:28 +0100
|
|
Subject: [PATCH 1/1] Upgrade python-cryptography to 2.8
|
|
|
|
---
|
|
package/python-cryptography/python-cryptography.hash | 1 +
|
|
package/python-cryptography/python-cryptography.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-cryptography/python-cryptography.hash b/package/python-cryptography/python-cryptography.hash
|
|
index 715beb71d1..c85e6c7a5e 100644
|
|
--- a/package/python-cryptography/python-cryptography.hash
|
|
+++ b/package/python-cryptography/python-cryptography.hash
|
|
@@ -1,6 +1,7 @@
|
|
# md5, sha256 from https://pypi.org/pypi/cryptography/json
|
|
md5 7dfe1035cae43569e571318f000462a4 cryptography-2.7.tar.gz
|
|
sha256 e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6 cryptography-2.7.tar.gz
|
|
+sha256 3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651 cryptography-2.8.tar.gz
|
|
# Locally computed sha256 checksums
|
|
sha256 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d LICENSE
|
|
sha256 aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe LICENSE.APACHE
|
|
diff --git a/package/python-cryptography/python-cryptography.mk b/package/python-cryptography/python-cryptography.mk
|
|
index dad09672eb..54437ae688 100644
|
|
--- a/package/python-cryptography/python-cryptography.mk
|
|
+++ b/package/python-cryptography/python-cryptography.mk
|
|
@@ -4,9 +4,9 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_CRYPTOGRAPHY_VERSION = 2.7
|
|
+PYTHON_CRYPTOGRAPHY_VERSION = 2.8
|
|
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
|
|
-PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/c2/95/f43d02315f4ec074219c6e3124a87eba1d2d12196c2767fadfdc07a83884
|
|
+PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4
|
|
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
|
|
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
|
|
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
|
--
|
|
2.24.0.rc1
|
|
|