python-oauthlib: update to 3.3.1

This commit is contained in:
Biswapriyo Nath 2025-07-16 16:12:38 +00:00
parent 3c9321e997
commit 92be38aa41

View File

@ -3,8 +3,8 @@
_realname=oauthlib _realname=oauthlib
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.2.2 pkgver=3.3.1
pkgrel=4 pkgrel=1
pkgdesc='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic (mingw-w64)' pkgdesc='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic (mingw-w64)'
arch=('any') arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -23,7 +23,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-cryptography: rsa and signedtoken"
"${MINGW_PACKAGE_PREFIX}-python-blinker: signals") "${MINGW_PACKAGE_PREFIX}-python-blinker: signals")
options=('!emptydirs') options=('!emptydirs')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918') sha256sums=('0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9')
build() { build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"