From 98fa8e50e1fbaa45d4105a0acb0aa7ede47e46ef Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 17 Feb 2023 19:24:06 +0100 Subject: [PATCH] python3-requests-ntlm: update to 1.2.0. --- srcpkgs/python3-requests-ntlm/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template index d3f827f2996..76e30fde018 100644 --- a/srcpkgs/python3-requests-ntlm/template +++ b/srcpkgs/python3-requests-ntlm/template @@ -1,16 +1,16 @@ # Template file for 'python3-requests-ntlm' pkgname=python3-requests-ntlm -version=1.1.0 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.2.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3 python3-requests python3-ntlm-auth" short_desc="Allows for HTTP NTLM authentication using the requests library" maintainer="Leah Neukirchen " license="ISC" homepage="https://github.com/requests/requests-ntlm" distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz" -checksum=f8a37ee9733f9b40acbab0e7e3f64d68d584d287bd3ea018ca66ccac6c46985f +checksum=97966acfb735c272ab1874e1ea2e36ddd7e83117fbae401cddfa5dc4176f03b4 post_install() { vlicense LICENSE