Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D65D58509F for ; Thu, 3 Aug 2023 08:20:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9MGWWvKd38YG for ; Thu, 3 Aug 2023 08:20:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 084348508E for ; Thu, 3 Aug 2023 08:20:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 013F4FBDB; Thu, 3 Aug 2023 08:20:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691050854127640" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 08:20:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-requests-kerberos To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230803082055.013F4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691050854127640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 3 08:20:54 UTC 2023 Modified Files: pkgsrc/security/py-requests-kerberos: Makefile PLIST distinfo Log Message: py-requests-kerberos: updated to 0.14.0 0.14.0: 2021-12-05 ------------------ - Added support for proxy authentication with ``HTTP`` endpoints. - Support for proxying ``HTTPS`` endpoints is not available due to limitations of the underlying requests/urllib3 library. - Fixed up stray bytes to str conversion. 0.13.0: 2021-11-03 ------------------ - Change Kerberos dependencies to pyspnego_ to modernise the underlying Kerberos library that is used. - Removed the ``wrap_winrm`` and ``unwrap_winrm`` functions - Dropped support for Python 2 and raised minimum Python version to 3.6. - Renamed the ``context`` attribute to ``_context`` to indicate it's meant for internal use only. - Fix Negotiate header regex pattern to avoid DoS affected patterns To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-requests-kerberos/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-requests-kerberos/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-requests-kerberos/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691050854127640 Content-Disposition: inline Content-Length: 3508 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-requests-kerberos/Makefile diff -u pkgsrc/security/py-requests-kerberos/Makefile:1.8 pkgsrc/security/py-requests-kerberos/Makefile:1.9 --- pkgsrc/security/py-requests-kerberos/Makefile:1.8 Wed Oct 19 13:56:33 2022 +++ pkgsrc/security/py-requests-kerberos/Makefile Thu Aug 3 08:20:54 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/10/19 13:56:33 nia Exp $ +# $NetBSD: Makefile,v 1.9 2023/08/03 08:20:54 adam Exp $ -DISTNAME= requests-kerberos-0.12.0 +DISTNAME= requests-kerberos-0.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-kerberos/} @@ -11,17 +10,12 @@ HOMEPAGE= https://github.com/requests/re COMMENT= Kerberos authentication handler for python-requests LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-kerberos>=1.1.8nb1:../../security/py-kerberos +DEPENDS+= ${PYPKGPREFIX}-pyspnego-[0-9]*:../../security/py-pyspnego DEPENDS+= ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests -PYTHON_VERSIONS_INCOMPATIBLE= 27 - USE_LANGUAGES= # none -SUBST_CLASSES+= requires -SUBST_STAGE.requires= pre-configure -SUBST_FILES.requires= setup.py -SUBST_SED.requires= -e 's/pykerberos/kerberos/' +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" PYTHON_VERSIONED_DEPENDENCIES+= cryptography Index: pkgsrc/security/py-requests-kerberos/PLIST diff -u pkgsrc/security/py-requests-kerberos/PLIST:1.1 pkgsrc/security/py-requests-kerberos/PLIST:1.2 --- pkgsrc/security/py-requests-kerberos/PLIST:1.1 Sun Apr 23 05:39:26 2017 +++ pkgsrc/security/py-requests-kerberos/PLIST Thu Aug 3 08:20:54 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:39:26 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/08/03 08:20:54 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,9 +7,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx ${PYSITELIB}/requests_kerberos/__init__.py ${PYSITELIB}/requests_kerberos/__init__.pyc ${PYSITELIB}/requests_kerberos/__init__.pyo -${PYSITELIB}/requests_kerberos/compat.py -${PYSITELIB}/requests_kerberos/compat.pyc -${PYSITELIB}/requests_kerberos/compat.pyo ${PYSITELIB}/requests_kerberos/exceptions.py ${PYSITELIB}/requests_kerberos/exceptions.pyc ${PYSITELIB}/requests_kerberos/exceptions.pyo Index: pkgsrc/security/py-requests-kerberos/distinfo diff -u pkgsrc/security/py-requests-kerberos/distinfo:1.4 pkgsrc/security/py-requests-kerberos/distinfo:1.5 --- pkgsrc/security/py-requests-kerberos/distinfo:1.4 Tue Oct 26 11:17:49 2021 +++ pkgsrc/security/py-requests-kerberos/distinfo Thu Aug 3 08:20:54 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:20:54 adam Exp $ -BLAKE2s (requests-kerberos-0.12.0.tar.gz) = 19dbde4aebe3428f1e9a78b6cf2e0ffb9a6096499455c57018dc892963ce9fdc -SHA512 (requests-kerberos-0.12.0.tar.gz) = 9a7a4a899100aa84b268c0f0387a8d33bd82627862df7faf8f632b7159ea1a3c1be765f9bea61ed85aea86fa48c863f5912bfd09647c739f8bffeaa1959b6c6b -Size (requests-kerberos-0.12.0.tar.gz) = 11257 bytes +BLAKE2s (requests-kerberos-0.14.0.tar.gz) = ce5d85717c521d5776a09ba882b652857cec029445b9c379e256d1d0efe6be3f +SHA512 (requests-kerberos-0.14.0.tar.gz) = 8661d08e2425fbe42fad0e243be14fee9cc9d274f225c5ebd3be5b5db4555993a20e3ca2acb9687fa0b1a25810f127ac89896036e22df1b8f395af58e83f5dec +Size (requests-kerberos-0.14.0.tar.gz) = 14060 bytes --_----------=_1691050854127640--