Description: A fork of Python 2 and 3 ast modules with type comment support SPEC: https://fedorapeople.org/~limb/review/python3-typed_ast/python3-typed_ast.spec SRPM: https://fedorapeople.org/~limb/review/python3-typed_ast/python3-typed_ast-1.0.3-1.fc26.src.rpm
+ package name is OK (I'd prefer a dash instead of the underscore, but upstream seems to use an underscore consistently, and both are allowed by the guidelines…) + license is acceptable for Fedora (ASL 2.0) + license is specified correctly (according to setup.py and LICENSE file) + builds and installs w/o issues + fedora-review find no issues (false positive about URL and a diff in comment between the linked spec file and srpm) + R/P/BR look correct + mypy loads this module correctly when the rpm is installed (it doesn't work, but I think that's a separate bug, I'll follow up elsewhere). Package is APPROVED. My only suggestion would be to change the Summary to not suggest that this module works under Python 2, and also to not suggest that it only supports type comments, since it also supports the new not-comment-based syntax in Python 3.6. Maybe something like "Summary: A fork of the ast module with support for type annotations, %description: %summary. This package is based on the ast modules from Python 2 and 3, and has been extended with support for type comments and type annotations as supported in Python 3.6.". Also, module names _ast3 and _ast27 are rather dangerous. It'd have been much better if they put them underneath their own namespace, as typed_ast._ast3 and typed_ast._ast27, but that that's an upstream issue.
Cool, thanks!
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/python3-typed_ast
python3-typed_ast-1.0.3-1.fc26 python-typeshed-0.1-0.20170612git.fc26 python3-mypy-0.511-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-2ca3f8ca87
python-typeshed-0.1-0.20170612git.fc26, python3-mypy-0.511-2.fc26, python3-typed_ast-1.0.3-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-2ca3f8ca87
python-typeshed-0.1-0.20170612git.fc26, python3-mypy-0.511-2.fc26, python3-typed_ast-1.0.3-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.