summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-08-07 21:25:14 -0400
committerAndrew Sun2023-08-07 21:25:14 -0400
commit3a290862fae4892f095698940fb1324e149053cb (patch)
treed99869fb8c3a75e786ec44f5463b0fd7dcb9a932
parent68636465ebca04657c72bcf86d8e49ba9bcb7067 (diff)
downloadaur-3a290862fae4892f095698940fb1324e149053cb.tar.gz
3.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9d8fbc2b0ff..5a982daf6d20 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.25.0
+ pkgver = 3.26.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.25.0.tar.gz
- sha256sums = d9be275d4ec18054db04732f75649c4227800c79b31fbcfb3f4f31eccfa5f4f7
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.26.0.tar.gz
+ sha256sums = 5a2bca267635c62e0f7c60fce10c47c7fd0fa8923c3363d44871c4abca8a68d1
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 7556dc8d889d..d1ea66a83af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.25.0
+pkgver=3.26.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=('d9be275d4ec18054db04732f75649c4227800c79b31fbcfb3f4f31eccfa5f4f7')
+sha256sums=('5a2bca267635c62e0f7c60fce10c47c7fd0fa8923c3363d44871c4abca8a68d1')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"