Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pbr


Commits:
74a5698a by Jelle van der Waa at 2025-12-29T19:48:23+01:00
upgpkg: 7.0.3-3: Rebuild for Python 3.14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pbr
        pkgdesc = Python Build Reasonableness
        pkgver = 7.0.3
-       pkgrel = 2
+       pkgrel = 3
        url = https://pypi.python.org/pypi/pbr
        arch = any
        license = Apache-2.0


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=python-pbr
 pkgver=7.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python Build Reasonableness"
 arch=('any')
 url='https://pypi.python.org/pypi/pbr'
@@ -23,6 +23,8 @@ build() {
 
 check() {
   cd pbr
+  # HACK: work around error: could not lock config file /dev/null: Permission 
denied
+  export GIT_CONFIG_GLOBAL="$HOME/.gitconfig"
   # Exclude tests that require networking
   stestr run --exclude-regex 'test_pep_517_support|test_requirement_parsing'
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/74a5698ae1d6919fe0d37377861f099fc5c714e1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/74a5698ae1d6919fe0d37377861f099fc5c714e1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to