summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-06-06 14:14:01 -0400
committerAndrew Sun2023-06-06 14:14:01 -0400
commit3a730f5c65cf86b55d0e00d6e0c5f61ec6fb7cd0 (patch)
tree5bf68bae32d112c4cb4bbef4a7f0b7251898644b
parentecb5ef03bb7deaa96a5a6a809ba1954eb5bf72c0 (diff)
downloadaur-3a730f5c65cf86b55d0e00d6e0c5f61ec6fb7cd0.tar.gz
3.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68a1f30d6350..6f65c10e1646 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.20.0
+ pkgver = 3.20.1
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.20.0.tar.gz
- sha256sums = 6eb0c73f598485f4843137c23ac96f60fd5455082b68089cf26db115afbfa3cc
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.20.1.tar.gz
+ sha256sums = cacb115f91a585108eabb7e327b9c33c87a2cd4a871ebe84c497a5ecf3153fe0
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 1071d4ed5cfd..a0fad3bf9e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.20.0
+pkgver=3.20.1
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=('6eb0c73f598485f4843137c23ac96f60fd5455082b68089cf26db115afbfa3cc')
+sha256sums=('cacb115f91a585108eabb7e327b9c33c87a2cd4a871ebe84c497a5ecf3153fe0')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"