!12 Upgrade package to version 1.4.1

From: @kirin_2_0 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-07 06:46:04 +00:00 committed by Gitee
commit 5c0e1d0c02
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

BIN
mypy-1.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-mypy
Version: 1.2.0
Version: 1.4.1
Release: 1
Summary: Optional static typing for Python
License: MIT and Python-2.0
URL: https://github.com/python/mypy
Source0: https://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/python/mypy/archive/refs/tags/mypy-%{version}.tar.gz
Requires: python3-typed-ast
Requires: python3-typing-extensions
@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jul 06 2023 niuyaru <niuyaru@kylinos.cn> - 1.4.1-1
- Upgrade package to version 1.4.1
* Fri Jun 02 2023 chendexi <wu_lei@hoperun.com> - 1.2.0-1
- Upgrade package to version 1.2.0

Binary file not shown.