24737638 django 1.8.15
authorDrew Fisher <drew.fisher@oracle.com>
Thu, 29 Sep 2016 07:48:57 -0700
changeset 7089 bb4d7431eea3
parent 7087 b1fa0d70e09e
child 7091 08a4029cbd6c
24737638 django 1.8.15 24737607 problem in PYTHON-MOD/DJANGO
components/python/django/Makefile
--- a/components/python/django/Makefile	Mon Oct 10 14:27:02 2016 -0700
+++ b/components/python/django/Makefile	Thu Sep 29 07:48:57 2016 -0700
@@ -26,16 +26,16 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		Django
-COMPONENT_VERSION=	1.8.14
+COMPONENT_VERSION=	1.8.15
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:5282c48b90fbb29507299f592215378e849a2808f485e4144626e66715d5464d
+    sha256:863e543ac985d5cfbce09213fa30bc7c802cbdf60d6db8b5f9dab41e1341eacd
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
 COMPONENT_BUGDB=	python-mod/django
 
-TPNO=			30171
+TPNO=			31985
 
 # Depends on python-imaging which is not Python 3 ready.
 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)