Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyudev
Commits:
7cbec10c by Antonio Rojas at 2026-02-11T22:50:03+01:00
upgpkg: 0.24.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyudev
pkgdesc = Python bindings to libudev
- pkgver = 0.24.3
- pkgrel = 3
+ pkgver = 0.24.4
+ pkgrel = 1
url = https://github.com/pyudev/pyudev
arch = any
license = LGPL-2.1-or-later
@@ -15,9 +15,8 @@ pkgbase = python-pyudev
makedepends = python-wheel
makedepends = python-sphinx
depends = systemd
- optdepends = python-pyqt5: PyQt integration
optdepends = python-wxpython: WX integration
- source =
pyudev-0.24.3.tar.gz::https://github.com/pyudev/pyudev/archive/v0.24.3.tar.gz
- sha512sums =
9075437f6fdba0fc1921e252c0a49e1a5eeed8c5cf598856a32aa9f9fcb8885dc0727258d2965241b2e044acfdf70561d5aa3f1380b84e013afc7cb8dcbfce2b
+ source =
pyudev-0.24.4.tar.gz::https://github.com/pyudev/pyudev/archive/v0.24.4.tar.gz
+ sha512sums =
d0edd89a9b024fd166d6286920a37baac5a739f89101a6d7c4dca3dad0b6d8d4a61e93c0ef1ca3795a677558579bdfecf49a5d5b61837345eed90a31fed4aa20
pkgname = python-pyudev
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_pkgname=pyudev
pkgname=python-$_pkgname
-pkgver=0.24.3
-pkgrel=3
+pkgver=0.24.4
+pkgrel=1
arch=('any')
url='https://github.com/pyudev/pyudev'
license=('LGPL-2.1-or-later')
@@ -15,10 +15,9 @@ pkgdesc='Python bindings to libudev'
depends=('systemd')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel' 'python-sphinx')
checkdepends=('python-pytest' 'python-docutils' 'python-hypothesis'
'python-pip')
-optdepends=('python-pyqt5: PyQt integration'
- 'python-wxpython: WX integration')
+optdepends=('python-wxpython: WX integration')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9075437f6fdba0fc1921e252c0a49e1a5eeed8c5cf598856a32aa9f9fcb8885dc0727258d2965241b2e044acfdf70561d5aa3f1380b84e013afc7cb8dcbfce2b')
+sha512sums=('d0edd89a9b024fd166d6286920a37baac5a739f89101a6d7c4dca3dad0b6d8d4a61e93c0ef1ca3795a677558579bdfecf49a5d5b61837345eed90a31fed4aa20')
prepare() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/7cbec10c0b5ea3b564b810593e1e73ae2b19f5ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/7cbec10c0b5ea3b564b810593e1e73ae2b19f5ae
You're receiving this email because of your account on gitlab.archlinux.org.