[Git][debian-gis-team/python-geojson][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Wed Aug 21 13:52:05 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / python-geojson
Commits:
1dc815b8 by Bas Couwenberg at 2019-08-21T12:40:10Z
Drop Python 2 support.
- - - - -
66a36c88 by Bas Couwenberg at 2019-08-21T12:40:21Z
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-geojson (2.5.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Drop Python 2 support.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 21 Aug 2019 14:40:12 +0200
+
python-geojson (2.5.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -5,28 +5,13 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-setuptools,
- python-all,
- python3-setuptools,
python3-all,
+ python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geojson
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geojson.git
Homepage: https://github.com/frewsxcv/python-geojson
-Package: python-geojson
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends},
-Description: Python 2 bindings and utilities for GeoJSON
- This library contains:
- .
- * Functions for encoding and decoding GeoJSON formatted data
- * Classes for all GeoJSON Objects
- * An implementation of the Python geo_interface Specification
- .
- This is the Python 2 version of the library
-
Package: python3-geojson
Architecture: all
Depends: ${python3:Depends},
=====================================
debian/rules
=====================================
@@ -5,7 +5,6 @@ export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export PYBUILD_NAME=geojson
-#export PYBUILD_DISABLE_python3.4=test
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python3 --buildsystem pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geojson/compare/b6bbb1a9011a78f8f5a9d55a1bfbddbddf70d442...66a36c884ac59bf6503c00a770513a4b1240be31
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geojson/compare/b6bbb1a9011a78f8f5a9d55a1bfbddbddf70d442...66a36c884ac59bf6503c00a770513a4b1240be31
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190821/cfd031be/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list