!3 upgrade to 1.0.0
From: @jackssir Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
d82f41f712
Binary file not shown.
BIN
mypy_extensions-1.0.0.tar.gz
Normal file
BIN
mypy_extensions-1.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-mypy-extensions
|
||||
Version: 0.4.3
|
||||
Release: 2
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Summary: Experimental type system extensions for programs checked with the mypy typechecker.
|
||||
License: MIT
|
||||
URL: https://github.com/python/mypy_extensions
|
||||
Source0: https://files.pythonhosted.org/packages/63/60/0582ce2eaced55f65a4406fc97beba256de4b7a95a0034c6576458c6519f/mypy_extensions-0.4.3.tar.gz
|
||||
Source0: https://codeload.github.com/python/mypy_extensions/tar.gz/refs/tags/1.0.0/mypy_extensions-1.0.0.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
The "mypy_extensions" module defines experimental extensions to the standard
|
||||
@ -32,7 +32,7 @@ The "mypy_extensions" module defines experimental extensions to the standard
|
||||
"typing" module that are supported by the mypy typechecker.
|
||||
|
||||
%prep
|
||||
%autosetup -n mypy_extensions-0.4.3 -p1
|
||||
%autosetup -n mypy_extensions-1.0.0 -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2023 lvfei <lvfei@kylinos.cn> - 1.0.0-1
|
||||
- DESC: upgrade to 1.0.0
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.4.3-2
|
||||
- DESC: delete -S git from %autosetup
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user