From: Jeffery To Date: Thu, 27 Jul 2023 18:07:19 +0000 (+0800) Subject: python-ciso8601: Update to 2.3.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=197c34e62dfdf37eccd248f6f5c72bec1f63d4a8;p=openwrt-packages.git python-ciso8601: Update to 2.3.0 Signed-off-by: Jeffery To --- diff --git a/lang/python/python-ciso8601/Makefile b/lang/python/python-ciso8601/Makefile index 02a82cf67..ddcb41ce8 100644 --- a/lang/python/python-ciso8601/Makefile +++ b/lang/python/python-ciso8601/Makefile @@ -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 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))