diff -r 8c7929b76aec -r 2d729d36ded7 components/python/python27/Makefile --- a/components/python/python27/Makefile Fri Dec 19 14:29:54 2014 -0800 +++ b/components/python/python27/Makefile Wed Dec 17 13:11:04 2014 -0800 @@ -26,16 +26,17 @@ PATH=/usr/bin:/usr/gnu/bin:/usr/sbin COMPONENT_NAME= Python -COMPONENT_VERSION= 2.7.8 +COMPONENT_VERSION= 2.7.9 COMPONENT_PROJECT_URL= http://python.org/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= \ - sha256:edde10a0cb7d14e2735e682882d5b287028d1485c456758154c19573db68075a + sha256:90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) +COMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc COMPONENT_BUGDB= utility/python -TPNO= 18461 +TPNO= 20750 include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/configure.mk