python3-pywinrm: update to 0.5.0.
This commit is contained in:
parent
accc212d7b
commit
7b7807d259
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-pywinrm'
|
||||
pkgname=python3-pywinrm
|
||||
version=0.4.3
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-requests python3-requests-ntlm python3-xmltodict"
|
||||
short_desc="Python 3 library for Windows Remote Management"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/diyan/pywinrm"
|
||||
distfiles="https://github.com/diyan/pywinrm/archive/v${version}.tar.gz"
|
||||
checksum=253d2af9a6f1ec1ae8e21919a174e178b2e0475060956e3add0746584520ae84
|
||||
checksum=adf8b1e984dd90d0589aa4c736edd4730efab272357e204cf7185b87dcf49973
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue