summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-03-11 12:15:11 -0600
committeracxz2023-03-11 12:15:11 -0600
commitfac692e442927ad8507f96a6532b6461e5135bf3 (patch)
tree625097a9c82ee0c2ad72ba5f04deba990b217426
parent4793f1c6860cd7d1bc2d696b382c8d296946ce88 (diff)
downloadaur-fac692e442927ad8507f96a6532b6461e5135bf3.tar.gz
upgpkg: python-opencensus 0.11.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e50b6a1f19..67acd5b8fef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.11.1
+ pkgver = 0.11.2
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.11.1.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.1.tar.gz
- sha256sums = a18253207569e308a35f31f6837872181b436807da8e717d8206669b1091b177
+ source = python-opencensus-0.11.2.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.2.tar.gz
+ sha256sums = 3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index 33c0011b2e9e..ccb921aa4722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.11.1
+pkgver=0.11.2
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=('a18253207569e308a35f31f6837872181b436807da8e717d8206669b1091b177')
+sha256sums=('3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384')
_pkgname=opencensus-python