summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-10-06 21:13:46 -0400
committeracxz2021-10-06 21:13:46 -0400
commit4d1284dc37d9b251651ad209b4473801f95b0d08 (patch)
treedf33f7d0d657f92b9c61d85f7cc735816efa49ca
parent1c99fcd005dc9355bb46b68a7e0e797f0db054a8 (diff)
downloadaur-4d1284dc37d9b251651ad209b4473801f95b0d08.tar.gz
updpkg 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809e37ec9e9b..55831bd2fecf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.7.13
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/census-instrumentation/opencensus-python
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-opencensus
makedepends = python-setuptools
depends = python
depends = python-google-api-core
- source = python-opencensus-0.7.13.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.13.tar.gz
- sha256sums = 70ca7925666f6d25fc0b0d4c09274d5849a1da8b9b2ba1436be7d20225cc88c2
+ source = python-opencensus-0.8.0.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.8.0.tar.gz
+ sha256sums = 5242f3e64e41f514a2afaac8fa6b6be3225f7145758c753368a2932bf5eaad83
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index 904af346f790..4819adf49473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.7.13
+pkgver=0.8.0
pkgrel=1
pkgdesc='A stats collection and distributed tracing framework'
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('python' 'python-google-api-core')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v$pkgver.tar.gz")
-sha256sums=('70ca7925666f6d25fc0b0d4c09274d5849a1da8b9b2ba1436be7d20225cc88c2')
+sha256sums=('5242f3e64e41f514a2afaac8fa6b6be3225f7145758c753368a2932bf5eaad83')
_pkgname=opencensus-python