diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-08-12 09:53:27 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-08-12 09:53:27 +0300 |
commit | 0699a69ba1b89290895c3bff5cf1d007ef3d7343 (patch) | |
tree | a4f337ca20d443bce9d023d5ee06303d8495550f /lang/python/python-dateutil | |
parent | 621f5777d3416b1913249a7859a87e68a5f0e7e5 (diff) |
python-dateutil: bump to version 2.8.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python/python-dateutil')
-rw-r--r-- | lang/python/python-dateutil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index 7a211e5b0..c90291c87 100644 --- a/lang/python/python-dateutil/Makefile +++ b/lang/python/python-dateutil/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil -PKG_VERSION:=2.7.5 -PKG_RELEASE:=3 +PKG_VERSION:=2.8.0 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-2-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-dateutil -PKG_HASH:=88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02 +PKG_HASH:=c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-dateutil-$(PKG_VERSION) PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |