Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ba14d75334
!17 upgrade package to 1.10.0
From: @teng-lei0416 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2024-06-07 02:24:05 +00:00
滕磊
43eebf3e3d upgrade package to 1.10.0 2024-05-08 16:13:37 +08:00
openeuler-ci-bot
916400f0b7
!13 update to version 1.8.0
From: @Venland 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-02-20 08:17:08 +00:00
lwg
f196fdf316 update to version 1.8.0 2024-01-11 17:23:06 +08:00
openeuler-ci-bot
5c0e1d0c02
!12 Upgrade package to version 1.4.1
From: @kirin_2_0 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-07 06:46:04 +00:00
kirin_2_0
037405ffec updated to latest:1.4.1 2023-07-06 14:28:50 +08:00
openeuler-ci-bot
a6e1b8eeea
!11 Update to 1.2.0
From: @wu-leilei 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-06-03 14:05:35 +00:00
wu-leilei
7536e0f97f Upgrade package to version 1.2.0 2023-06-02 10:35:56 +08:00
openeuler-ci-bot
73165fa434
!10 Upgrade package to version 0.991
From: @jianli-97 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-12-09 01:47:47 +00:00
jianli-97
4e0be2b2c9 Upgrade package to version 0.991 2022-12-06 14:57:43 +08:00
4 changed files with 19 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-mypy Name: python-mypy
Version: 0.982 Version: 1.10.0
Release: 1 Release: 1
Summary: Optional static typing for Python Summary: Optional static typing for Python
License: MIT and Python-2.0 License: MIT and Python-2.0
URL: https://github.com/python/mypy URL: https://github.com/python/mypy
Source0: https://files.pythonhosted.org/packages/0d/75/a1ec1af4153f7b7ae825705ada667bf445418277153c76972ba0ad782bb9/mypy-0.982.tar.gz Source0: https://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz
Requires: python3-typed-ast Requires: python3-typed-ast
Requires: python3-typing-extensions Requires: python3-typing-extensions
@ -106,6 +106,22 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 7 2024 tenglei <tenglei@kylinos.cn> - 1.10.0-1
- upgrade package to 1.10.0
- Enum private attributes are not enum members
* Thu Jan 11 2024 Paul Thomas <paulthomas100199@gmail.com> - 1.8.0-1
- update to version 1.8.0
* Thu Jul 06 2023 niuyaru <niuyaru@kylinos.cn> - 1.4.1-1
- Upgrade package to version 1.4.1
* Fri Jun 02 2023 chendexi <wu_lei@hoperun.com> - 1.2.0-1
- Upgrade package to version 1.2.0
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.991-1
- Upgrade package to version 0.991
* Tue Oct 11 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.982-1 * Tue Oct 11 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.982-1
- Upgrade package to version 0.982 - Upgrade package to version 0.982

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: python/mypy src_repo: python/mypy
tag_prefix: ^v tag_prefix: "^v"
separator: "." separator: "."

BIN
v1.10.0.tar.gz Normal file

Binary file not shown.