From d0f3187bd0d1915d288510d9aaa8b14b13bab462 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Sep 2018 14:42:49 -0700 Subject: [PATCH] django-postoffice: Update to 3.1.0 Changed URL to standard pythonhosted one + a few cosmetic changes. Signed-off-by: Rosen Penev --- lang/python/django-postoffice/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/django-postoffice/Makefile b/lang/python/django-postoffice/Makefile index f3519f41f..d97f22d71 100644 --- a/lang/python/django-postoffice/Makefile +++ b/lang/python/django-postoffice/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-postoffice -PKG_VERSION:=3.0.3 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=django-post_office-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/0f/8c/8c7e1d8998741fd195f7df947c509bc31a03d505aca03488c39e59da11f0/ -PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION)/ -PKG_HASH:=8d691b2e53ba8121d770ce448f05568874cf78a3cf63215918ad49536db5e76a +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-post_office +PKG_HASH:=827937a944fe47cea393853069cd9315d080298c8ddb0faf787955d6aa51a030 +PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk include ../python-package.mk