From 850deb2549efa405317c9dd7114f3979a77e22e3aac59be301c04ab1b6b31b64 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:03:09 +0000 Subject: [PATCH] - require setuptools - go back to 0.5.3 * Support match statement from python 3.10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=23 --- python-gast.changes | 9 +++++++-- python-gast.spec | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-gast.changes b/python-gast.changes index d72c295..21127c6 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:02:57 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Fri Oct 20 21:23:20 UTC 2023 - Matej Cepl @@ -11,14 +16,14 @@ Tue Oct 10 13:44:16 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Wed May 17 14:37:48 UTC 2023 - Dirk Müller -- go back to 0.5.3 +- go back to 0.5.3 ------------------------------------------------------------------- Sun May 14 12:52:11 UTC 2023 - Dirk Müller - update to 0.5.4: * Support TryStar from python 3.11 - * Support match statement from python 3.10 + * Support match statement from python 3.10 ------------------------------------------------------------------- Fri Apr 21 12:25:38 UTC 2023 - Dirk Müller diff --git a/python-gast.spec b/python-gast.spec index 1c25fa3..e946d4a 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -1,7 +1,7 @@ # # spec file for package python-gast # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ License: BSD-3-Clause URL: https://github.com/serge-sans-paille/gast/ Source: https://github.com/serge-sans-paille/gast/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements