pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-requests-gssapi
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 16 19:13:23 UTC 2024
Modified Files:
pkgsrc/security/py-requests-gssapi: Makefile PLIST distinfo
Log Message:
py-requests-gssapi: updated to 1.3.0
1.3.0: 2024-02-16
- Drop flag for out of sequence detection
- Use SPNEGO mechanism by default
- Fix ``SanitizedResponse.content`` to be ``bytes`` which reflects the base type
- Migrated project to a ``src`` layout setup and a ``PEP 621`` compliant build, this should have no impact on end users
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-requests-gssapi/Makefile \
pkgsrc/security/py-requests-gssapi/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-requests-gssapi/PLIST
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-gssapi/Makefile
diff -u pkgsrc/security/py-requests-gssapi/Makefile:1.3 pkgsrc/security/py-requests-gssapi/Makefile:1.4
--- pkgsrc/security/py-requests-gssapi/Makefile:1.3 Tue Jan 4 20:54:43 2022
+++ pkgsrc/security/py-requests-gssapi/Makefile Fri Feb 16 19:13:22 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/16 19:13:22 adam Exp $
-DISTNAME= requests-gssapi-1.2.3
+DISTNAME= requests-gssapi-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-gssapi/}
@@ -11,12 +10,14 @@ HOMEPAGE= https://github.com/pythongssap
COMMENT= Python requests GSSAPI authentication library
LICENSE= isc
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
-DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-gssapi
+DEPENDS+= ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-requests-gssapi/distinfo
diff -u pkgsrc/security/py-requests-gssapi/distinfo:1.3 pkgsrc/security/py-requests-gssapi/distinfo:1.4
--- pkgsrc/security/py-requests-gssapi/distinfo:1.3 Tue Oct 26 11:17:49 2021
+++ pkgsrc/security/py-requests-gssapi/distinfo Fri Feb 16 19:13:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:17:49 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/02/16 19:13:22 adam Exp $
-BLAKE2s (requests-gssapi-1.2.3.tar.gz) = 0446123e6a11fa482bf45ff499010587478c6abb94503c92358da5c0d72a5b72
-SHA512 (requests-gssapi-1.2.3.tar.gz) = 5645785e4d96e935fde73395386f3622b1463e91cafddc07e9b55a990c977b136ccd440cbc190801b966e9c0ec083d2a270f06cb6e4f754093cc7343b0935994
-Size (requests-gssapi-1.2.3.tar.gz) = 19007 bytes
+BLAKE2s (requests-gssapi-1.3.0.tar.gz) = 26ec055a885b83212f412ba6b70e500dac6296ead8206810656b9b212f0366a8
+SHA512 (requests-gssapi-1.3.0.tar.gz) = a9d7acf213b3ecbbc45f6342964268247fc42d6bf341e9121a4e1d72cf43ef586df51df1a0efdbffb975aa5200e6e650b11e013c5df90a0d15b3cc6508da690c
+Size (requests-gssapi-1.3.0.tar.gz) = 18681 bytes
Index: pkgsrc/security/py-requests-gssapi/PLIST
diff -u pkgsrc/security/py-requests-gssapi/PLIST:1.1 pkgsrc/security/py-requests-gssapi/PLIST:1.2
--- pkgsrc/security/py-requests-gssapi/PLIST:1.1 Sun Jul 4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/PLIST Fri Feb 16 19:13:22 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/07/04 12:40:40 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/02/16 19:13:22 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/requests_gssapi/__init__.py
${PYSITELIB}/requests_gssapi/__init__.pyc
${PYSITELIB}/requests_gssapi/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index