Accepting request 1136450 from devel:languages:python
- require setuptools - go back to 0.5.3 * Support match statement from python 3.10 OBS-URL: https://build.opensuse.org/request/show/1136450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gast?expand=0&rev=10
This commit is contained in:
commit
29adcef246
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 10:02:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- require setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 21:23:20 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@ -11,14 +16,14 @@ Tue Oct 10 13:44:16 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 14:37:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- go back to 0.5.3
|
||||
- go back to 0.5.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 12:52:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user