summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-02-11 19:01:42 -0500
committerAndrew Sun2022-02-11 19:01:42 -0500
commit077b26ed716d3f342214d936a5f4dbe53f6d973a (patch)
treef3f4159eb3eefd86b776b89216a8b242e507ad35
parentf20c5dee35fbf759057d33ad7b8ecea81606a38f (diff)
downloadaur-077b26ed716d3f342214d936a5f4dbe53f6d973a.tar.gz
3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 213bd64099ba..837f284e3093 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.3.1
+ pkgver = 3.4.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.3.1.tar.gz
- sha256sums = 7029c130c5231fd14d376c189e44148750d874e5892e6626645c9293aebd1f78
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.4.1.tar.gz
+ sha256sums = da54e8b0ecfa87b20eed38b1954389b740a85353df7cad23cf4608740631a0a8
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 381e91d7f53e..1408495c10db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.3.1
+pkgver=3.4.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=('7029c130c5231fd14d376c189e44148750d874e5892e6626645c9293aebd1f78')
+sha256sums=('da54e8b0ecfa87b20eed38b1954389b740a85353df7cad23cf4608740631a0a8')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"