diff --git a/python-typed-ast.spec b/python-typed-ast.spec index 399afbb..04e13a7 100644 --- a/python-typed-ast.spec +++ b/python-typed-ast.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-typed-ast -Version: 1.4.2 +Version: 1.5.2 Release: 1 Summary: a fork of Python 2 and 3 ast modules with type comment support License: Apache-2.0 URL: https://github.com/python/typed_ast -Source0: https://files.pythonhosted.org/packages/36/8c/efd8ffe7d242cd389632a11cbc6ce596de49b46ece22760a67b742534368/typed_ast-1.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4a/9c/f35b20518e633f4df40e9e47eb17b92ec122be52153ac0d6f28419489cf1/typed_ast-1.5.2.tar.gz %description It is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library. Unlike ast, the parsers in typed_ast include PEP 484 type comments and are independent of the version of Python @@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri 06 2022 OpenStack_SIG - 1.5.2-1 +- Upgrade to 1.5.2 to support openstack yoga + * Thu Aug 05 2021 OpenStack_SIG - 1.4.2-1 - Package Spec generate diff --git a/typed_ast-1.4.2.tar.gz b/typed_ast-1.4.2.tar.gz deleted file mode 100644 index ee3fd30..0000000 Binary files a/typed_ast-1.4.2.tar.gz and /dev/null differ diff --git a/typed_ast-1.5.2.tar.gz b/typed_ast-1.5.2.tar.gz new file mode 100644 index 0000000..287146c Binary files /dev/null and b/typed_ast-1.5.2.tar.gz differ