From e1bb7c41828eb45c679f5644630ee5a18cef6dea Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Fri, 10 Oct 2025 07:23:31 +0000 Subject: [PATCH] Resolve the issue of reversing the date order in the changelog Signed-off-by: yanjianqing --- python-mypy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mypy.spec b/python-mypy.spec index 9be554f..3a26d48 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy Version: 0.901 -Release: 1 +Release: 2 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -90,10 +90,13 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Fri Oct 10 2025 yanjianqing - 0.901-2 +- Resolve the issue of reversing the date order in the changelog + * Fri May 06 2022 xigaoxinyan - 0.901-1 - Upgrade to 0.901 -* Wed Jul 14 2021 huangtianhua -0.812-1 +* Thu Aug 19 2021 huangtianhua -0.812-1 - Upgrade to 0.812 to support OpenStack-W * Wed Aug 04 2021 chenyanpanHW - 0.800-2 -- Gitee