[Git][debian-gis-team/python-affine][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jul 21 19:27:20 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / python-affine
Commits:
fdbd3d99 by Bas Couwenberg at 2019-07-21T18:20:42Z
Drop Python 2 support.
- - - - -
3b87567a by Bas Couwenberg at 2019-07-21T18:20:56Z
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-python-affine (2.2.2-2) UNRELEASED; urgency=medium
+python-affine (2.2.2-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
+ * Drop Python 2 support.
- -- Bas Couwenberg <sebastic at debian.org> Tue, 25 Dec 2018 23:05:26 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 21 Jul 2019 20:20:43 +0200
python-affine (2.2.2-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,30 +6,14 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-all,
python3-all,
- python-pytest,
python3-pytest,
- python-setuptools,
python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-affine
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-affine.git
Homepage: https://github.com/sgillies/affine
-Package: python-affine
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
-Description: Python Library for handling affine transformations of the plane
- This library contains functions for handling affine transformations of the
- plane.
- .
- It can be used in georeferenced datasets to transfer image to world
- coordinates.
- .
- This is the Python 2 version of the library.
-
Package: python3-affine
Architecture: all
Depends: ${misc:Depends},
=====================================
debian/rules
=====================================
@@ -3,4 +3,4 @@
export PYBUILD_NAME=affine
%:
- dh $@ --with python2,python3 --buildsystem pybuild --parallel
+ dh $@ --with python3 --buildsystem pybuild --parallel
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/compare/b72742e6325749edfee43e4f18bad04249bcd369...3b87567a22497cfa424c1b16147aa0d7af4495b1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/compare/b72742e6325749edfee43e4f18bad04249bcd369...3b87567a22497cfa424c1b16147aa0d7af4495b1
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/dc7bcabf/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list