From: Rosen Penev Date: Mon, 5 Nov 2018 19:37:48 +0000 (-0800) Subject: django: Update to 1.11.16 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b0e4ec292481e6a50294f34a35c44fae9f75c935;p=openwrt-packages.git django: Update to 1.11.16 Fixed a race condition in QuerySet.update_or_create() that could result in data loss (#29499). Signed-off-by: Rosen Penev --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 2270b833a..4cb91fca3 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=1.11.15 +PKG_VERSION:=1.11.16 PKG_RELEASE=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django -PKG_HASH:=b18235d82426f09733d2de9910cee975cf52ff05e5f836681eb957d105a05a40 +PKG_HASH:=29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791 PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk