pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-scard



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 15 05:26:46 UTC 2025

Modified Files:
        pkgsrc/devel/py-scard: Makefile PLIST distinfo

Log Message:
py-scard: updated to 2.2.2

2.2.2 (April 2025)

* add .release() method to CardConnection & PCSCCardRequest
* add context manager protocol to CardRequest & CardService
* fix some parallel execution issues
* PCSCCardRequest: correctly initialize waitforcardevent()
* user-guide: Update documentation
* Minor changes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-scard/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-scard/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-scard/distinfo

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

Modified files:

Index: pkgsrc/devel/py-scard/Makefile
diff -u pkgsrc/devel/py-scard/Makefile:1.15 pkgsrc/devel/py-scard/Makefile:1.16
--- pkgsrc/devel/py-scard/Makefile:1.15 Sat Apr 12 20:15:14 2025
+++ pkgsrc/devel/py-scard/Makefile      Tue Apr 15 05:26:46 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/12 20:15:14 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/15 05:26:46 adam Exp $
 
-DISTNAME=      pyscard-2.2.1
+DISTNAME=      pyscard-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/^py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyscard/}
 

Index: pkgsrc/devel/py-scard/PLIST
diff -u pkgsrc/devel/py-scard/PLIST:1.5 pkgsrc/devel/py-scard/PLIST:1.6
--- pkgsrc/devel/py-scard/PLIST:1.5     Sat Apr 12 20:15:14 2025
+++ pkgsrc/devel/py-scard/PLIST Tue Apr 15 05:26:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/12 20:15:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/15 05:26:46 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -76,9 +76,6 @@ ${PYSITELIB}/smartcard/pcsc/PCSCCardConn
 ${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.py
 ${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.pyc
 ${PYSITELIB}/smartcard/pcsc/PCSCCardRequest.pyo
-${PYSITELIB}/smartcard/pcsc/PCSCContext.py
-${PYSITELIB}/smartcard/pcsc/PCSCContext.pyc
-${PYSITELIB}/smartcard/pcsc/PCSCContext.pyo
 ${PYSITELIB}/smartcard/pcsc/PCSCExceptions.py
 ${PYSITELIB}/smartcard/pcsc/PCSCExceptions.pyc
 ${PYSITELIB}/smartcard/pcsc/PCSCExceptions.pyo

Index: pkgsrc/devel/py-scard/distinfo
diff -u pkgsrc/devel/py-scard/distinfo:1.13 pkgsrc/devel/py-scard/distinfo:1.14
--- pkgsrc/devel/py-scard/distinfo:1.13 Wed Jan 15 08:43:35 2025
+++ pkgsrc/devel/py-scard/distinfo      Tue Apr 15 05:26:46 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/01/15 08:43:35 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/04/15 05:26:46 adam Exp $
 
-BLAKE2s (pyscard-2.2.1.tar.gz) = c69f9edd85ede9b741b4c8e2f0cb34a3e28145929d01a4dd6cb2eddec799ca55
-SHA512 (pyscard-2.2.1.tar.gz) = 7a09211743c56473e7c1d034acf4b08402b41462da36b35fe45617511dc9bc5fa704e0d1d5102277a44c4aee216e84b019b5cff188eda255b32de0c7517c58d3
-Size (pyscard-2.2.1.tar.gz) = 156518 bytes
+BLAKE2s (pyscard-2.2.2.tar.gz) = 2ec1dde849ff6bd553aa05f71528e1b537118720c3b6db08599d62b3584fccdd
+SHA512 (pyscard-2.2.2.tar.gz) = 294908fdb8b7fae0fc6f45aed7837eba65ff6163df5df6168cc4dad9c2c33a6df89c19ec451bc6a08fb2d9d32d5ef49bb37298e8e70af9e098c0d0563e901f9b
+Size (pyscard-2.2.2.tar.gz) = 156637 bytes
 SHA1 (patch-src_smartcard_scard_winscarddll.h) = 7d550f0b15c93f9c17fa9ddeff073218d5af2809



Home | Main Index | Thread Index | Old Index