python-docutils: bump to version 0.19
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 18 Oct 2022 14:04:56 +0000 (11:04 -0300)
committerRosen Penev <rosenp@gmail.com>
Fri, 21 Oct 2022 22:03:31 +0000 (15:03 -0700)
Package does not currently build because of distutil dependency.  Fix
this by updating to the latest version.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lang/python/python-docutils/Makefile

index 04e4d756eaa66aaddf14187db9ae6ce8d2431585..f167ce6532c279e8efdeab157eba541d3b425f07 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docutils
-PKG_VERSION:=0.14
-PKG_RELEASE:=2
+PKG_VERSION:=0.19
+PKG_RELEASE:=$(AUTORELEASE)
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274
+PKG_HASH:=33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
 
 PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
 PKG_LICENSE:=MIT