Upgrade to 0.812 to support OpenStack-W

This commit is contained in:
openeuler-ci-bot 2021-08-05 03:31:57 +00:00 committed by huangtianhua
commit 5f3a619156
3 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
mypy-0.812.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: python-mypy
Version: 0.800
Version: 0.812
Release: 1
Summary: Optional static typing for Python
License: MIT and Python-2.0
@ -27,7 +27,8 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
BuildRequires: python3-pip
BuildRequires: python3-pbr
# Needed to generate the man pages
BuildRequires: help2man
%description -n python3-mypy
@ -50,7 +51,7 @@ features such as type inference, gradual typing, generics and union
types.
%prep
%autosetup -n mypy-0.800
%autosetup -n mypy-%{version}
%build
%py3_build
@ -89,5 +90,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{_mandir}/man1/stubgen.1*
%changelog
* Wed Jul 14 2021 huangtianhua <huangtianhua@huawei.com> -0.812-1
- Upgrade to 0.812 to support OpenStack-W
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.800-2
- DESC: delete BuildRequires gdb
* Mon Feb 01 2021 yanglongkang <yanglongkang@huawei.com> - 0.800-1
- Package init