python-mistune: bump to version 0.7.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov 2016-03-16 16:41:49 +01:00 committed by Peter Korsgaard
parent 7e7def1665
commit b5a2d2df19
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=057bc28bf629d6a1283d680a34ed9d0f, sha256 locally computed.
md5 057bc28bf629d6a1283d680a34ed9d0f mistune-0.7.1.tar.gz
sha256 6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 mistune-0.7.1.tar.gz
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ed9ac03c99261bd1803e44ddaa4f87cb, sha256 locally computed.
md5 ed9ac03c99261bd1803e44ddaa4f87cb mistune-0.7.2.tar.gz
sha256 626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 mistune-0.7.2.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_MISTUNE_VERSION = 0.7.1
PYTHON_MISTUNE_VERSION = 0.7.2
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
PYTHON_MISTUNE_SITE = http://pypi.python.org/packages/source/m/mistune
PYTHON_MISTUNE_LICENSE = BSD-3c