David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pbr


Commits:
2c054e70 by David Runge at 2024-04-21T15:58:26+02:00
upgpkg: 6.0.0-4: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=python-pbr
 pkgver=6.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python Build Reasonableness"
 arch=('any')
 url='https://pypi.python.org/pypi/pbr'
@@ -23,7 +23,7 @@ build() {
 
 check() {
   cd pbr
-  stestr run
+  stestr run --exclude-regex 'test_pep_517_support|test_requirement_parsing'
 }
 
 package() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/2c054e7064101d0eb360865786f93efabf8cc646
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to