summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-02-27 21:28:07 -0500
committerAndrew Sun2023-02-27 21:28:07 -0500
commit7b41fa1ad4ac512420e1b1b2457ad7293a53e418 (patch)
tree70738e161e8c37461fd8a7511332de1cbb7252fd
parent426a980e21cc60ee7d9bd0465e73f03967be3228 (diff)
downloadaur-7b41fa1ad4ac512420e1b1b2457ad7293a53e418.tar.gz
3.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8906e7a88865..8a940ca52ff8 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.16.0
+ pkgver = 3.17.0
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -11,7 +11,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.16.0.tar.gz
- sha256sums = d25a4e5a474a4e8d6b3d61e06d455c7f77530c7b4d1266b21262dd110d9a9b6c
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.17.0.tar.gz
+ sha256sums = d850b2a88463a0437024734e0a78a49ef896530ec94263b54614ca701960794c
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 9b401a82b764..5127e808a3d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.16.0
+pkgver=3.17.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-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=('d25a4e5a474a4e8d6b3d61e06d455c7f77530c7b4d1266b21262dd110d9a9b6c')
+sha256sums=('d850b2a88463a0437024734e0a78a49ef896530ec94263b54614ca701960794c')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"