python-ciso8601: Update to 2.3.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-28 02:07:19 +08:00 committed by Tianling Shen
parent 008de77a8a
commit 197c34e62d
1 changed files with 6 additions and 5 deletions

View File

@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ciso8601
PKG_VERSION:=2.1.3
PKG_VERSION:=2.3.0
PKG_RELEASE:=1
PYPI_NAME:=ciso8601
PKG_HASH:=bdbb5b366058b1c87735603b23060962c439ac9be66f1ae91e8c7dbd7d59e262
PKG_HASH:=19e3fbd786d8bec3358eac94d8774d365b694b604fd1789244b87083f66c8900
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt
PKG_LICENSE_FILES:=LICENSE
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
@ -26,13 +26,14 @@ define Package/python3-ciso8601
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Fast ISO8601 date time parser for Python written in C
TITLE:=Fast ISO8601 date time parser written in C
URL:=https://github.com/closeio/ciso8601
DEPENDS:=+python3-light
endef
define Package/python3-ciso8601/description
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects.
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python
datetime objects.
endef
$(eval $(call Py3Package,python3-ciso8601))