diff --git a/python-pyannotate.changes b/python-pyannotate.changes index cb79076..d4076bb 100644 --- a/python-pyannotate.changes +++ b/python-pyannotate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 11 09:30:09 UTC 2022 - Sebastian Wagner + +- Disable Python2 build to fix 15.3. + ------------------------------------------------------------------- Sun Jan 24 09:53:37 UTC 2021 - Sebastian Wagner diff --git a/python-pyannotate.spec b/python-pyannotate.spec index 93f9db7..d2f0b59 100644 --- a/python-pyannotate.spec +++ b/python-pyannotate.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyannotate # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pyannotate Version: 1.2.0 Release: 0 @@ -32,7 +33,7 @@ Requires: python-mypy_extensions Requires: python-six >= 1.11.0 Requires: python-typing Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mypy_extensions}