Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-libusb1
Commits:
66e70597 by Antonio Rojas at 2025-03-24T23:09:57+01:00
upgpkg: 3.3.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-libusb1
pkgdesc = Python ctype-based wrapper around libusb1
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/vpelletier/python-libusb1
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-libusb1
makedepends = python-wheel
depends = python
depends = libusb
- source =
python-libusb1-3.3.0.tar.gz::https://github.com/vpelletier/python-libusb1/archive/3.3.0.tar.gz
- sha512sums =
1c911d67a209052f682f329119149a4d92afc4aefef70d6bb80d90384a8294ade153bacc9f656ba05710b34c20c6929184187ee881e910271182ae917e1f3c62
+ source =
python-libusb1-3.3.1.tar.gz::https://github.com/vpelletier/python-libusb1/archive/3.3.1.tar.gz
+ sha512sums =
e088730358287b7ca092165105d6ae796f8f130dce3af41b5c7b9df0a271dfdcee2d1a6d7a273fb95cdfe683d9d850d4da7a96ca51061d0f5ac321d3c276df73
pkgname = python-libusb1
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkgname=libusb1
pkgname=python-$_pkgname
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc='Python ctype-based wrapper around libusb1'
arch=('any')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('python' 'libusb')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1c911d67a209052f682f329119149a4d92afc4aefef70d6bb80d90384a8294ade153bacc9f656ba05710b34c20c6929184187ee881e910271182ae917e1f3c62')
+sha512sums=('e088730358287b7ca092165105d6ae796f8f130dce3af41b5c7b9df0a271dfdcee2d1a6d7a273fb95cdfe683d9d850d4da7a96ca51061d0f5ac321d3c276df73')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libusb1/-/commit/66e70597e9f614eb4d1e48dd76eaa6331a635a58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libusb1/-/commit/66e70597e9f614eb4d1e48dd76eaa6331a635a58
You're receiving this email because of your account on gitlab.archlinux.org.