summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-01-25 18:59:27 -0500
committerAndrew Sun2022-01-25 18:59:27 -0500
commitf20c5dee35fbf759057d33ad7b8ecea81606a38f (patch)
tree6ae705789a7c3d65ddbdde9eeaa594b83646fe82
parent0f0e8850a79a9d3b29ac5ced52d5deac9bbbb6ab (diff)
downloadaur-f20c5dee35fbf759057d33ad7b8ecea81606a38f.tar.gz
3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacf0eb9fdc9..213bd64099ba 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 = 3.2.1
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -9,7 +9,7 @@ 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-3.2.1.tar.gz
- sha256sums = 8458de9ab0ac2296b1e27c715d565767c634aa95021ef133d90c5d95d3f64785
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.3.1.tar.gz
+ sha256sums = 7029c130c5231fd14d376c189e44148750d874e5892e6626645c9293aebd1f78
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 5f0ee37288a8..381e91d7f53e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.2.1
+pkgver=3.3.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-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('8458de9ab0ac2296b1e27c715d565767c634aa95021ef133d90c5d95d3f64785')
+sha256sums=('7029c130c5231fd14d376c189e44148750d874e5892e6626645c9293aebd1f78')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"