openpyxl: bump to version 3.0.8
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 13 Sep 2021 07:05:25 +0000 (10:05 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 15 Sep 2021 03:17:05 +0000 (20:17 -0700)
And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/openpyxl/Makefile

index 3c793b9ca3abcf34067d75ae52fa416b6898c5b9..22b65505386cc2a780578047ee979fed688e3928 100644 (file)
@@ -8,15 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-openpyxl
-PKG_VERSION:=3.0.7
-PKG_RELEASE:=1
+PKG_VERSION:=3.0.8
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENCE.rst
 
 PYPI_NAME:=openpyxl
-PKG_HASH:=6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251
+PKG_HASH:=4f2770348c029ce9433316ced8f91ed37d2a605e654f8bfdc93a3524561a8ce2
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk