15
0

- update to 1.0.0:

* Drop python 2 and 3.4 support
  * Add Python 3.9, 3.10, 3.11
  * Add mypyc native int types ia64, i32, i16 and u8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy_extensions?expand=0&rev=10
This commit is contained in:
2023-05-05 09:32:38 +00:00
committed by Git OBS Bridge
parent 83ebbdeffa
commit 34158ab9b9
4 changed files with 13 additions and 6 deletions

View File

@@ -16,15 +16,14 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-mypy_extensions
Version: 0.4.3
Version: 1.0.0
Release: 0
Summary: Experimental type system extensions for programs checked with mypy typechecker
License: MIT
Group: Development/Languages/Python
URL: http://www.mypy-lang.org/
URL: https://www.mypy-lang.org/
Source: https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes