!2 python-mypy-extensions delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:23:22 +00:00 committed by Gitee
commit e5bcbdad36

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-mypy-extensions Name: python-mypy-extensions
Version: 0.4.3 Version: 0.4.3
Release: 1 Release: 2
Summary: Experimental type system extensions for programs checked with the mypy typechecker. Summary: Experimental type system extensions for programs checked with the mypy typechecker.
License: MIT License: MIT
URL: https://github.com/python/mypy_extensions URL: https://github.com/python/mypy_extensions
@ -32,7 +32,7 @@ The "mypy_extensions" module defines experimental extensions to the standard
"typing" module that are supported by the mypy typechecker. "typing" module that are supported by the mypy typechecker.
%prep %prep
%autosetup -n mypy_extensions-0.4.3 -S git %autosetup -n mypy_extensions-0.4.3 -p1
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.4.3-2
- DESC: delete -S git from %autosetup
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.4.3-1 * Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.4.3-1
- Package Spec generate - Package Spec generate