diff --git a/v1.17.1.tar.gz b/mypy-1.18.2.tar.gz similarity index 32% rename from v1.17.1.tar.gz rename to mypy-1.18.2.tar.gz index cad74fa533c0e07f221096c81dea6f380790f549..52847eeae541227a13d7effb2ba8f9b7e750f7b2 100644 Binary files a/v1.17.1.tar.gz and b/mypy-1.18.2.tar.gz differ diff --git a/python-mypy.spec b/python-mypy.spec index 9b5b072687b022a864d76b8e4ed42dd2174d561a..38f617e9d78f0e1e6a6d0799c589354efaa243ce 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.17.1 +Version: 1.18.2 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy -Source0: https://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/mypy/mypy-%{version}.tar.gz Requires: python3-typed-ast Requires: python3-typing-extensions @@ -106,6 +106,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 09 2025 zengliwen - 0.18.2-1 +- Update package to version 0.18.2 + - Fix crash on recursive alias + - Add additional guidance for stubtest errors when runtime is object.__init__ + - Fix handling of None values in f-string expressions in mypyc + * Mon Aug 4 2025 zhang_wenyu - 1.17.1-1 - Update to 1.17.1 - Optionally Check That Match Is Exhaustive