15
0

Accepting request 1136455 from devel:languages:python

- require setuptools
- spec cleanups

OBS-URL: https://build.opensuse.org/request/show/1136455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OSMPythonTools?expand=0&rev=3
This commit is contained in:
2024-01-03 11:32:45 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 3 10:08:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require setuptools
- spec cleanups
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 4 09:42:45 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Tue Apr 4 09:42:45 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-OSMPythonTools # spec file for package python-OSMPythonTools
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
# #
%define skip_python38 1
%define modname OSMPythonTools %define modname OSMPythonTools
%{?sle15_python_module_pythons}
Name: python-OSMPythonTools Name: python-OSMPythonTools
Version: 0.3.5 Version: 0.3.5
Release: 0 Release: 0
@@ -25,7 +25,9 @@ Summary: A library to access OpenStreetMap related services
License: GPL-3.0-only License: GPL-3.0-only
URL: https://github.com/mocnik-science/osm-python-tools 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 Source: https://github.com/mocnik-science/osm-python-tools/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros