!10 Upgrade package to version 0.991

From: @jianli-97 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:47:47 +00:00 committed by Gitee
commit 73165fa434
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-mypy Name: python-mypy
Version: 0.982 Version: 0.991
Release: 1 Release: 1
Summary: Optional static typing for Python Summary: Optional static typing for Python
License: MIT and Python-2.0 License: MIT and Python-2.0
URL: https://github.com/python/mypy URL: https://github.com/python/mypy
Source0: https://files.pythonhosted.org/packages/0d/75/a1ec1af4153f7b7ae825705ada667bf445418277153c76972ba0ad782bb9/mypy-0.982.tar.gz Source0: https://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz
Requires: python3-typed-ast Requires: python3-typed-ast
Requires: python3-typing-extensions Requires: python3-typing-extensions
@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.991-1
- Upgrade package to version 0.991
* Tue Oct 11 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.982-1 * Tue Oct 11 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.982-1
- Upgrade package to version 0.982 - Upgrade package to version 0.982

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: python/mypy src_repo: python/mypy
tag_prefix: ^v tag_prefix: "^v"
separator: "." separator: "."

BIN
v0.991.tar.gz Normal file

Binary file not shown.