Accepting request 741142 from devel:languages:python

- update to 0.4.3
- removed redudant LICENSE file

OBS-URL: https://build.opensuse.org/request/show/741142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mypy_extensions?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:07:28 +00:00 committed by Git OBS Bridge
commit 0fd49240d1
5 changed files with 12 additions and 35 deletions

27
LICENSE
View File

@ -1,27 +0,0 @@
Mypy extensions are licensed under the terms of the MIT license, reproduced below.
= = = = =
The MIT License
Copyright (c) 2016-2017 Jukka Lehtosalo and contributors
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
= = = = =

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812
size 4048

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 18 18:12:52 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.4.3
- removed redudant LICENSE file
-------------------------------------------------------------------
Sun Aug 26 11:56:04 UTC 2018 - sebix+novell.com@sebix.at

View File

@ -1,7 +1,7 @@
#
# spec file for package python-mypy_extensions
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,20 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mypy_extensions
Version: 0.4.1
Version: 0.4.3
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/
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_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -39,7 +38,6 @@ standard "typing" module that are supported by the mypy typechecker.
%prep
%setup -q -n mypy_extensions-%{version}
cp %{SOURCE1} .
%build
%python_build