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

2020-09-11 Thread Felix Yan via arch-commits
Date: Friday, September 11, 2020 @ 23:41:21
  Author: felixonmars
Revision: 702920

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-11 23:41:12 UTC (rev 702919)
+++ PKGBUILD2020-09-11 23:41:21 UTC (rev 702920)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-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
-}

Copied: python-osprofiler/repos/community-any/PKGBUILD (from rev 702919, 
python-osprofiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-11 23:41:21 UTC (rev 702920)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-osprofiler
+pkgver=3.4.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=('dbe8f0a924e2ac2b59c657b201c0451419a6212fa091e6f50cef660d3ce5beef6e5477be698a3164eb57535f02ee9b5208aed64227ad82b7bbc3167cd31c2877')
+
+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
+}


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

2020-07-23 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-07-23 20:04:30 UTC (rev 665071)
+++ PKGBUILD2020-07-23 20:04:45 UTC (rev 665072)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2020-07-23 20:04:45 UTC (rev 665072)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2020-06-29 Thread Felix Yan via arch-commits
Date: Monday, June 29, 2020 @ 18:33:08
  Author: felixonmars
Revision: 656414

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-29 18:32:58 UTC (rev 656413)
+++ PKGBUILD2020-06-29 18:33:08 UTC (rev 656414)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-osprofiler
-pkgver=3.2.1
-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=('b68922e63571c02903bb2a961e2159635b3a4c003a01649466abe3aa6f034ad0e2a777e6d02863d1d7b5343c5c562bdfdc6fa57bb7bfe7ab650ff931e6aa77a1')
-
-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 656413, 
python-osprofiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-29 18:33:08 UTC (rev 656414)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+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
+}