python-defusedxml: update to 0.6.0.
This commit is contained in:
parent
b47c8b2fac
commit
41dbec4361
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-defusedxml'
|
||||
pkgname=python-defusedxml
|
||||
version=0.5.0
|
||||
version=0.6.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="defusedxml-${version}"
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Defusing XML bombs and other exploits (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/tiran/defusedxml"
|
||||
license="Python-2.0"
|
||||
homepage="https://github.com/tiran/defusedxml"
|
||||
distfiles="${PYPI_SITE}/d/defusedxml/defusedxml-${version}.tar.gz"
|
||||
checksum=24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4
|
||||
checksum=f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue