From ed5b7495f1029a6e924f8114c067eed569af9a1a95258a28080644c3ae55f740 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 26 Aug 2018 12:04:08 +0000 Subject: [PATCH 1/2] - 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 --- mypy_extensions-0.3.0.tar.gz | 3 --- mypy_extensions-0.4.1.tar.gz | 3 +++ python-mypy_extensions.changes | 5 +++++ python-mypy_extensions.spec | 11 ++++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 mypy_extensions-0.3.0.tar.gz create mode 100644 mypy_extensions-0.4.1.tar.gz diff --git a/mypy_extensions-0.3.0.tar.gz b/mypy_extensions-0.3.0.tar.gz deleted file mode 100644 index 6fa838f..0000000 --- a/mypy_extensions-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4553f2475996c912658d3c2f398766cd47a65e0c2c6bb27ac8dea94a21640f4 -size 2782 diff --git a/mypy_extensions-0.4.1.tar.gz b/mypy_extensions-0.4.1.tar.gz new file mode 100644 index 0000000..07b09fc --- /dev/null +++ b/mypy_extensions-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812 +size 4048 diff --git a/python-mypy_extensions.changes b/python-mypy_extensions.changes index 0c926a8..80bab49 100644 --- a/python-mypy_extensions.changes +++ b/python-mypy_extensions.changes @@ -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 diff --git a/python-mypy_extensions.spec b/python-mypy_extensions.spec index 7c26d55..f0d29f9 100644 --- a/python-mypy_extensions.spec +++ b/python-mypy_extensions.spec @@ -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 From fa8fd687abbbe34f901a6280200310a4ca9f0c4cf29dd0e21c00e9555edc1b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 27 Aug 2018 10:45:16 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy_extensions?expand=0&rev=4 --- python-mypy_extensions.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-mypy_extensions.spec b/python-mypy_extensions.spec index f0d29f9..ecb05cf 100644 --- a/python-mypy_extensions.spec +++ b/python-mypy_extensions.spec @@ -26,7 +26,6 @@ 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 devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros