Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-oslo-concurrency
Commits:
e9a9fb36 by Felix Yan at 2025-03-21T17:03:00+08:00
upgpkg: 6.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-oslo-concurrency
pkgdesc = OpenStack library for all concurrency-related code
- pkgver = 6.0.0
- pkgrel = 3
- url = https://pypi.python.org/pypi/oslo.concurrency/6.0.0
+ pkgver = 6.1.0
+ pkgrel = 1
+ url = https://pypi.python.org/pypi/oslo.concurrency/6.1.0
arch = any
license = Apache
checkdepends = python-oslotest
@@ -15,7 +15,7 @@ pkgbase = python-oslo-concurrency
depends = python-oslo-i18n
depends = python-oslo-utils
depends = python-fasteners
- source =
git+https://github.com/openstack/oslo.concurrency.git#commit=53709baa928baad9845bf9f7a20f36284bebe091
- sha512sums =
dcd4cf42293255b08c2d3011155756fe3f9d55d3734b7e4ea63e737a83acf202ea5fbded0342b7cfc179445f0c08c9c4428f98ad30b43434aca8bea5c4913338
+ source = git+https://github.com/openstack/oslo.concurrency.git#tag=6.1.0
+ sha512sums =
0fde5e1c97ed4c156ea16d025d6a605e39854860012eff7d79a573128f962b7921aff04aa8c01283bab2ac48443177d46081e234d7e6fcd0fc0175aea782e082
pkgname = python-oslo-concurrency
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,8 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-oslo-concurrency
-pkgver=6.0.0
-_commit=53709baa928baad9845bf9f7a20f36284bebe091
-pkgrel=3
+pkgver=6.1.0
+pkgrel=1
pkgdesc="OpenStack library for all concurrency-related code"
arch=('any')
url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
@@ -13,8 +12,8 @@ depends=('python-pbr' 'python-oslo-config' 'python-oslo-i18n'
'python-oslo-utils
'python-fasteners')
makedepends=('git' 'python-setuptools')
checkdepends=('python-oslotest' 'python-stestr' 'python-eventlet')
-source=("git+https://github.com/openstack/oslo.concurrency.git#commit=$_commit")
-sha512sums=('dcd4cf42293255b08c2d3011155756fe3f9d55d3734b7e4ea63e737a83acf202ea5fbded0342b7cfc179445f0c08c9c4428f98ad30b43434aca8bea5c4913338')
+source=("git+https://github.com/openstack/oslo.concurrency.git#tag=$pkgver")
+sha512sums=('0fde5e1c97ed4c156ea16d025d6a605e39854860012eff7d79a573128f962b7921aff04aa8c01283bab2ac48443177d46081e234d7e6fcd0fc0175aea782e082')
build() {
cd oslo.concurrency
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-concurrency/-/commit/e9a9fb36b81a0368250fb684e6c306cc8195f2c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-concurrency/-/commit/e9a9fb36b81a0368250fb684e6c306cc8195f2c7
You're receiving this email because of your account on gitlab.archlinux.org.