Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -7,10 +7,10 @@ config BR2_PACKAGE_PYTHON_DJANGO
help
Django is a high-level Python Web framework that encourages
rapid development and clean, pragmatic design. It takes your
Web applications from concept to launch in a matter of hours.
Django takes care of user authentication, content administration,
site maps, RSS feeds, user comments and many more tasks.
Django takes security seriously and helps developers avoid
many common security mistakes
Web applications from concept to launch in a matter of
hours. Django takes care of user authentication, content
administration, site maps, RSS feeds, user comments and many
more tasks. Django takes security seriously and helps
developers avoid many common security mistakes
https://www.djangoproject.com/

View File

@@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi/django/json, sha256 locally computed
md5 693dfeabad62c561cb205900d32c2a98 Django-1.10.7.tar.gz
sha256 593d779dbc2350a245c4f76d26bdcad58a39895e87304fe6d725bbdf84b5b0b8 Django-1.10.7.tar.gz
# From https://www.djangoproject.com/m/pgp/Django-1.11.16.checksum.txt
sha256 29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791 Django-1.11.16.tar.gz
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_DJANGO_VERSION = 1.10.7
PYTHON_DJANGO_VERSION = 1.11.16
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
PYTHON_DJANGO_SITE = https://pypi.python.org/packages/15/b4/d4bb7313e02386bd23a60e1eb5670321313fb67289c6f36ec43bce747aff
PYTHON_DJANGO_LICENSE = BSD-3c
PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/35/1d/59836bce4c9cfded261e21c0abd6a4629de6d289522d0fd928117d8eb985
PYTHON_DJANGO_LICENSE = BSD-3-Clause
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_SETUP_TYPE = setuptools