15
0

Compare commits

4 Commits

Author SHA256 Message Date
1599a10756 Accepting request 1318413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OSMPythonTools?expand=0&rev=5
2025-11-18 14:40:51 +00:00
3677e28875 - Update to 0.3.6
* [improvement] `Nominatim` forward geocoding results can be iterated
  * [improvement] polygons can be used to define the search area for an
    `Overpass` query
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-OSMPythonTools?expand=0&rev=9
2025-11-18 07:55:49 +00:00
629ca60aab Accepting request 1264821 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OSMPythonTools?expand=0&rev=4
2025-04-16 18:38:20 +00:00
ee709fd2fb - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-OSMPythonTools?expand=0&rev=7
2025-03-25 03:46:54 +00:00
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6be60ce3fd242083e4f139c228a3e8b5ddb3980a7fb9023a99ed22f52768fa7d
size 194001

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40f603ed84b092ab63e4a191cd808fc1792e0f71ca80bdd3aeb95d2ae8740196
size 194800

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 17 15:46:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.3.6
* [improvement] `Nominatim` forward geocoding results can be iterated
* [improvement] polygons can be used to define the search area for an
`Overpass` query
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Mar 25 03:46:40 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Jan 3 10:08:05 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-OSMPythonTools
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define modname OSMPythonTools
%{?sle15_python_module_pythons}
Name: python-OSMPythonTools
Version: 0.3.5
Version: 0.3.6
Release: 0
Summary: A library to access OpenStreetMap related services
License: GPL-3.0-only
@@ -34,6 +34,7 @@ BuildRequires: python-rpm-macros
Requires: python-beautifulsoup4
Requires: python-geojson
Requires: python-lxml
Requires: python-matplotlib
Requires: python-numpy
Requires: python-pandas
Requires: python-ujson
@@ -61,6 +62,6 @@ A library to access OpenStreetMap related services
%doc README.md
%license LICENSE
%{python_sitelib}/%{modname}
%{python_sitelib}/%{modname}-%{version}*-info
%{python_sitelib}/osmpythontools-%{version}.dist-info
%changelog