forked from pool/python-mypy_extensions
Accepting request 1085015 from devel:languages:python
- 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/request/show/1085015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mypy_extensions?expand=0&rev=5
This commit is contained in:
commit
d06e466907
@ -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
BIN
mypy_extensions-1.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user