Merge pull request #7259 from neheb/patch-6

pytz: Update to 2018.6
This commit is contained in:
Dirk Brenken 2018-10-30 15:46:56 +01:00 committed by GitHub
commit b4f7e81377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pytz
PKG_VERSION:=2018.5
PKG_VERSION:=2018.6
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
PKG_HASH:=ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277
PKG_HASH:=642253af8eae734d1509fc6ac9c1aee5e5b69d76392660889979b9870610a46b
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk