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:           Wed May 20 06:20:24 UTC 2026

Modified Files:
        pkgsrc/devel/py-libusb1: Makefile distinfo

Log Message:
py-libusb1: updated to 3.4.0

3.4.0

Resolve a python 3.14 deprecation warning about packed ctypes structs.
Bundle libusb1 dll 1.0.29 in Windows wheels.
Fix a licence inconsistency: the old pypi classifier was refering to the LGPL2+ instead of the LGPL2.1+


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-libusb1/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/py-libusb1/Makefile:1.11
--- pkgsrc/devel/py-libusb1/Makefile:1.10       Sat Apr 12 11:27:07 2025
+++ pkgsrc/devel/py-libusb1/Makefile    Wed May 20 06:20:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/04/12 11:27:07 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/05/20 06:20:23 adam Exp $
 
-DISTNAME=      libusb1-3.3.1
+DISTNAME=      libusb1-3.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libusb1/}
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=l/libu
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/vpelletier/python-libusb1
 COMMENT=       Python ctype-based wrapper around libusb1
-LICENSE=       gnu-lgpl-v2
+LICENSE=       gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 

Index: pkgsrc/devel/py-libusb1/distinfo
diff -u pkgsrc/devel/py-libusb1/distinfo:1.9 pkgsrc/devel/py-libusb1/distinfo:1.10
--- pkgsrc/devel/py-libusb1/distinfo:1.9        Sat Apr 12 11:27:07 2025
+++ pkgsrc/devel/py-libusb1/distinfo    Wed May 20 06:20:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/04/12 11:27:07 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/05/20 06:20:23 adam Exp $
 
-BLAKE2s (libusb1-3.3.1.tar.gz) = d7f30c24eb9cfc73144c701619a042b14947ff4064de3678bccf62931e983b9c
-SHA512 (libusb1-3.3.1.tar.gz) = a565130a81751b5927bb5c9023e3236314bbf9fbc5c3bbdd7ae21f45197bb545ad189af034e9f187ffe626659d2bf65a5ecb9d323c99837fbae0a7ff0dac99ce
-Size (libusb1-3.3.1.tar.gz) = 107600 bytes
+BLAKE2s (libusb1-3.4.0.tar.gz) = 97d00b525aa26a9992a757d0dcb245f32904c1ad3258a48363f3aa369f336981
+SHA512 (libusb1-3.4.0.tar.gz) = d8a66a08f9737aa071d083efa7a41d52093e5efe7997e29df84552a70b201e034b16c8646f1647128092b8d6063a7ad020b1a49ad3f895cd2c102d76e3268bc8
+Size (libusb1-3.4.0.tar.gz) = 91206 bytes



Home | Main Index | Thread Index | Old Index