summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-06-02 14:42:25 -0400
committerAndrew Sun2022-06-02 14:42:25 -0400
commit39cfc14c0339f058606207e668cf2b488d045fe1 (patch)
tree023da1463bed9488f09eb1ea81fefe27beb143b4
parenta09244b9cc14e775503963335bb5e364ff25e16f (diff)
downloadaur-39cfc14c0339f058606207e668cf2b488d045fe1.tar.gz
3.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67bd29bcce23..01bd3436f058 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.8.0
+ pkgver = 3.9.0
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.8.0.tar.gz
- sha256sums = 492611636c190806409198cdadc9960227fa712281dce95ef3ec0d7e8f9823a9
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.9.0.tar.gz
+ sha256sums = 456f707b25a8c502607134f1d699b5970ef1aa9d17877474db73fc6d87c711e9
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 833123d9e8ab..3cde2d050b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.8.0
+pkgver=3.9.0
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=('492611636c190806409198cdadc9960227fa712281dce95ef3ec0d7e8f9823a9')
+sha256sums=('456f707b25a8c502607134f1d699b5970ef1aa9d17877474db73fc6d87c711e9')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"