Comment 3 for bug 1953227

Revision history for this message
wim glenn (wim-glenn-w) wrote :

pkginfo v1.9.6

```
$ pkginfo tensorflow-2.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
metadata_version: 1.2
name: gast
version: 0.4.0
platforms: ['UNKNOWN']
summary: Python AST that abstracts the underlying Python version
description: A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).

GAST provides a compatibility layer between the AST of various Python versions,
as produced by ``ast.parse`` from the standard ``ast`` module.
home_page: https://github.com/serge-sans-paille/gast/
author: serge-sans-paille
author_email: <email address hidden>
license: BSD 3-Clause
classifiers: ['Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Natural Language :: English', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7']
requires_python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
```