15
0

- build for python 3.7 and above

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=36
This commit is contained in:
2024-01-29 21:04:34 +00:00
committed by Git OBS Bridge
parent a88abef2d8
commit 946621d815
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 29 21:04:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- build for python 3.7 and above
-------------------------------------------------------------------
Tue Jul 11 13:21:36 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Arpeggio
#
# 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
@@ -16,8 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-Arpeggio
Version: 2.0.2
Release: 0
@@ -25,6 +24,7 @@ Summary: Packrat parser interpreter
License: MIT
URL: https://github.com/textX/Arpeggio/
Source: https://github.com/textX/Arpeggio/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}