diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-mypy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mypy-1.1.1.tar.gz +/mypy-1.2.0.tar.gz 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 @@ -1 +1 @@ -7c5bcf138bff4e54785a95de8d917397 mypy-1.1.1.tar.gz +80e2ae0c98f18d1ec24d4630329d1728 mypy-1.2.0.tar.gz |