diff options
author | Andrew Sun | 2023-08-30 21:56:53 -0400 |
---|---|---|
committer | Andrew Sun | 2023-08-30 21:56:53 -0400 |
commit | c4bc94fd2ee41b8ea4a9afcd558bc53b2c4457d2 (patch) | |
tree | 54f6d814fb855b010cb7a102f70f7529f06a9d45 | |
parent | c58349db340a1cd5c3b44a1a9a7361ad87858d5a (diff) | |
download | aur-c4bc94fd2ee41b8ea4a9afcd558bc53b2c4457d2.tar.gz |
3.28.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.27.0 + pkgver = 3.28.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.27.0.tar.gz - sha256sums = 1e9afac3bcce7dd69199c6e85372b0d6cadcc0906b27129d88db7e41dc32f195 + source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.28.0.tar.gz + sha256sums = 249423dda76f162bb0d5515509135b68d6a779ad0cf2cd02a8204b2c7903e365 pkgname = python-globus-sdk @@ -3,7 +3,7 @@ _name=globus-sdk pkgname=python-globus-sdk -pkgver=3.27.0 +pkgver=3.28.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=('1e9afac3bcce7dd69199c6e85372b0d6cadcc0906b27129d88db7e41dc32f195') +sha256sums=('249423dda76f162bb0d5515509135b68d6a779ad0cf2cd02a8204b2c7903e365') prepare() { cd "${srcdir}/${_name}-${pkgver}" |