python3-requests-ntlm: update to 1.3.0.

This commit is contained in:
Leah Neukirchen 2024-06-21 15:30:00 +02:00
parent 94f5d5f407
commit 4337429953

View file

@ -1,7 +1,7 @@
# Template file for 'python3-requests-ntlm' # Template file for 'python3-requests-ntlm'
pkgname=python3-requests-ntlm pkgname=python3-requests-ntlm
version=1.2.0 version=1.3.0
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-requests python3-pyspnego" depends="python3 python3-requests python3-pyspnego"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC" license="ISC"
homepage="https://github.com/requests/requests-ntlm" homepage="https://github.com/requests/requests-ntlm"
distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz" distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz"
checksum=97966acfb735c272ab1874e1ea2e36ddd7e83117fbae401cddfa5dc4176f03b4 checksum=0ff562ccd0560a8662a8761fadf99df6b73eb81979578912f31b97c8399c1bfb
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE