summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-06-13 00:37:06 -0400
committeracxz2021-06-13 00:37:06 -0400
commit1c99fcd005dc9355bb46b68a7e0e797f0db054a8 (patch)
treef9534764f5e1a6593680fd05adf75a3e0eb71cf0
parentd7ed89a81765554135b2b62574a3efe901f8b89b (diff)
downloadaur-1c99fcd005dc9355bb46b68a7e0e797f0db054a8.tar.gz
updpkg 0.7.13
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26fc6f3869ce..809e37ec9e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.7.12
+ pkgver = 0.7.13
pkgrel = 1
url = https://github.com/census-instrumentation/opencensus-python
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-opencensus
makedepends = python-setuptools
depends = python
depends = python-google-api-core
- source = python-opencensus-0.7.12.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.12.tar.gz
- sha256sums = 9cc162037bff19b46e65a394b67ac9821ea9b86fed6d7371f5365e538418a8b8
+ source = python-opencensus-0.7.13.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.13.tar.gz
+ sha256sums = 70ca7925666f6d25fc0b0d4c09274d5849a1da8b9b2ba1436be7d20225cc88c2
pkgname = python-opencensus
-
diff --git a/PKGBUILD b/PKGBUILD
index cd68aeff10bb..904af346f790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.7.12
+pkgver=0.7.13
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=('9cc162037bff19b46e65a394b67ac9821ea9b86fed6d7371f5365e538418a8b8')
+sha256sums=('70ca7925666f6d25fc0b0d4c09274d5849a1da8b9b2ba1436be7d20225cc88c2')
_pkgname=opencensus-python