Sync from master
This commit is contained in:
parent
82382f05eb
commit
012704792c
Binary file not shown.
BIN
mypy-0.812.tar.gz
Normal file
BIN
mypy-0.812.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-mypy
|
Name: python-mypy
|
||||||
Version: 0.800
|
Version: 0.812
|
||||||
Release: 2
|
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
|
||||||
@ -27,6 +27,8 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
# Needed to generate the man pages
|
# Needed to generate the man pages
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
%description -n python3-mypy
|
%description -n python3-mypy
|
||||||
@ -49,7 +51,7 @@ features such as type inference, gradual typing, generics and union
|
|||||||
types.
|
types.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n mypy-0.800
|
%autosetup -n mypy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -88,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
%{_mandir}/man1/stubgen.1*
|
%{_mandir}/man1/stubgen.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.800-2
|
||||||
- DESC: delete BuildRequires gdb
|
- DESC: delete BuildRequires gdb
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user