* update python-requests-ntlm to 1.3.0-1

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:24 +01:00
parent 15571ae3e3
commit ae41fa5b95
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-requests-ntlm
pkgdesc = Allows for HTTP NTLM authentication using the requests library
pkgver = 1.2.0
pkgrel = 5
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/requests/requests-ntlm
arch = any
license = custom:ISC License (ISCL)
@ -13,7 +13,7 @@ pkgbase = python-requests-ntlm
depends = python-requests
depends = python-ntlm-auth
depends = python-pyspnego
source = https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-1.2.0.tar.gz
sha512sums = 557f4a4625dc74fc4023a8d74b480cfd61a64b88f6003f381bd0a5f160f4c8337b53a575b720f930cd8fe5c375c1508bbe36cff60e31df00bb9a7e3b19196678
source = https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-1.3.0.tar.gz
sha512sums = f7649a708effb4f9bfaad3e76b80eb2363edc1ab209b9e5e9ce3f7355e58cc596980af0587b73e8d64d578fc892ac26a9967ece3000ec13306de6e6ff99847f7
pkgname = python-requests-ntlm

View File

@ -5,8 +5,8 @@
pkgname=python-requests-ntlm
_module='requests_ntlm'
pkgver=1.2.0
pkgrel=5
pkgver=1.3.0
pkgrel=1
pkgdesc="Allows for HTTP NTLM authentication using the requests library"
url="https://github.com/requests/requests-ntlm"
depends=('python' 'python-requests' 'python-ntlm-auth' 'python-pyspnego')
@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python-build' 'python-wheel' 'python-installer
license=('custom:ISC License (ISCL)')
arch=(any)
source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz")
sha512sums=('557f4a4625dc74fc4023a8d74b480cfd61a64b88f6003f381bd0a5f160f4c8337b53a575b720f930cd8fe5c375c1508bbe36cff60e31df00bb9a7e3b19196678')
sha512sums=('f7649a708effb4f9bfaad3e76b80eb2363edc1ab209b9e5e9ce3f7355e58cc596980af0587b73e8d64d578fc892ac26a9967ece3000ec13306de6e6ff99847f7')
build() {
cd "${srcdir}/${_module}-${pkgver}"