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: Sun Dec 29 09:06:42 UTC 2024
Modified Files:
pkgsrc/devel/py-libusb1: Makefile distinfo
Log Message:
py-libusb1: updated to 3.2.0
3.2.0
Add example for scanning the complete device tree
Fix CRLF problem.
testUSB1: fix python 3.13 support
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-libusb1/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-libusb1/Makefile:1.8
--- pkgsrc/devel/py-libusb1/Makefile:1.7 Mon Nov 11 07:28:14 2024
+++ pkgsrc/devel/py-libusb1/Makefile Sun Dec 29 09:06:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:28:14 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/29 09:06:42 adam Exp $
-DISTNAME= libusb1-3.1.0
+DISTNAME= libusb1-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/libusb1/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-libusb1/distinfo
diff -u pkgsrc/devel/py-libusb1/distinfo:1.6 pkgsrc/devel/py-libusb1/distinfo:1.7
--- pkgsrc/devel/py-libusb1/distinfo:1.6 Tue Nov 7 09:00:13 2023
+++ pkgsrc/devel/py-libusb1/distinfo Sun Dec 29 09:06:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/07 09:00:13 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/12/29 09:06:42 adam Exp $
-BLAKE2s (libusb1-3.1.0.tar.gz) = 601bce2dff611f1cc744b83fe3ab9f3080346bc796604b5d1fdc0906586d5f27
-SHA512 (libusb1-3.1.0.tar.gz) = 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99
-Size (libusb1-3.1.0.tar.gz) = 83013 bytes
+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
Home |
Main Index |
Thread Index |
Old Index