Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-oslo-log
Commits:
70bdb328 by Felix Yan at 2025-03-21T16:58:16+08:00
upgpkg: 7.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-oslo-log
pkgdesc = Oslo Logging Library
- pkgver = 6.2.0
+ pkgver = 7.0.0
pkgrel = 1
- url = https://pypi.python.org/pypi/oslo.log/6.2.0
+ url = https://pypi.python.org/pypi/oslo.log/7.0.0
arch = any
license = Apache
checkdepends = python-stestr
@@ -20,7 +20,7 @@ pkgbase = python-oslo-log
depends = python-debtcollector
depends = python-pyinotify
depends = python-dateutil
- source =
git+https://github.com/openstack/oslo.log.git#commit=76b50be7b1e280af2ec2e67574cf2496af0d54b7
- sha512sums =
9b4903dcb9d83fd89bee652065aba7941d777ffe2ad855be2b51ad49370e097acee42915d861e70c2e0ebdb4e07d4ff8986a0d516e111b5fff130fdd7756bb3b
+ source = git+https://github.com/openstack/oslo.log.git#tag=7.0.0
+ sha512sums =
59f0a185fd046ad3caa2d6370abe71971b6277fe077b4aee2cbdd6502f6a8422685cfd6a929c22896b28d3949fc5682ef008d5b85cf8cc172fb3ed3ac36ec5da
pkgname = python-oslo-log
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,7 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-oslo-log
-pkgver=6.2.0
-_commit=76b50be7b1e280af2ec2e67574cf2496af0d54b7
+pkgver=7.0.0
pkgrel=1
pkgdesc="Oslo Logging Library"
arch=('any')
@@ -14,8 +13,8 @@ depends=('python-pbr' 'python-oslo-config'
'python-oslo-context' 'python-oslo-i1
'python-dateutil')
makedepends=('git' 'python-setuptools')
checkdepends=('python-stestr' 'python-testtools' 'python-oslotest'
'python-eventlet')
-source=("git+https://github.com/openstack/oslo.log.git#commit=$_commit")
-sha512sums=('9b4903dcb9d83fd89bee652065aba7941d777ffe2ad855be2b51ad49370e097acee42915d861e70c2e0ebdb4e07d4ff8986a0d516e111b5fff130fdd7756bb3b')
+source=("git+https://github.com/openstack/oslo.log.git#tag=$pkgver")
+sha512sums=('59f0a185fd046ad3caa2d6370abe71971b6277fe077b4aee2cbdd6502f6a8422685cfd6a929c22896b28d3949fc5682ef008d5b85cf8cc172fb3ed3ac36ec5da')
build() {
cd oslo.log
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-log/-/commit/70bdb328da0acba52ea37a08fe747bc35cce6b9f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-log/-/commit/70bdb328da0acba52ea37a08fe747bc35cce6b9f
You're receiving this email because of your account on gitlab.archlinux.org.