Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-oslo-i18n
Commits:
8899b0b7 by Felix Yan at 2024-10-22T01:35:22+03:00
upgpkg: 6.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-oslo-i18n
pkgdesc = Oslo i18n library
- pkgver = 6.3.0
- pkgrel = 2
- url = https://pypi.python.org/pypi/oslo.i18n/6.3.0
+ pkgver = 6.4.0
+ pkgrel = 1
+ url = https://pypi.python.org/pypi/oslo.i18n/6.4.0
arch = any
license = Apache
checkdepends = python-stestr
@@ -12,9 +12,9 @@ pkgbase = python-oslo-i18n
makedepends = git
makedepends = python-setuptools
depends = python-pbr
- source =
git+https://github.com/openstack/oslo.i18n.git#commit=0531fb289588056e583ab47c9677e5405df58b8e
+ source = git+https://github.com/openstack/oslo.i18n.git#tag=6.4.0
source = fix-tests-extra-warning.patch
- sha512sums =
9c4cf972e073316c064ee40c86d2d9990d87a89e05da40839d8ec9531b764cc2fc2a365a2d7a27212477f7d24a45574a007017a98f65254645239155cf055a5c
+ sha512sums =
bb073c0dd7514f5459e35e38802ecfb69598242bf3df7a3c951c650249f26daa12f68275c7643c87d52ad6078f3e22c37999d99cc840c49c014c59a9c376a0f4
sha512sums =
445b03985fafef0e4db856afe54772bb8b23b328f0a0166277c5aba9e899e2c6596737c45c11f0581fa3093853048134eac1c894227e88be463a4d0affe849e8
pkgname = python-oslo-i18n
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,8 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-oslo-i18n
-pkgver=6.3.0
-_commit=0531fb289588056e583ab47c9677e5405df58b8e
-pkgrel=2
+pkgver=6.4.0
+pkgrel=1
pkgdesc="Oslo i18n library"
arch=('any')
url="https://pypi.python.org/pypi/oslo.i18n/$pkgver"
@@ -12,9 +11,9 @@ license=('Apache')
depends=('python-pbr')
makedepends=('git' 'python-setuptools')
checkdepends=('python-stestr' 'python-oslotest' 'python-testscenarios'
'python-oslo-config')
-source=("git+https://github.com/openstack/oslo.i18n.git#commit=$_commit"
+source=("git+https://github.com/openstack/oslo.i18n.git#tag=$pkgver"
"fix-tests-extra-warning.patch")
-sha512sums=('9c4cf972e073316c064ee40c86d2d9990d87a89e05da40839d8ec9531b764cc2fc2a365a2d7a27212477f7d24a45574a007017a98f65254645239155cf055a5c'
+sha512sums=('bb073c0dd7514f5459e35e38802ecfb69598242bf3df7a3c951c650249f26daa12f68275c7643c87d52ad6078f3e22c37999d99cc840c49c014c59a9c376a0f4'
'445b03985fafef0e4db856afe54772bb8b23b328f0a0166277c5aba9e899e2c6596737c45c11f0581fa3093853048134eac1c894227e88be463a4d0affe849e8')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-i18n/-/commit/8899b0b7b1d18d8af61c333e2d530602b0a477e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-oslo-i18n/-/commit/8899b0b7b1d18d8af61c333e2d530602b0a477e2
You're receiving this email because of your account on gitlab.archlinux.org.