diff --git a/mypy_extensions-0.4.3.tar.gz b/mypy_extensions-0.4.3.tar.gz deleted file mode 100644 index 3078f9e..0000000 Binary files a/mypy_extensions-0.4.3.tar.gz and /dev/null differ diff --git a/mypy_extensions-1.0.0.tar.gz b/mypy_extensions-1.0.0.tar.gz new file mode 100644 index 0000000..a2f3fcf Binary files /dev/null and b/mypy_extensions-1.0.0.tar.gz differ diff --git a/python-mypy-extensions.spec b/python-mypy-extensions.spec index 1bc1f01..5d31fd9 100644 --- a/python-mypy-extensions.spec +++ b/python-mypy-extensions.spec @@ -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 - 1.0.0-1 +- DESC: upgrade to 1.0.0 + * Fri Jul 30 2021 chenyanpanHW - 0.4.3-2 - DESC: delete -S git from %autosetup