diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-06-18 21:37:33 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-06-18 21:37:33 +0100 |
commit | c49dfc76384dafd7a415a02f979a51de24f89b12 (patch) | |
tree | d076c450ee11326b57fbeadd727b191ebda2649c /python/pelican | |
parent | 2084b30c93b46c19d4c228e0872792f94afe0d7c (diff) | |
download | slackbuilds-c49dfc76384dafd7a415a02f979a51de24f89b12.tar.gz |
python/pelican: Updated for version 3.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pelican')
-rw-r--r-- | python/pelican/pelican.SlackBuild | 4 | ||||
-rw-r--r-- | python/pelican/pelican.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pelican/pelican.SlackBuild b/python/pelican/pelican.SlackBuild index 57276f19d8..f4f4742842 100644 --- a/python/pelican/pelican.SlackBuild +++ b/python/pelican/pelican.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pelican -# Copyright 2015-2016 Markus Reichelt, Aachen, DE +# Copyright 2015-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=pelican -VERSION=${VERSION:-3.6.3} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pelican/pelican.info b/python/pelican/pelican.info index 623a1f57e5..c40c00b21a 100644 --- a/python/pelican/pelican.info +++ b/python/pelican/pelican.info @@ -1,8 +1,8 @@ PRGNAM="pelican" -VERSION="3.6.3" +VERSION="3.7.1" HOMEPAGE="https://pypi.python.org/pypi/pelican/" -DOWNLOAD="https://pypi.python.org/packages/82/e2/f649e72085465813600e4a2fecc5de8d005fb51eff20ef6a7e69a34006d3/pelican-3.6.3.tar.gz" -MD5SUM="ee4110fc60af26459f4e2f7c9fa9cdd5" +DOWNLOAD="https://pypi.python.org/packages/d0/9e/c5cf3f7e98b84ac666422d7f6707cc415d4c96247c266377c0ed5a489f49/pelican-3.7.1.tar.gz" +MD5SUM="da0f459c0a9e302974d5ebf86e3dc78b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="feedgenerator Jinja2 Unidecode blinker pytz docutils Pygments six python-dateutil Markdown" |