diff --git a/python-mypy-extensions.spec b/python-mypy-extensions.spec index b1fe13057a0f31b45359f5ee8c2e033787078871..1bc1f0140359ade809a3fa53f0ea61f2c61a9f18 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