aboutsummaryrefslogtreecommitdiff
path: root/lang/python-dateutil
diff options
context:
space:
mode:
authorGergely Kiss <mail.gery@gmail.com>2017-02-13 22:03:14 +0100
committerGergely Kiss <mail.gery@gmail.com>2017-02-13 22:03:14 +0100
commit1534aca7f272b69e5c32ac6ccbc965df77b4214c (patch)
tree9e5d6922a736a153f87c1e38d33ad9dab375db5b /lang/python-dateutil
parent278c5c1f1d6bf5006e36add64361dd9835381443 (diff)
seafile: update to version 6.0.7
Update several dependencies, as well: * django-compressor -> 2.1.1 * django-constance -> 1.3.4 * django-restframework -> 3.5.4 * django-statici18n -> 1.3.0 * django -> 1.8.17 * openpyxl -> 2.4.2 * python-dateutil -> 2.6.0 * python-urllib3 -> 1.20 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'lang/python-dateutil')
-rw-r--r--lang/python-dateutil/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python-dateutil/Makefile b/lang/python-dateutil/Makefile
index c0d25b8cf..2e859914a 100644
--- a/lang/python-dateutil/Makefile
+++ b/lang/python-dateutil/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-dateutil
-PKG_VERSION:=2.5.2
-PKG_RELEASE:=2
+PKG_VERSION:=2.6.0
+PKG_RELEASE:=1
PKG_LICENSE:=BSD-2-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://pypi.python.org/packages/source/p/python-dateutil/
-PKG_MD5SUM:=eafe168e8f404bf384514f5116eedbb6
+PKG_SOURCE_URL:=https://pypi.python.org/packages/51/fc/39a3fbde6864942e8bb24c93663734b74e281b984d1b8c4f95d64b0c21f6/
+PKG_MD5SUM:=6e38f91e8c94c15a79ce22768dfeca87
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk