Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ldap
Commits:
f85d98e9 by Antonio Rojas at 2025-12-27T20:53:34+01:00
upgpkg: 3.4.4-4: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ldap
pkgdesc = LDAP client API for Python
pkgver = 3.4.4
- pkgrel = 3
+ pkgrel = 4
url = https://python-ldap.readthedocs.io/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-ldap
pkgver=3.4.4
-pkgrel=3
+pkgrel=4
pkgdesc="LDAP client API for Python"
url="https://python-ldap.readthedocs.io/"
arch=('x86_64')
@@ -32,7 +32,7 @@ check(){
cd "$pkgbase-$pkgbase-$pkgver"
local python_version=$(python -c 'import sys; print("".join(map(str,
sys.version_info[:2])))')
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" pytest .
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" pytest .
-W ignore::ResourceWarning
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ldap/-/commit/f85d98e9714094a376911c77ed40eb72edd50199
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ldap/-/commit/f85d98e9714094a376911c77ed40eb72edd50199
You're receiving this email because of your account on gitlab.archlinux.org.