1
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:
Dirk Mueller 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
size 4252

BIN
mypy_extensions-1.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 5 09:30:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 21 12:28:25 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Apr 21 12:28:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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