summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2024-03-07 08:24:06 -0500
committerAndrew Sun2024-03-07 08:24:06 -0500
commit24cde4c8943d7f7f98e7a409ed9708b70b539478 (patch)
tree64a8ff94e705a5973192c62185aea87caf08d6ff
parent83893f6db3ba9f64c0e6e3b3670e487279591b8a (diff)
downloadaur-24cde4c8943d7f7f98e7a409ed9708b70b539478.tar.gz
3.39.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599f86724d5f..46b220eee337 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.38.0
+ pkgver = 3.39.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.38.0.tar.gz
- sha256sums = b83faacc103e3d3d3ac2ae33fd73a20a09d4d566cfa0cb03716b3fd8f51adcff
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.39.0.tar.gz
+ sha256sums = 10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index b40076e58782..37543fc1cd8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.38.0
+pkgver=3.39.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=('b83faacc103e3d3d3ac2ae33fd73a20a09d4d566cfa0cb03716b3fd8f51adcff')
+sha256sums=('10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"