From 83ebbdeffaf654a5eb23db45cf7f0bf132c7d9f612361e81417e2a2b0c63a71c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 21 Apr 2023 14:20:52 +0000 Subject: [PATCH] Accepting request 1081498 from home:dirkmueller:acdc:as_python3_module SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy_extensions?expand=0&rev=8 --- python-mypy_extensions.changes | 10 ++++++++++ python-mypy_extensions.spec | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/python-mypy_extensions.changes b/python-mypy_extensions.changes index b644b87..0aa501d 100644 --- a/python-mypy_extensions.changes +++ b/python-mypy_extensions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 12:28:25 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:42:41 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + ------------------------------------------------------------------- Fri Oct 18 18:12:52 UTC 2019 - Ondřej Súkup diff --git a/python-mypy_extensions.spec b/python-mypy_extensions.spec index 97f56d8..40e3ffd 100644 --- a/python-mypy_extensions.spec +++ b/python-mypy_extensions.spec @@ -1,7 +1,7 @@ # # spec file for package python-mypy_extensions # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-mypy_extensions 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/ +URL: http://www.mypy-lang.org/ Source: https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes