[arch-commits] Commit in python-oslo-context/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Dec 20 02:11:34 UTC 2021
Date: Monday, December 20, 2021 @ 02:11:34
Author: felixonmars
Revision: 1079261
archrelease: copy trunk to community-any
Added:
python-oslo-context/repos/community-any/PKGBUILD
(from rev 1079260, python-oslo-context/trunk/PKGBUILD)
Deleted:
python-oslo-context/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 02:11:26 UTC (rev 1079260)
+++ PKGBUILD 2021-12-20 02:11:34 UTC (rev 1079261)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-context
-pkgver=3.3.2
-pkgrel=3
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver"
-license=('Apache')
-depends=('python-pbr' 'python-debtcollector')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz")
-sha512sums=('2247509b570519d2ca403c0f318114249a6db9ff1b44e37f832c4281e0cc2c0f9578b4538a78bf0b12a362daf04b68143ac368e45af65f609dde34f73ba6aae4')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslo.context-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslo.context-$pkgver
- stestr run
-}
-
-package() {
- cd oslo.context-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslo-context/repos/community-any/PKGBUILD (from rev 1079260, python-oslo-context/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-20 02:11:34 UTC (rev 1079261)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-context
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver"
+license=('Apache')
+depends=('python-pbr' 'python-debtcollector')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz")
+sha512sums=('5d4ccf25bf06abe0c62f6082f19c49b74212c0f813cf147b38734b0d0fee1af4eec193b1761ff4b1c813087f701439f316e57948f89aadbf14d5ae7ada8964e2')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd oslo.context-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd oslo.context-$pkgver
+ stestr run
+}
+
+package() {
+ cd oslo.context-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list