Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-oslo-context
Commits:
bf7f8fa3 by Felix Yan at 2025-03-21T17:00:41+08:00
upgpkg: 5.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-oslo-context
pkgdesc = OpenStack Context library
- pkgver = 5.7.0
+ pkgver = 5.7.1
pkgrel = 1
- url = https://pypi.python.org/pypi/oslo.context/5.7.0
+ url = https://pypi.python.org/pypi/oslo.context/5.7.1
arch = any
license = Apache
checkdepends = python-oslotest
@@ -11,7 +11,7 @@ pkgbase = python-oslo-context
makedepends = python-setuptools
depends = python-pbr
depends = python-debtcollector
- source = git+https://github.com/openstack/oslo.context.git#tag=5.7.0
- sha512sums =
2fd7b5cfb084e77c64a1e06e23f3fab82c3e7949c0c4fb10d2432bd07b8a3a478a7e80135920d34cd2442218b4fd28aaacffb217bf5acf24aa1aa9cddd5be114
+ source = git+https://github.com/openstack/oslo.context.git#tag=5.7.1
+ sha512sums =
6a32dd308789dd991c9cf8d9ecbf7acdecb61ddb830c5a12685f475359b9444d2c6c6741baf4b1549c9ec1112825b162bfd94aa423ac5ad361332bae2bfb2205
pkgname = python-oslo-context
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-oslo-context
-pkgver=5.7.0
+pkgver=5.7.1
pkgrel=1
pkgdesc="OpenStack Context library"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-pbr' 'python-debtcollector')
makedepends=('git' 'python-setuptools')
checkdepends=('python-oslotest' 'python-stestr')
source=("git+https://github.com/openstack/oslo.context.git#tag=$pkgver")
-sha512sums=('2fd7b5cfb084e77c64a1e06e23f3fab82c3e7949c0c4fb10d2432bd07b8a3a478a7e80135920d34cd2442218b4fd28aaacffb217bf5acf24aa1aa9cddd5be114')
+sha512sums=('6a32dd308789dd991c9cf8d9ecbf7acdecb61ddb830c5a12685f475359b9444d2c6c6741baf4b1549c9ec1112825b162bfd94aa423ac5ad361332bae2bfb2205')
build() {
cd oslo.context
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-context/-/commit/bf7f8fa38cd7da130afe8edeb0fb7cc855676917
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-context/-/commit/bf7f8fa38cd7da130afe8edeb0fb7cc855676917
You're receiving this email because of your account on gitlab.archlinux.org.