Add latest version of py-packaging (#7522)

This commit is contained in:
Adam J. Stewart 2018-03-19 16:19:05 -05:00 committed by GitHub
parent a84cfb9ad4
commit aea0b84e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,10 +29,11 @@ class PyPackaging(PythonPackage):
"""Core utilities for Python packages.""" """Core utilities for Python packages."""
homepage = "https://github.com/pypa/packaging" homepage = "https://github.com/pypa/packaging"
url = "https://pypi.io/packages/source/p/packaging/packaging-16.8.tar.gz" url = "https://pypi.io/packages/source/p/packaging/packaging-17.1.tar.gz"
import_modules = ['packaging'] import_modules = ['packaging']
version('17.1', '8baf8241d1b6b0a5fae9b00f359976a8')
version('16.8', '53895cdca04ecff80b54128e475b5d3b') version('16.8', '53895cdca04ecff80b54128e475b5d3b')
# Not needed for the installation, but used at runtime # Not needed for the installation, but used at runtime