py-astunparse: add version 1.6.3 (#16946)

Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
This commit is contained in:
Sinan 2020-06-06 13:50:16 -07:00 committed by GitHub
parent c5ac168f31
commit 7b6e1ae9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class PyAstunparse(PythonPackage):
homepage = "https://pypi.org/project/astunparse/" homepage = "https://pypi.org/project/astunparse/"
url = "https://pypi.io/packages/source/a/astunparse/astunparse-1.6.2.tar.gz" url = "https://pypi.io/packages/source/a/astunparse/astunparse-1.6.2.tar.gz"
version('1.6.3', sha256='5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872')
version('1.6.2', sha256='dab3e426715373fd76cd08bb1abe64b550f5aa494cf1e32384f26fd60961eb67') version('1.6.2', sha256='dab3e426715373fd76cd08bb1abe64b550f5aa494cf1e32384f26fd60961eb67')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')