summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-10-27 14:31:57 -0400
committerAndrew Sun2023-10-27 14:31:57 -0400
commit6137a82e0504dd302427f682b9dc8372c10a4df2 (patch)
treebb9c22d1cc488a93204317f0c89ae78d59dec7d9
parent85cbdd4edf82eb303bc8d8b0b26f12d888c17cf8 (diff)
downloadaur-6137a82e0504dd302427f682b9dc8372c10a4df2.tar.gz
3.30.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7daff376c4..686453a6e92c 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.29.0
+ pkgver = 3.30.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.29.0.tar.gz
- sha256sums = a5f3c2da86ac6e7165841c9364ae80893f2ae667add5af5cd2237fc3fa14a1be
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.30.0.tar.gz
+ sha256sums = 29d25f83d3b250d28a3a4bca8d046601a4bbb725330f409e6401295fa6bfb0ce
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index ad7219a1b2e6..19fb279b0b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.29.0
+pkgver=3.30.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=('a5f3c2da86ac6e7165841c9364ae80893f2ae667add5af5cd2237fc3fa14a1be')
+sha256sums=('29d25f83d3b250d28a3a4bca8d046601a4bbb725330f409e6401295fa6bfb0ce')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"