[arch-commits] Commit in python-parso/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Jul 1 14:46:53 UTC 2018
Date: Sunday, July 1, 2018 @ 14:46:53
Author: jelle
Revision: 349414
upgpkg: python-parso 0.3.0-1
Modified:
python-parso/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-01 14:30:51 UTC (rev 349413)
+++ PKGBUILD 2018-07-01 14:46:53 UTC (rev 349414)
@@ -3,8 +3,8 @@
_pkgbase=parso
pkgbase=python-parso
pkgname=('python-parso' 'python2-parso')
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Python parser that supports error recovery and round-trip parsing for different Python versions"
arch=('any')
url="https://github.com/davidhalter/parso"
@@ -12,7 +12,7 @@
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest' 'python2-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz")
-md5sums=('e44d9278977cc50e66eeffe29682579a')
+md5sums=('6053390fa800b891ee6e9b15c6b1cc82')
check() {
cd "$_pkgbase-$pkgver"
More information about the arch-commits
mailing list