summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2022-01-04 13:37:16 +0800
committerpallxk2022-01-04 13:37:16 +0800
commit2b5ef341b0dc92e338de11658ac89e2899fd9cb5 (patch)
tree325d6f5b2383e4f4af09e208f3f11376395dd457
parent75978d6f4c714ac09f1e0ecbea0618725537de43 (diff)
downloadaur-python-msrest.tar.gz
0.6.21
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8941e49c1d73..e2ae246a0e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.6.18
+ pkgver = 0.6.21
pkgrel = 1
url = https://github.com/Azure/msrest-for-python
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-msrest
makedepends = python-setuptools
depends = python-isodate
depends = python-requests-oauthlib
- source = https://github.com/Azure/msrest-for-python/archive/v0.6.18.tar.gz
- sha256sums = 34cf5a6520a8512459a9dd1bce36dd87767db07d7325237f3e2b2feef74669ee
+ source = https://github.com/Azure/msrest-for-python/archive/v0.6.21.tar.gz
+ sha256sums = a05696317c836d073597510ca875e756433406fa38f4fb360527d91a7b753442
pkgname = python-msrest
-
diff --git a/PKGBUILD b/PKGBUILD
index 79825fbe83ba..cce367bda474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Zimmermann <luk.zim91 at gmail dot com>
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
-pkgver=0.6.18
+pkgver=0.6.21
pkgrel=1
pkgdesc='The runtime library for AutoRest generated Python clients.'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-isodate' 'python-requests-oauthlib')
makedepends=('python-setuptools')
source=("https://github.com/Azure/msrest-for-python/archive/v${pkgver}.tar.gz")
-sha256sums=('34cf5a6520a8512459a9dd1bce36dd87767db07d7325237f3e2b2feef74669ee')
+sha256sums=('a05696317c836d073597510ca875e756433406fa38f4fb360527d91a7b753442')
build() {
cd "msrest-for-python-${pkgver}"