summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-02 17:54:08 -0500
committerAndrew Sun2019-03-02 17:54:08 -0500
commit58293e0d61be8ab6930cc63aac355cc5607662f9 (patch)
treef35c8f01f97fdf69810b8d337ee7705abcac2347
parent9c999d0758a88a4c3e9f01d1d36b8867817eed1d (diff)
downloadaur-58293e0d61be8ab6930cc63aac355cc5607662f9.tar.gz
python-globus-sdk: update to 1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0361e2908a72..6723cae7693c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-globus-sdk
pkgdesc = This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API.
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-globus-sdk
depends = python-six
depends = python-requests
depends = python-pyjwt
- source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-1.7.0.tar.gz
- sha256sums = b8adcbe355c2baf610e9f5751967d7e910fa48604b39d6d2f083750a7a805a64
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-1.7.1.tar.gz
+ sha256sums = d96f7ed1887c8f55f2bc8d493cd8ec73ff9f3361f0a134203e34e2e57bedd964
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 96d2e672112e..3121fb82a2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API."
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/globus/globus-sdk-python"
license=('Apache')
depends=('python' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('b8adcbe355c2baf610e9f5751967d7e910fa48604b39d6d2f083750a7a805a64')
+sha256sums=('d96f7ed1887c8f55f2bc8d493cd8ec73ff9f3361f0a134203e34e2e57bedd964')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"