Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 8dd9ae03
Bas Couwenberg
authored
Jul 21, 2019
8dd9ae03
Set distribution to unstable.
· ab6ec23f
Bas Couwenberg
authored
Jul 21, 2019
ab6ec23f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ab6ec23f
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:5
9:4
8
+0200
-- Bas Couwenberg <sebastic@debian.org> Sun,
21
Jul 2019
10:2
9:4
0
+0200
python-osmapi (1.2.2-2) unstable; urgency=medium
...
...
debian/control
View file @
ab6ec23f
...
...
@@ -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,
python
3
-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,
...
...
debian/rules
View file @
ab6ec23f
...
...
@@ -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="nosetests
3
--verbose" dh_auto_test
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md