[arch-commits] Commit in python-oslo-concurrency/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 4 16:35:05 UTC 2020


    Date: Thursday, June 4, 2020 @ 16:35:04
  Author: felixonmars
Revision: 638969

archrelease: copy trunk to community-any

Added:
  python-oslo-concurrency/repos/community-any/PKGBUILD
    (from rev 638968, python-oslo-concurrency/trunk/PKGBUILD)
Deleted:
  python-oslo-concurrency/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 16:34:47 UTC (rev 638968)
+++ PKGBUILD	2020-06-04 16:35:04 UTC (rev 638969)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-concurrency
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
-         'python-fasteners')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 'python-eventlet')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz")
-sha512sums=('430c9bb91f29b5cff0e98056d964cf5ecb4c2fad8ccadbd38817d66c3a8b531e7428b550d98f6b9d686c227573c84c6a577a0e88373f01854bbbff4d12b83122')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.concurrency-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.concurrency-$pkgver
-  stestr run || : # "1 failure about raising rlimit"
-}
-
-package() {
-  cd oslo.concurrency-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 638968, python-oslo-concurrency/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 16:35:04 UTC (rev 638969)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-concurrency
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
+         'python-fasteners')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 'python-eventlet')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz")
+sha512sums=('ff869c7bcfa58c69ace0899bd498e6816e54539ea4d846f2f9d0aacdca32156253629f8b2783e5b280ac63ae2c9f3c8ece3c1332b8f4bad0353c8f0d3498570f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.concurrency-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.concurrency-$pkgver
+  stestr run || : # "1 failure about raising rlimit"
+}
+
+package() {
+  cd oslo.concurrency-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list