package/python-cryptography: bump to version 2.9

We can remove CFLAGS="$(TARGET_CFLAGS) -pthread" as of upstream commit:
085382fb17

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.05.x
James Hilliard 2020-04-13 16:55:19 -06:00 committed by Thomas Petazzoni
parent d4bf03eecd
commit 22d784d575
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# md5, sha256 from https://pypi.org/pypi/cryptography/json
md5 77730058b556c6d9838679a94c6229ce cryptography-2.8.tar.gz
sha256 3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651 cryptography-2.8.tar.gz
md5 b1d1802e8874fa7d18e84bfe5607333f cryptography-2.9.tar.gz
sha256 0cacd3ef5c604b8e5f59bf2582c076c98a37fe206b31430d0cd08138aff0986e cryptography-2.9.tar.gz
# Locally computed sha256 checksums
sha256 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d LICENSE
sha256 aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe LICENSE.APACHE
sha256 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb LICENSE.BSD
sha256 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d LICENSE
sha256 aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe LICENSE.APACHE
sha256 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb LICENSE.BSD

View File

@ -4,13 +4,12 @@
#
################################################################################
PYTHON_CRYPTOGRAPHY_VERSION = 2.8
PYTHON_CRYPTOGRAPHY_VERSION = 2.9
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4
PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/9d/0a/d7060601834b1a0a84845d6ae2cd59be077aafa2133455062e47c9733024
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
PYTHON_CRYPTOGRAPHY_ENV = CFLAGS="$(TARGET_CFLAGS) -pthread"
$(eval $(python-package))