python/pelican: Updated for version 4.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2019-11-03 06:59:53 +07:00 committed by Willy Sudiarto Raharjo
parent 6208c64d85
commit 6af8d98a32
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=pelican
VERSION=${VERSION:-4.0.1}
VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pelican"
VERSION="4.0.1"
VERSION="4.2.0"
HOMEPAGE="https://pypi.python.org/pypi/pelican/"
DOWNLOAD="https://files.pythonhosted.org/packages/ac/16/7d3e5cef02c16c0a8ce5fb3a8790f0d193e954743b1177eb582107c3196d/pelican-4.0.1.tar.gz"
MD5SUM="e4e16496061530dde649f1dff4ece077"
DOWNLOAD="https://files.pythonhosted.org/packages/5c/8d/130add2e4b7e960b78766d7a2c5a721e2e608a5d78747efd8ea5884a2434/pelican-4.2.0.tar.gz"
MD5SUM="3efac5c5ea7bcaf975bdcf0dcc74a525"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="feedgenerator Jinja2 Unidecode blinker pytz docutils Pygments six python-dateutil Markdown"