components/python/semantic-version/Makefile
changeset 6193 0ca395f404b9
parent 5405 66fd59fecd68
child 7687 1093e2a9adbd
--- a/components/python/semantic-version/Makefile	Wed Jun 15 05:07:23 2016 -0700
+++ b/components/python/semantic-version/Makefile	Wed Jun 15 12:41:32 2016 -0700
@@ -26,16 +26,16 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		semantic_version
-COMPONENT_VERSION=	2.4.2
+COMPONENT_VERSION=	2.5.0
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2
+    sha256:3baad35dcb074a49419539cea6a33b484706b6c2dd03f05b67763eba4c1bb65c
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://pypi.python.org/pypi/semantic_version/
 COMPONENT_BUGDB=	python-mod/semantic-ver
 
-TPNO=			25732
+TPNO=			28716
 
 
 include $(WS_MAKE_RULES)/prep.mk