py-requests-ntlm: updated to 1.2.0

v1.2.0

Migrate to GHA for CI
Migrate to PySPNEGO
Add pyproject.toml for PEP518 compliance
This commit is contained in:
adam 2023-08-03 08:23:31 +00:00
parent f52e71d670
commit 3e69c84435
2 changed files with 9 additions and 10 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2022/10/19 13:56:33 nia Exp $
# $NetBSD: Makefile,v 1.8 2023/08/03 08:23:31 adam Exp $
DISTNAME= requests_ntlm-1.1.0
DISTNAME= requests_ntlm-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/}
@ -11,13 +10,13 @@ HOMEPAGE= https://github.com/requests/requests-ntlm
COMMENT= NTLM authentication handler for python-requests
LICENSE= isc
DEPENDS+= ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth
DEPENDS+= ${PYPKGPREFIX}-pyspnego>=0.1.6:../../security/py-pyspnego
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
.include "../../lang/python/versioned_dependencies.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:17:49 nia Exp $
$NetBSD: distinfo,v 1.5 2023/08/03 08:23:31 adam Exp $
BLAKE2s (requests_ntlm-1.1.0.tar.gz) = 798a19f147ee321976a287b2520b3cd33451d6914b1cc1b8dde42e8618cbd194
SHA512 (requests_ntlm-1.1.0.tar.gz) = 9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807
Size (requests_ntlm-1.1.0.tar.gz) = 5183 bytes
BLAKE2s (requests_ntlm-1.2.0.tar.gz) = 56345a251d0c817976cd2cb3176d67d4b1f61d1c23de4a1f93c91b5ea16646d5
SHA512 (requests_ntlm-1.2.0.tar.gz) = 557f4a4625dc74fc4023a8d74b480cfd61a64b88f6003f381bd0a5f160f4c8337b53a575b720f930cd8fe5c375c1508bbe36cff60e31df00bb9a7e3b19196678
Size (requests_ntlm-1.2.0.tar.gz) = 6851 bytes