python3-markdown-it: update to 2.2.0.
This commit is contained in:
parent
37e0bec40d
commit
b534974bd1
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-markdown-it'
|
# Template file for 'python3-markdown-it'
|
||||||
pkgname=python3-markdown-it
|
pkgname=python3-markdown-it
|
||||||
version=2.1.0
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="dist/markdown_it_py-${version}-*-*-*.whl"
|
make_install_target="dist/markdown_it_py-${version}-*-*-*.whl"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/executablebooks/markdown-it-py"
|
homepage="https://github.com/executablebooks/markdown-it-py"
|
||||||
changelog="https://raw.githubusercontent.com/executablebooks/markdown-it-py/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/executablebooks/markdown-it-py/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/m/markdown-it-py/markdown-it-py-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/markdown-it-py/markdown-it-py-${version}.tar.gz"
|
||||||
checksum=cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da
|
checksum=7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1
|
||||||
# Tests not shipped in PYPI tarball
|
# Tests not shipped in PYPI tarball
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue