summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-07-05 20:28:24 -0400
committeracxz2022-07-05 20:28:24 -0400
commit6b387fe81dcebe96f4ea246c38e09d0e06514162 (patch)
tree5c732fe541feaa318c3b0484fb520b531d0941c8
parent8e05f4d475d53b6500e63843b3cc5919ddcd27ba (diff)
downloadaur-6b387fe81dcebe96f4ea246c38e09d0e06514162.tar.gz
upgpkg: python-opencensus 0.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc61b32fd8e..3e503e9b5a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.9.0
+ pkgver = 0.10.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.9.0.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.9.0.tar.gz
- sha256sums = 6315d6a258ea4b9af950811df1e4e30e8aa42f011775782d315e791738ff1022
+ source = python-opencensus-0.10.0.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.10.0.tar.gz
+ sha256sums = 77564ff81bfaef60beec43b810b624c0799a9213c4d1cdad4c7ae95e875a4348
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index da8cea715691..1939c459b220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.9.0
+pkgver=0.10.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=('6315d6a258ea4b9af950811df1e4e30e8aa42f011775782d315e791738ff1022')
+sha256sums=('77564ff81bfaef60beec43b810b624c0799a9213c4d1cdad4c7ae95e875a4348')
_pkgname=opencensus-python