summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-02-28 13:43:08 -0600
committeracxz2023-02-28 13:43:08 -0600
commit4793f1c6860cd7d1bc2d696b382c8d296946ce88 (patch)
tree0ca3889744c837cb7b0bff01a47e18a8460e66a5
parent8b2faab577771c7db3b32f4bde8ac0bd808ba0e3 (diff)
downloadaur-4793f1c6860cd7d1bc2d696b382c8d296946ce88.tar.gz
upgpkg: python-opencensus 0.11.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e428b89ff23..12e50b6a1f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.11.0
+ pkgver = 0.11.1
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.0.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.0.tar.gz
- sha256sums = cfd79033694ce0490d0bc2fb66f1cf0cdf859069d090c28e529f99f260371c39
+ source = python-opencensus-0.11.1.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.11.1.tar.gz
+ sha256sums = a18253207569e308a35f31f6837872181b436807da8e717d8206669b1091b177
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index 20cd0a4c21ce..33c0011b2e9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.11.0
+pkgver=0.11.1
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=('cfd79033694ce0490d0bc2fb66f1cf0cdf859069d090c28e529f99f260371c39')
+sha256sums=('a18253207569e308a35f31f6837872181b436807da8e717d8206669b1091b177')
_pkgname=opencensus-python