[arch-commits] Commit in python-osprofiler/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 23 20:04:45 UTC 2020


    Date: Thursday, July 23, 2020 @ 20:04:45
  Author: felixonmars
Revision: 665072

archrelease: copy trunk to community-any

Added:
  python-osprofiler/repos/community-any/PKGBUILD
    (from rev 665071, python-osprofiler/trunk/PKGBUILD)
Deleted:
  python-osprofiler/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-23 20:04:30 UTC (rev 665071)
+++ PKGBUILD	2020-07-23 20:04:45 UTC (rev 665072)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-osprofiler
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="OpenStack Profiler Library"
-arch=('any')
-url="https://docs.openstack.org/osprofiler/latest/"
-license=('Apache')
-depends=('python-netaddr' 'python-oslo-concurrency' 'python-oslo-serialization' 'python-oslo-utils'
-         'python-prettytable' 'python-requests' 'python-six' 'python-webob')
-checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 'python-jaeger-client'
-              'python-pymongo' 'python-redis' 'python-stestr')
-source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('466f27986ff4387bcfed4a69b1c465fda67ccc589deec70e25df34a1a70ee346c389a112bd51f6727c2c470b953eb759f66d93e90f0a072bea19186fcbc55156')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd osprofiler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd osprofiler-$pkgver
-  stestr run
-}
-
-package() {
-  cd osprofiler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-osprofiler/repos/community-any/PKGBUILD (from rev 665071, python-osprofiler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-23 20:04:45 UTC (rev 665072)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-osprofiler
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="OpenStack Profiler Library"
+arch=('any')
+url="https://docs.openstack.org/osprofiler/latest/"
+license=('Apache')
+depends=('python-netaddr' 'python-oslo-concurrency' 'python-oslo-serialization' 'python-oslo-utils'
+         'python-prettytable' 'python-requests' 'python-six' 'python-webob')
+checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 'python-jaeger-client'
+              'python-pymongo' 'python-redis' 'python-stestr')
+source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('68fa21397b572bbde303ebce7fd31a0d4e24074d43a3a000dc5e44e452216c54cbbc7820ec36f5e8ff560f84b4e9256dfab300a3f564437707972c3164d08f2f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd osprofiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd osprofiler-$pkgver
+  stestr run
+}
+
+package() {
+  cd osprofiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list