From 43af4a458946affe43501389d6180413373cfca4b7892124ab94d8e8705888b1 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 4 Apr 2023 09:43:28 +0000 Subject: [PATCH] - Skip python38, python-xarray is not available there. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-OSMPythonTools?expand=0&rev=3 --- python-OSMPythonTools.changes | 5 +++++ python-OSMPythonTools.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-OSMPythonTools.changes b/python-OSMPythonTools.changes index 0437f1a..55f682f 100644 --- a/python-OSMPythonTools.changes +++ b/python-OSMPythonTools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 4 09:42:45 UTC 2023 - Daniel Garcia + +- Skip python38, python-xarray is not available there. + ------------------------------------------------------------------- Wed Nov 16 09:24:04 UTC 2022 - Matej Cepl diff --git a/python-OSMPythonTools.spec b/python-OSMPythonTools.spec index cd1ace7..444593e 100644 --- a/python-OSMPythonTools.spec +++ b/python-OSMPythonTools.spec @@ -1,7 +1,7 @@ # # spec file for package python-OSMPythonTools # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -16,18 +16,19 @@ # +%define skip_python38 1 %define modname OSMPythonTools Name: python-OSMPythonTools Version: 0.3.5 Release: 0 Summary: A library to access OpenStreetMap related services -License: GPL-3.0 +License: GPL-3.0-only URL: https://github.com/mocnik-science/osm-python-tools Source: https://github.com/mocnik-science/osm-python-tools/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-beautifulsoup4 Requires: python-geojson Requires: python-lxml