pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-requests-ntlm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  3 08:23:31 UTC 2023

Modified Files:
        pkgsrc/security/py-requests-ntlm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-requests-ntlm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-requests-ntlm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-requests-ntlm/Makefile
diff -u pkgsrc/security/py-requests-ntlm/Makefile:1.7 pkgsrc/security/py-requests-ntlm/Makefile:1.8
--- pkgsrc/security/py-requests-ntlm/Makefile:1.7       Wed Oct 19 13:56:33 2022
+++ pkgsrc/security/py-requests-ntlm/Makefile   Thu Aug  3 08:23:31 2023
@@ -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/re
 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"

Index: pkgsrc/security/py-requests-ntlm/distinfo
diff -u pkgsrc/security/py-requests-ntlm/distinfo:1.4 pkgsrc/security/py-requests-ntlm/distinfo:1.5
--- pkgsrc/security/py-requests-ntlm/distinfo:1.4       Tue Oct 26 11:17:49 2021
+++ pkgsrc/security/py-requests-ntlm/distinfo   Thu Aug  3 08:23:31 2023
@@ -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



Home | Main Index | Thread Index | Old Index