From 7a51a622cd14ebfb9b2b567614c15f1b33998011 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 9 Aug 2017 21:41:16 -0400 Subject: python-django: update to version 1.11.4 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-django.inc | 4 ++-- meta-python/recipes-devtools/python/python-django_1.11.2.bb | 2 -- meta-python/recipes-devtools/python/python-django_1.11.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-django_1.11.2.bb | 2 -- meta-python/recipes-devtools/python/python3-django_1.11.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-django_1.11.2.bb create mode 100644 meta-python/recipes-devtools/python/python-django_1.11.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_1.11.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_1.11.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index d83e7d25a3..370dc62ce1 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.djangoproject.com/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" -SRC_URI[md5sum] = "f089f1f86d25f2b78f6cf36478d4edd1" -SRC_URI[sha256sum] = "3c5b070482df4f9e5750539dc1824d353729ee423fd410c579b8cd3dea5b0617" +SRC_URI[md5sum] = "c851d892cd5ad3a90808703c4f36e3fe" +SRC_URI[sha256sum] = "abe86e67dda9897a1536a727ed57dbefb5a42b41943be3b116fe3edab4c07bb2" PYPI_PACKAGE = "Django" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-django_1.11.2.bb b/meta-python/recipes-devtools/python/python-django_1.11.2.bb deleted file mode 100644 index ccd7714e9f..0000000000 --- a/meta-python/recipes-devtools/python/python-django_1.11.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-django.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-django_1.11.4.bb b/meta-python/recipes-devtools/python/python-django_1.11.4.bb new file mode 100644 index 0000000000..ccd7714e9f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-django_1.11.4.bb @@ -0,0 +1,2 @@ +require python-django.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.2.bb b/meta-python/recipes-devtools/python/python3-django_1.11.2.bb deleted file mode 100644 index e1e38c3225..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_1.11.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-django.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.4.bb b/meta-python/recipes-devtools/python/python3-django_1.11.4.bb new file mode 100644 index 0000000000..e1e38c3225 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_1.11.4.bb @@ -0,0 +1,2 @@ +require python-django.inc +inherit setuptools3 -- cgit 1.2.3-korg