python-parso: update to 0.8.2

This commit is contained in:
Naveen
2021-03-31 07:00:17 +00:00
committed by github-actions[bot]
parent 3c94c0d0d4
commit 8df1c2f290

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.8.1
pkgver=0.8.2
pkgrel=1
pkgdesc="Python parser that supports error recovery and round-trip parsing for different Python versions (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/davidhalter/parso/archive/v${pkgver}.tar.gz")
sha256sums=('40644558a961340dbccc9a8d1b901c51dea53980b4c078599292e0d28d0a6348')
sha256sums=('7ecdfcf211893a6eb78b0b561bc6e655bb77e6b22ad89feaccc419ea937e5eec')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {