summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-11-01 19:59:31 -0400
committerAndrew Sun2023-11-01 19:59:31 -0400
commit33b52ff64bf898846c3cc3141c14ebc57207352a (patch)
tree1ad68168ec7c39dd339b00c83823c1e708ad7d1c
parent6137a82e0504dd302427f682b9dc8372c10a4df2 (diff)
downloadaur-33b52ff64bf898846c3cc3141c14ebc57207352a.tar.gz
3.31.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 686453a6e92c..ac4c3d511c4e 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.30.0
+ pkgver = 3.31.0
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-globus-sdk
depends = python-requests
depends = python-pyjwt
depends = python-typing_extensions
- source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.30.0.tar.gz
- sha256sums = 29d25f83d3b250d28a3a4bca8d046601a4bbb725330f409e6401295fa6bfb0ce
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.31.0.tar.gz
+ sha256sums = 5f077a8e532828a137a54f2858e63695af16d02577de058278da4ec873556cc1
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 19fb279b0b4f..a2230c8bcf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.30.0
+pkgver=3.31.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')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('python' 'python-cryptography' 'python-six' 'python-requests' 'python-pyjwt' 'python-typing_extensions')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('29d25f83d3b250d28a3a4bca8d046601a4bbb725330f409e6401295fa6bfb0ce')
+sha256sums=('5f077a8e532828a137a54f2858e63695af16d02577de058278da4ec873556cc1')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"