diff --git a/python-mypy.spec b/python-mypy.spec index ebfd8a5f50787c10799eeb982cfa95a4e767a43e..3ed88b85662cd2f53bf7da69bd8a201cf2721405 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.11.1 +Version: 1.13.0 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 @@ -106,6 +106,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 23 2024 lixiaoyong - 1.13.0-1 +- Upgrade to version 1.13.0 + - Significantly speed up file handling error paths (Shantanu, PR [17920] + - Use fast path in modulefinder more often (Shantanu, PR [17950] + - Let mypyc optimise os.path.join (Shantanu, PR [17949] + - Make is_sub_path faster (Shantanu, PR [17962] + * Mon Aug 19 2024 wangkai <13474090681@163.com> - 1.11.1-1 - Update to 1.11.1 diff --git a/v1.11.1.tar.gz b/v1.13.0.tar.gz similarity index 30% rename from v1.11.1.tar.gz rename to v1.13.0.tar.gz index 4589c7cce7886c4ceb9b530c71c5fc644b1d50fb..eebced817628a176caf3b6309678327fdbae60f3 100644 Binary files a/v1.11.1.tar.gz and b/v1.13.0.tar.gz differ