Compare commits

..

No commits in common. "ba14d7533448c8c319f5e3a5ffc806066d688d95" and "fc3209acdb87087ab20cf2a0071f6684e7458b33" have entirely different histories.

4 changed files with 3 additions and 19 deletions

BIN
mypy-0.982.tar.gz Normal file

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: 1.10.0 Version: 0.982
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://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/0d/75/a1ec1af4153f7b7ae825705ada667bf445418277153c76972ba0ad782bb9/mypy-0.982.tar.gz
Requires: python3-typed-ast Requires: python3-typed-ast
Requires: python3-typing-extensions Requires: python3-typing-extensions
@ -106,22 +106,6 @@ 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: "."

Binary file not shown.