Upgrade package to version 0.991
This commit is contained in:
parent
fc3209acdb
commit
4e0be2b2c9
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-mypy
|
||||
Version: 0.982
|
||||
Version: 0.991
|
||||
Release: 1
|
||||
Summary: Optional static typing for Python
|
||||
License: MIT and Python-2.0
|
||||
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-typing-extensions
|
||||
@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Upgrade package to version 0.982
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: python/mypy
|
||||
tag_prefix: ^v
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
|
||||
BIN
v0.991.tar.gz
Normal file
BIN
v0.991.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user