Skip to content
Commits on Source (2)
python-osmapi (1.2.2-3) UNRELEASED; urgency=medium
python-osmapi (1.2.2-3) unstable; urgency=medium
* Update gbp.conf to use --source-only-changes by default.
* Bump Standards-Version to 4.4.0, no changes.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Sun, 07 Jul 2019 09:59:48 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 10:29:40 +0200
python-osmapi (1.2.2-2) unstable; urgency=medium
......
......@@ -6,40 +6,19 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-setuptools,
python3-setuptools,
python-flake8,
python3-flake8,
python-nose,
python3-nose,
python-mock,
python3-mock,
python-requests,
python3-requests,
python-xmltodict,
python3-xmltodict,
tox
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-osmapi
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-osmapi.git
Homepage: https://wiki.openstreetmap.org/wiki/Osmapi
Package: python-osmapi
Architecture: all
Depends: python-requests,
${python:Depends},
${misc:Depends}
Description: Python interface to OpenStreetMap API
This package contains a Python module implementing the OpenStreetMap
API (version 0.6). The module allows access the OSM database, and
provides full featured manipulation of data using Python. Please note
that scripted imports and automated edits should only be carried out by
those with experience and understanding of the way the OpenStreetMap
community create maps, and only with careful planning and consultation.
.
This is the Python 2 version of the library.
Package: python3-osmapi
Architecture: all
Depends: python3-requests,
......
......@@ -3,12 +3,12 @@
export PYBUILD_NAME=osmapi
%:
dh $@ --with python2,python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
# run tests
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="nosetests --verbose" dh_auto_test
PYBUILD_TEST_ARGS="nosetests3 --verbose" dh_auto_test
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md