Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pbr
Commits:
dc8263ae by Felix Yan at 2025-03-21T16:53:04+08:00
upgpkg: 6.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
pkgbase = python-pbr
pkgdesc = Python Build Reasonableness
- pkgver = 6.1.0
- pkgrel = 2
+ pkgver = 6.1.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/pbr
arch = any
license = Apache-2.0
- checkdepends = python-six
checkdepends = python-stestr
checkdepends = python-testresources
checkdepends = python-testscenarios
@@ -16,10 +15,8 @@ pkgbase = python-pbr
makedepends = git
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
- makedepends = python-wheel
- depends = python
- source = git+https://github.com/openstack-dev/pbr.git#tag=6.1.0
- sha512sums =
6f5886136fa92d5360ae51eeaf0e0708d9e5cb26259dcac06215e02ec19652c0f2d65785493b978d4315268dd6c3b87b6c8c2c012add3af586f4d661fbb316a2
+ depends = python-setuptools
+ source = git+https://github.com/openstack-dev/pbr.git#tag=6.1.1
+ sha512sums =
3ce975899f4022ac0ec50fa8a68f5f87f52b5dc2312954845e652ec5ea4cc6bdd2987ffe512b5ecd77c7bf230ebdd9b4e497c8114b3ad03cdda2f5e0d340e37c
pkgname = python-pbr
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
# Contributor: Limao Luo <[email protected]>
pkgname=python-pbr
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.1.1
+pkgrel=1
pkgdesc="Python Build Reasonableness"
arch=('any')
url='https://pypi.python.org/pypi/pbr'
license=('Apache-2.0')
-depends=('python')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-checkdepends=('python-six' 'python-stestr' 'python-testresources'
'python-testscenarios'
+depends=('python-setuptools')
+makedepends=('git' 'python-build' 'python-installer')
+checkdepends=('python-stestr' 'python-testresources' 'python-testscenarios'
'python-testtools' 'python-virtualenv' 'python-sphinx'
'python-testrepository')
source=("git+https://github.com/openstack-dev/pbr.git#tag=$pkgver")
-sha512sums=('6f5886136fa92d5360ae51eeaf0e0708d9e5cb26259dcac06215e02ec19652c0f2d65785493b978d4315268dd6c3b87b6c8c2c012add3af586f4d661fbb316a2')
+sha512sums=('3ce975899f4022ac0ec50fa8a68f5f87f52b5dc2312954845e652ec5ea4cc6bdd2987ffe512b5ecd77c7bf230ebdd9b4e497c8114b3ad03cdda2f5e0d340e37c')
build() {
cd pbr
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/dc8263aeeaac903d5776e5d8d20430c54de6887d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/dc8263aeeaac903d5776e5d8d20430c54de6887d
You're receiving this email because of your account on gitlab.archlinux.org.