[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 13:06:24 UTC 2022
Date: Saturday, September 10, 2022 @ 13:06:24
Author: felixonmars
Revision: 1298919
archrelease: copy trunk to community-any
Added:
python-oslo-utils/repos/community-any/PKGBUILD
(from rev 1298918, python-oslo-utils/trunk/PKGBUILD)
Deleted:
python-oslo-utils/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 13:06:12 UTC (rev 1298918)
+++ PKGBUILD 2022-09-10 13:06:24 UTC (rev 1298919)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-utils
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver"
-license=('Apache')
-depends=('python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' 'python-netaddr'
- 'python-netifaces' 'python-debtcollector' 'python-pyparsing' 'python-packaging')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
-source=("https://github.com/openstack/oslo.utils/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7dc869078e3bfca4e4a8f68885c8a35d0cd5bc67457b1b0bc28ecc9293b0526331e7e521d05da2b14b122eaf13b6fca5201b67612435fa947999d2d1ffbf5c4a')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslo.utils-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslo.utils-$pkgver
- stestr run
-}
-
-package() {
- cd oslo.utils-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 1298918, python-oslo-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 13:06:24 UTC (rev 1298919)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-utils
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver"
+license=('Apache')
+depends=('python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' 'python-netaddr'
+ 'python-netifaces' 'python-debtcollector' 'python-pyparsing' 'python-packaging')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
+source=("https://github.com/openstack/oslo.utils/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('7a21d3b341794ff5378660b05276c807add1414d00e1fe8feebc8811da2fdf722bbcb4a91a7dad330c435b7ad8bc57978de018b1a31aaee4de9984fa6946f6ef')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd oslo.utils-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd oslo.utils-$pkgver
+ stestr run
+}
+
+package() {
+ cd oslo.utils-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list