package/python-docutils: bump to version 0.19

License hash changed due to url update:
https://sourceforge.net/p/docutils/code/8959/

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2022-11-02 14:10:18 -06:00 committed by Thomas Petazzoni
parent d680db0ba7
commit 8d6ae5dae9
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
md5 ca5827e2432fd58f4c8d74a6591135de docutils-0.18.1.tar.gz
sha256 679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06 docutils-0.18.1.tar.gz
sha256 f20172170ef9aeebbf53adf5d8f7d309f7dc6068e9a3a1b52ea772305686739d COPYING.txt
# md5, sha256 from https://pypi.org/pypi/docutils/json
md5 0afa992a6e93db892107c3f087d0d9df docutils-0.19.tar.gz
sha256 33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 docutils-0.19.tar.gz
# Locally computed sha256 checksums
sha256 16b78bd9994588326a871ac39f64480969ebeb57ecd46a31874744560e72390a COPYING.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_DOCUTILS_VERSION = 0.18.1
PYTHON_DOCUTILS_VERSION = 0.19
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/57/b1/b880503681ea1b64df05106fc7e3c4e3801736cf63deffc6fa7fc5404cf5
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/6b/5c/330ea8d383eb2ce973df34d1239b3b21e91cd8c865d21ff82902d952f91f
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, BSD-3-Clause, Python-2.0, GPL-3.0+ (emacs mode)
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
PYTHON_DOCUTILS_SETUP_TYPE = setuptools