Upgrade package to version 1.5.4

This commit is contained in:
jxy_git 2022-11-09 15:34:09 +08:00
parent 2989509263
commit ec6164fd8a
3 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-typed-ast
Version: 1.5.2
Version: 1.5.4
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/4a/9c/f35b20518e633f4df40e9e47eb17b92ec122be52153ac0d6f28419489cf1/typed_ast-1.5.2.tar.gz
Source0: https://files.pythonhosted.org/packages/07/d2/d55702e8deba2c80282fea0df53130790d8f398648be589750954c2dcce4/typed_ast-1.5.4.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,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Nov 09 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.5.4-1
- Upgrade package to version 1.5.4
* Fri 06 2022 OpenStack_SIG <openstack@openeuler.org> - 1.5.2-1
- Upgrade to 1.5.2 to support openstack yoga

Binary file not shown.

BIN
typed_ast-1.5.4.tar.gz Normal file

Binary file not shown.