diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4e51231..0000000 --- a/LICENSE +++ /dev/null @@ -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. - -= = = = = diff --git a/mypy_extensions-0.4.1.tar.gz b/mypy_extensions-0.4.1.tar.gz deleted file mode 100644 index 07b09fc..0000000 --- a/mypy_extensions-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812 -size 4048 diff --git a/mypy_extensions-0.4.3.tar.gz b/mypy_extensions-0.4.3.tar.gz new file mode 100644 index 0000000..79476cf --- /dev/null +++ b/mypy_extensions-0.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8 +size 4252 diff --git a/python-mypy_extensions.changes b/python-mypy_extensions.changes index 80bab49..b644b87 100644 --- a/python-mypy_extensions.changes +++ b/python-mypy_extensions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 18 18:12:52 UTC 2019 - Ondřej Súkup + +- update to 0.4.3 +- removed redudant LICENSE file + ------------------------------------------------------------------- Sun Aug 26 11:56:04 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-mypy_extensions.spec b/python-mypy_extensions.spec index ecb05cf..97f56d8 100644 --- a/python-mypy_extensions.spec +++ b/python-mypy_extensions.spec @@ -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