[Git][debian-gis-team/python-descartes][master] 2 commits: Drop Python 2 support.

Bas Couwenberg gitlab at salsa.debian.org
Sun Jul 21 20:29:05 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / python-descartes


Commits:
75952710 by Bas Couwenberg at 2019-07-21T19:22:49Z
Drop Python 2 support.

- - - - -
8972c1e8 by Bas Couwenberg at 2019-07-21T19:23:03Z
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,13 @@
-python-descartes (1.1.0-3) UNRELEASED; urgency=medium
+python-descartes (1.1.0-3) unstable; urgency=medium
 
+  * Team upload.
   * Bump Standards-Version to 4.4.0, no changes.
   * Drop autopkgtests to test installability & module import.
   * Add lintian override for testsuite-autopkgtest-missing.
   * Update gbp.conf to use --source-only-changes by default.
+  * Drop Python 2 support.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 05 Aug 2018 20:50:42 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jul 2019 21:22:50 +0200
 
 python-descartes (1.1.0-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -5,30 +5,16 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all,
                python3-all,
-               python-nose,
                python3-nose,
-               python-matplotlib,
                python3-matplotlib,
-               python-setuptools,
                python3-setuptools,
-               python-shapely,
                python3-shapely
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-descartes/
 Vcs-Git: https://salsa.debian.org/debian-gis-team/python-descartes.git
 Homepage: https://bitbucket.org/sgillies/descartes
 
-Package: python-descartes
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Matplotlib extension to work with geometric objects (Python2)
- Descartes allows the usage of geometric objects as matplotlib paths
- and patches.
- .
- This is the Python 2 version of the library.
-
 Package: python3-descartes
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}


=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=descartes
 
 %:
-	dh  $@ --with python2,python3 --buildsystem pybuild --parallel
+	dh  $@ --with python3 --buildsystem pybuild --parallel
 
 override_dh_auto_test:
 	dh_auto_test || echo "Ignoring test failures"



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-descartes/compare/26a1c40977ce1a22a1c6a22e25a61918a9b26d10...8972c1e84baf34a6f30cab2f1f14cfd472763282

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-descartes/compare/26a1c40977ce1a22a1c6a22e25a61918a9b26d10...8972c1e84baf34a6f30cab2f1f14cfd472763282
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/20190721/5893483f/attachment-0001.html>


More information about the Pkg-grass-devel mailing list