Thu Aug 3 08:23:31 2023 UTC ()
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


(adam)
diff -r1.7 -r1.8 pkgsrc/security/py-requests-ntlm/Makefile
diff -r1.4 -r1.5 pkgsrc/security/py-requests-ntlm/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/security/py-requests-ntlm/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-requests-ntlm/Makefile 2022/10/19 13:56:33 1.7
+++ pkgsrc/security/py-requests-ntlm/Makefile 2023/08/03 08:23:31 1.8
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2022/10/19 13:56:33 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2023/08/03 08:23:31 adam Exp $
2 2
3DISTNAME= requests_ntlm-1.1.0 3DISTNAME= requests_ntlm-1.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5PKGREVISION= 1 
6CATEGORIES= security www python 5CATEGORIES= security www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/requests/requests-ntlm 9HOMEPAGE= https://github.com/requests/requests-ntlm
11COMMENT= NTLM authentication handler for python-requests 10COMMENT= NTLM authentication handler for python-requests
12LICENSE= isc 11LICENSE= isc
13 12
14DEPENDS+= ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth 13DEPENDS+= ${PYPKGPREFIX}-pyspnego>=0.1.6:../../security/py-pyspnego
15DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests 14DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
16 15
17PYTHON_VERSIONS_INCOMPATIBLE= 27 
18 
19USE_LANGUAGES= # none 16USE_LANGUAGES= # none
20 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 27
 19
21.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
22PYTHON_VERSIONED_DEPENDENCIES+= cryptography 21PYTHON_VERSIONED_DEPENDENCIES+= cryptography
23.include "../../lang/python/versioned_dependencies.mk" 22.include "../../lang/python/versioned_dependencies.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/security/py-requests-ntlm/distinfo (expand / switch to unified diff)

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