diff --git a/mypy-1.4.1.tar.gz b/mypy-1.4.1.tar.gz deleted file mode 100644 index 42b17a169feff06e95eb613b756d1108880ee514..0000000000000000000000000000000000000000 Binary files a/mypy-1.4.1.tar.gz and /dev/null differ diff --git a/python-mypy.spec b/python-mypy.spec index 4155bb59222ba7e2ed9e2eb63795be13a6d8b28e..5539c7925fee0e2baf286a62feee061ad1c9830f 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.4.1 +Version: 1.8.0 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy -Source0: https://github.com/python/mypy/archive/refs/tags/mypy-%{version}.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 +* Thu Jan 11 2024 Paul Thomas - 1.8.0-1 +- update to version 1.8.0 + * Thu Jul 06 2023 niuyaru - 1.4.1-1 - Upgrade package to version 1.4.1 diff --git a/v1.8.0.tar.gz b/v1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1dfec96e534ad4c1e6dffecef88e87088efa2d7e Binary files /dev/null and b/v1.8.0.tar.gz differ