diff --git a/python-mypy.spec b/python-mypy.spec index bfa12dec6170aa4615863bd9980ee678a52e20ed..ebfd8a5f50787c10799eeb982cfa95a4e767a43e 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.10.0 +Version: 1.11.1 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 @@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 wangkai <13474090681@163.com> - 1.11.1-1 +- Update to 1.11.1 + * Tue May 7 2024 tenglei - 1.10.0-1 - upgrade package to 1.10.0 - Enum private attributes are not enum members diff --git a/v1.10.0.tar.gz b/v1.11.1.tar.gz similarity index 30% rename from v1.10.0.tar.gz rename to v1.11.1.tar.gz index 1c2191d3e78ac40a210ad7440f3281486eacb8f8..4589c7cce7886c4ceb9b530c71c5fc644b1d50fb 100644 Binary files a/v1.10.0.tar.gz and b/v1.11.1.tar.gz differ