# HG changeset patch # User Misaki Miyashita # Date 1457564579 28800 # Node ID 0b0946d94dd312477dd808f192e7c69a44cc6f9c # Parent c3326e2b8b45a019843802a1729c66c39802fddd 22871503 Upgrade cryptography to version 1.2.3 diff -r c3326e2b8b45 -r 0b0946d94dd3 components/python/cryptography/Makefile --- a/components/python/cryptography/Makefile Wed Mar 09 13:49:42 2016 -0800 +++ b/components/python/cryptography/Makefile Wed Mar 09 15:02:59 2016 -0800 @@ -26,16 +26,16 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= cryptography -COMPONENT_VERSION= 1.2.1 +COMPONENT_VERSION= 1.2.3 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:a13217a03a47e743d26edff7299e4be7358c2fd12a223ac5d6de3229690b6ee5 + sha256:8eb11c77dd8e73f48df6b2f7a7e16173fe0fe8fdfe266232832e88477e08454e COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= https://cryptography.io/ COMPONENT_BUGDB= python-mod/cryptography -TPNO= 26388 +TPNO= 27254 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/setup.py.mk