forked from pool/python-OSMPythonTools
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1599a10756 | |||
| 3677e28875 | |||
| 629ca60aab | |||
| ee709fd2fb |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6be60ce3fd242083e4f139c228a3e8b5ddb3980a7fb9023a99ed22f52768fa7d
|
|
||||||
size 194001
|
|
||||||
3
OSMPythonTools-0.3.6.tar.gz
Normal file
3
OSMPythonTools-0.3.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40f603ed84b092ab63e4a191cd808fc1792e0f71ca80bdd3aeb95d2ae8740196
|
||||||
|
size 194800
|
||||||
@@ -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>
|
Wed Jan 3 10:08:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-OSMPythonTools
|
# 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
|
# 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
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define modname OSMPythonTools
|
%define modname OSMPythonTools
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-OSMPythonTools
|
Name: python-OSMPythonTools
|
||||||
Version: 0.3.5
|
Version: 0.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library to access OpenStreetMap related services
|
Summary: A library to access OpenStreetMap related services
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -34,6 +34,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-beautifulsoup4
|
Requires: python-beautifulsoup4
|
||||||
Requires: python-geojson
|
Requires: python-geojson
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
|
Requires: python-matplotlib
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-pandas
|
Requires: python-pandas
|
||||||
Requires: python-ujson
|
Requires: python-ujson
|
||||||
@@ -61,6 +62,6 @@ A library to access OpenStreetMap related services
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/%{modname}
|
%{python_sitelib}/%{modname}
|
||||||
%{python_sitelib}/%{modname}-%{version}*-info
|
%{python_sitelib}/osmpythontools-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user