python-pyspnego: update to 0.7.0

This commit is contained in:
Mehdi Chinoune
2022-12-22 17:58:07 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent c4a08ed8b5
commit c579c47ff3

View File

@@ -3,7 +3,7 @@
_realname=pyspnego
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.6.3
pkgver=0.7.0
pkgrel=1
pkgdesc="Windows Negotiate Authentication Client and Server (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6060a0e683171090adcf92c9d319ddd334f15117fa199a703d8c9bd094d9f6c0')
sha256sums=('da78096fd7c9f40e716f6fbe3e30d913103d75fd676f839f98fc3a6fee92fbe3')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"