upgrade to 1.0.0

This commit is contained in:
lvfei 2023-05-22 02:46:15 -04:00
parent e5bcbdad36
commit 1abc0572ab
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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