diff options
Diffstat (limited to 'python-mypy.spec')
-rw-r--r-- | python-mypy.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-mypy.spec b/python-mypy.spec index f5610bb..6d94354 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.1.1 +Version: 1.2.0 Release: 1 Summary: Optional static typing for Python License: MIT License URL: http://www.mypy-lang.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/62/54/be80f8d01f5cf72f774a77f9f750527a6fa733f09f78b1da30e8fa3914e6/mypy-1.1.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/d0/d96d26e7a6f5a2ed4add8c649f30bce26fc413f25a6ecc5d93ab22c270e1/mypy-1.2.0.tar.gz Requires: python3-typing-extensions Requires: python3-mypy-extensions @@ -53,7 +53,7 @@ features such as type inference, gradual typing, generics and union types. %prep -%autosetup -n mypy-1.1.1 +%autosetup -n mypy-1.2.0 %build %py3_build @@ -93,5 +93,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.0-1 - Package Spec generated |