forked from pool/python-mypy_extensions
- update to version 0.4.1, no upstream changelog available
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy_extensions?expand=0&rev=3
This commit is contained in:
parent
94debd7ce9
commit
ed5b7495f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4553f2475996c912658d3c2f398766cd47a65e0c2c6bb27ac8dea94a21640f4
|
||||
size 2782
|
3
mypy_extensions-0.4.1.tar.gz
Normal file
3
mypy_extensions-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812
|
||||
size 4048
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 26 11:56:04 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to version 0.4.1, no upstream changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 14:27:58 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mypy_extensions
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -13,22 +13,23 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-mypy_extensions
|
||||
Version: 0.3.0
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Experimental type system extensions for programs checked with mypy typechecker
|
||||
Url: http://www.mypy-lang.org/
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.mypy-lang.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/python/mypy/release-0.560/extensions/LICENSE
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user