summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-09-24 20:43:06 -0500
committeracxz2023-09-24 20:43:06 -0500
commitb12a8a2ff54c489f964a6ee3d5e8f3953d675df3 (patch)
tree66e04b86378abd4a1f5e98621902be9b3faec281
parentfac692e442927ad8507f96a6532b6461e5135bf3 (diff)
downloadaur-b12a8a2ff54c489f964a6ee3d5e8f3953d675df3.tar.gz
upgpkg: python-opencensus 0.11.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67acd5b8fef0..a43c283f9a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.11.2
+ pkgver = 0.11.3
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.2.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.2.tar.gz
- sha256sums = 3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384
+ source = python-opencensus-0.11.3.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.3.tar.gz
+ sha256sums = 495f9aa7e49cfff040f5fb7d02370362ba85fcc1aa9c28c659565d63f50ed728
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index ccb921aa4722..47bbf44d34cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.11.2
+pkgver=0.11.3
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=('3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384')
+sha256sums=('495f9aa7e49cfff040f5fb7d02370362ba85fcc1aa9c28c659565d63f50ed728')
_pkgname=opencensus-python