From 4a16e5eb8c29a5c5584920c29d112e469804a263 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 18 Oct 2022 11:04:56 -0300 Subject: [PATCH] python-docutils: bump to version 0.19 Package does not currently build because of distutil dependency. Fix this by updating to the latest version. Signed-off-by: Eneas U de Queiroz --- lang/python/python-docutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-docutils/Makefile b/lang/python/python-docutils/Makefile index 04e4d756ea..f167ce6532 100644 --- a/lang/python/python-docutils/Makefile +++ b/lang/python/python-docutils/Makefile @@ -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 PKG_LICENSE:=MIT -- 2.30.2