From 03a6dd2ef0083fbfe649f754e31122a173cc44c9 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:25:25 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-mypy-extensions.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mypy-extensions.spec b/python-mypy-extensions.spec index b1fe130..1bc1f01 100644 --- a/python-mypy-extensions.spec +++ b/python-mypy-extensions.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy-extensions Version: 0.4.3 -Release: 1 +Release: 2 Summary: Experimental type system extensions for programs checked with the mypy typechecker. License: MIT 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. %prep -%autosetup -n mypy_extensions-0.4.3 -S git +%autosetup -n mypy_extensions-0.4.3 -p1 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.4.3-2 +- DESC: delete -S git from %autosetup + * Tue Jul 20 2021 OpenStack_SIG - 0.4.3-1 - Package Spec generate -- Gitee