python-cryptography: bump to version 1.3.1

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov 2016-03-23 16:59:24 +01:00 committed by Thomas Petazzoni
parent 3caa0d0e31
commit fbe3270ac3
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# From https://pypi.python.org/pypi?:action=show_md5&digest=5474d2b3e8c7555a60852e48d2743f85
md5 5474d2b3e8c7555a60852e48d2743f85 cryptography-1.2.3.tar.gz
# From https://pypi.python.org/pypi?:action=show_md5&digest=bc8148d2ff2d80fef8ef2d2e856b3a7f
md5 bc8148d2ff2d80fef8ef2d2e856b3a7f cryptography-1.3.1.tar.gz
# Calculated based on the hash above
sha256 8eb11c77dd8e73f48df6b2f7a7e16173fe0fe8fdfe266232832e88477e08454e cryptography-1.2.3.tar.gz
sha256 b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2 cryptography-1.3.1.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_CRYPTOGRAPHY_VERSION = 1.2.3
PYTHON_CRYPTOGRAPHY_VERSION = 1.3.1
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/source/c/cryptography
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools