Compare commits
10 Commits
fc3209acdb
...
ba14d75334
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba14d75334 | ||
|
|
43eebf3e3d | ||
|
|
916400f0b7 | ||
|
|
f196fdf316 | ||
|
|
5c0e1d0c02 | ||
|
|
037405ffec | ||
|
|
a6e1b8eeea | ||
|
|
7536e0f97f | ||
|
|
73165fa434 | ||
|
|
4e0be2b2c9 |
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
BIN
v1.10.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user