pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-libusb1
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 4 05:13:49 UTC 2025
Modified Files:
pkgsrc/devel/py-libusb1: Makefile distinfo
Log Message:
py-libusb1: updated to 3.3.0
3.3.0
Improve deprecation warning, by showing the correct caller location.
Fix finalizer registration errors on pypi by using a thread-safe sequential number generator instead of relying on object id unicity and timely finalizer triggering.
Check in-dll version when creating Windows wheels. Should hopefully version mixups like what happened in 3.1.0.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-libusb1/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-libusb1/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-libusb1/Makefile
diff -u pkgsrc/devel/py-libusb1/Makefile:1.8 pkgsrc/devel/py-libusb1/Makefile:1.9
--- pkgsrc/devel/py-libusb1/Makefile:1.8 Sun Dec 29 09:06:42 2024
+++ pkgsrc/devel/py-libusb1/Makefile Tue Mar 4 05:13:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/12/29 09:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/04 05:13:49 adam Exp $
-DISTNAME= libusb1-3.2.0
+DISTNAME= libusb1-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/libusb1/}
Index: pkgsrc/devel/py-libusb1/distinfo
diff -u pkgsrc/devel/py-libusb1/distinfo:1.7 pkgsrc/devel/py-libusb1/distinfo:1.8
--- pkgsrc/devel/py-libusb1/distinfo:1.7 Sun Dec 29 09:06:42 2024
+++ pkgsrc/devel/py-libusb1/distinfo Tue Mar 4 05:13:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/12/29 09:06:42 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/03/04 05:13:49 adam Exp $
-BLAKE2s (libusb1-3.2.0.tar.gz) = c8768af3e2dcbd407e5d267dfac1110de94682b74ef379987fe054ffec01d243
-SHA512 (libusb1-3.2.0.tar.gz) = 5979d50e0f3fe6e0054bb67a13e1c7c31f9f468949ea51dccd9a990bf6e2333c35136e0f6fe46c66902f5c135872999a5657abc8b4205d8349704fa8b9f53759
-Size (libusb1-3.2.0.tar.gz) = 105601 bytes
+BLAKE2s (libusb1-3.3.0.tar.gz) = dd9c06363a905003fd339ce94ea8368c7fe6f1300454a482278e82a70b1fc7c3
+SHA512 (libusb1-3.3.0.tar.gz) = 53cd68cfba77d221d328d998283fd62edacd549fa02de227d0b8bd1738c8a15c5d4b13da80f201014abe00c196c340f6274c571388dca4f3ff5112a80b16f94e
+Size (libusb1-3.3.0.tar.gz) = 107253 bytes
Home |
Main Index |
Thread Index |
Old Index