pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-pyspnego



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 10:09:12 UTC 2024

Modified Files:
        pkgsrc/security/py-pyspnego: Makefile PLIST distinfo

Log Message:
py-pyspnego: updated to 0.10.2

0.10.2 - 2023-10-04

* Another rename of the `sspi` package dependency to `sspilib`

0.10.1 - 2023-09-29 - Has been yanked

* Rename `sspi` package dependency to `sspic` to avoid conflicts with pywin32

0.10.0 - 2023-09-27 - Has been yanked

* Drop support for Python 3.7 - new minimum is 3.8+
* Moved SSPI bindings out into a separate package called `sspi`
 * This simplifies this project as it doesn't have to worry about SSPI correctness
 * The `sspi` package improves performance and memory allocation with a more robust API
 * Fixes an issue with Cython 3 allowing it to align with more modern versions going forward


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-pyspnego/Makefile \
    pkgsrc/security/py-pyspnego/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-pyspnego/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-pyspnego/Makefile
diff -u pkgsrc/security/py-pyspnego/Makefile:1.2 pkgsrc/security/py-pyspnego/Makefile:1.3
--- pkgsrc/security/py-pyspnego/Makefile:1.2    Tue Aug 29 06:18:33 2023
+++ pkgsrc/security/py-pyspnego/Makefile        Tue Jan 16 10:09:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/08/29 06:18:33 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/16 10:09:11 adam Exp $
 
-DISTNAME=      pyspnego-0.9.2
+DISTNAME=      pyspnego-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyspnego/}
@@ -10,14 +10,14 @@ HOMEPAGE=   https://github.com/jborean93/p
 COMMENT=       Windows Negotiate Authentication Client and Server
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 # kerberos
 DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.6.0:../../security/py-gssapi
 DEPENDS+=      ${PYPKGPREFIX}-krb5>=0.3.0:../../security/py-krb5
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
@@ -26,6 +26,6 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pyspnego-parse pyspnego-parse-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-pyspnego/distinfo
diff -u pkgsrc/security/py-pyspnego/distinfo:1.2 pkgsrc/security/py-pyspnego/distinfo:1.3
--- pkgsrc/security/py-pyspnego/distinfo:1.2    Tue Aug 29 06:18:33 2023
+++ pkgsrc/security/py-pyspnego/distinfo        Tue Jan 16 10:09:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/29 06:18:33 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/01/16 10:09:11 adam Exp $
 
-BLAKE2s (pyspnego-0.9.2.tar.gz) = e43875804255e15875457cc893853b5a65129e583c0d4432a151188e48d64e1a
-SHA512 (pyspnego-0.9.2.tar.gz) = 6775efa12b1f93addf9257145d020e5fcb5139edf8ffcbdca03cd55de7ee992b47af5278206de85e50a824abbf0a037a50dc7e47ca5b6f79b2f4e854d926a8f3
-Size (pyspnego-0.9.2.tar.gz) = 233819 bytes
+BLAKE2s (pyspnego-0.10.2.tar.gz) = 0f2affbaf902903420f346f57573fc24883d58201fd08d995a15a01af10c79fd
+SHA512 (pyspnego-0.10.2.tar.gz) = 9d5b45a9c4c2c929269f5eceaa05fbe34571e518b289b165049ddb7fd2bb207c7e6074c45216ad0cdf20e4be7bfca2f3d497aba45e2aadceb0b75221edc54f5d
+Size (pyspnego-0.10.2.tar.gz) = 222036 bytes

Index: pkgsrc/security/py-pyspnego/PLIST
diff -u pkgsrc/security/py-pyspnego/PLIST:1.1 pkgsrc/security/py-pyspnego/PLIST:1.2
--- pkgsrc/security/py-pyspnego/PLIST:1.1       Thu Aug  3 08:15:16 2023
+++ pkgsrc/security/py-pyspnego/PLIST   Tue Jan 16 10:09:11 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2023/08/03 08:15:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/01/16 10:09:11 adam Exp $
 bin/pyspnego-parse-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/spnego/__init__.py
 ${PYSITELIB}/spnego/__init__.pyc
 ${PYSITELIB}/spnego/__init__.pyo
@@ -63,11 +63,6 @@ ${PYSITELIB}/spnego/_spnego.pyo
 ${PYSITELIB}/spnego/_sspi.py
 ${PYSITELIB}/spnego/_sspi.pyc
 ${PYSITELIB}/spnego/_sspi.pyo
-${PYSITELIB}/spnego/_sspi_raw/__init__.py
-${PYSITELIB}/spnego/_sspi_raw/__init__.pyc
-${PYSITELIB}/spnego/_sspi_raw/__init__.pyo
-${PYSITELIB}/spnego/_sspi_raw/sspi.pyi
-${PYSITELIB}/spnego/_sspi_raw/text.pyi
 ${PYSITELIB}/spnego/_text.py
 ${PYSITELIB}/spnego/_text.pyc
 ${PYSITELIB}/spnego/_text.pyo



Home | Main Index | Thread Index | Old Index