python/parso: Updated for version 0.5.1.

This commit is contained in:
Benjamin Trigona-Harany 2019-07-26 21:49:31 -07:00 committed by Willy Sudiarto Raharjo
parent a4ce0cd590
commit 5de332b82e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=parso
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="parso"
VERSION="0.5.0"
VERSION="0.5.1"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.5.0/parso-0.5.0.tar.gz"
MD5SUM="bd5849a42b7cbe9d1ebcfb279e60dc52"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.5.1/parso-0.5.1.tar.gz"
MD5SUM="49c6ee6f308985626f0f19874d4aac45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"