python3-pywinrm: update to 0.5.0.

This commit is contained in:
Leah Neukirchen 2024-08-30 15:15:06 +02:00
parent accc212d7b
commit 7b7807d259

View file

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