Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits: 8dd32765 by Bas Couwenberg at 2019-07-21T08:39:27Z Drop Python 2 support. - - - - - bd0e5d95 by Bas Couwenberg at 2019-07-21T08:39:38Z Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/pyosmium.links - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -pyosmium (2.15.2-2) UNRELEASED; urgency=medium +pyosmium (2.15.2-2) unstable; urgency=medium * Bump Standards-Version to 4.4.0, no changes. + * Drop Python 2 support. - -- Bas Couwenberg <[email protected]> Wed, 10 Jul 2019 19:01:26 +0200 + -- Bas Couwenberg <[email protected]> Sun, 21 Jul 2019 10:39:29 +0200 pyosmium (2.15.2-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -14,10 +14,6 @@ Build-Depends: cmake (>= 2.8.12), libosmium2-dev (>= 2.15.1), libsparsehash-dev, pybind11-dev, - python-all-dev, - python-setuptools, - python-mock, - python-nose, python3-all-dev, python3-setuptools, python3-mock, @@ -32,7 +28,7 @@ Homepage: https://osmcode.org/pyosmium/ Package: pyosmium Architecture: all Section: utils -Depends: python-pyosmium (>= ${source:Version}), +Depends: python3-pyosmium (>= ${source:Version}), ${misc:Depends} Description: Osmium library bindings for Python - utilities The PyOsmium module allows you to access some of the features of the Osmium @@ -46,26 +42,6 @@ Description: Osmium library bindings for Python - utilities . This package contains the PyOsmium utilities. -Package: python-pyosmium -Architecture: any -Section: python -Depends: ${python:Depends}, - ${shlibs:Depends}, - ${misc:Depends} -Provides: ${python:Provides} -Suggests: pyosmium-doc -Description: Osmium library bindings for Python - The PyOsmium module allows you to access some of the features of the Osmium - library from Python code. - . - PyOsmium has extensive support for all types of OSM entities: nodes, ways, - relations, and changesets. It allows reading from OSM files in XML and PBF - formats, including change files and full history files. Its easy to use - handler interface allows you to quickly write data filtering and conversion - functions. - . - This package contains the PyOsmium module for Python 2. - Package: python3-pyosmium Architecture: any Section: python ===================================== debian/pyosmium.links ===================================== @@ -1,2 +1,2 @@ -usr/lib/python-pyosmium/pyosmium-get-changes usr/bin/pyosmium-get-changes -usr/lib/python-pyosmium/pyosmium-up-to-date usr/bin/pyosmium-up-to-date +usr/lib/python3-pyosmium/pyosmium-get-changes usr/bin/pyosmium-get-changes +usr/lib/python3-pyosmium/pyosmium-up-to-date usr/bin/pyosmium-up-to-date ===================================== debian/rules ===================================== @@ -15,7 +15,7 @@ export VERBOSE=1 %: dh $@ \ --buildsystem pybuild \ - --with python2,python3 \ + --with python3 \ --parallel override_dh_clean: View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/compare/f659bec7c930741e86ffc66710be135f1dacd87f...bd0e5d958a33786690d8acb574cba15b4c46faf6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/compare/f659bec7c930741e86ffc66710be135f1dacd87f...bd0e5d958a33786690d8acb574cba15b4c46faf6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
