[Git][debian-gis-team/python-cligj][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jul 21 20:05:04 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / python-cligj
Commits:
49e250c5 by Bas Couwenberg at 2019-07-21T18:58:27Z
Drop Python 2 support.
- - - - -
79461d7f by Bas Couwenberg at 2019-07-21T18:58:43Z
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-python-cligj (0.5.0-2) UNRELEASED; urgency=medium
+python-cligj (0.5.0-2) unstable; urgency=medium
+ * Team upload.
* 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:06:27 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 21 Jul 2019 20:58:32 +0200
python-cligj (0.5.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,9 +5,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-setuptools,
- python-click,
- python-all,
python3-setuptools,
python3-click,
python3-all,
@@ -16,16 +13,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-cligj
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-cligj.git
Homepage: https://github.com/mapbox/cligj
-Package: python-cligj
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends}
-Description: Python 2 library for processing GeoJSON commands
- Cligj is a small library which can be used to standardise processing
- of geoJSON in Python command line programs.
- .
- This package provides the Python 2 version of the library.
-
Package: python3-cligj
Architecture: all
Depends: ${python3:Depends},
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
export PYBUILD_NAME=cligj
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cligj/compare/bf997ca617c4674ec0d15e8e5c254ed0342fb387...79461d7f5b4babfa92aff62ca9c16bc6f2f14df1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cligj/compare/bf997ca617c4674ec0d15e8e5c254ed0342fb387...79461d7f5b4babfa92aff62ca9c16bc6f2f14df1
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/a464e0f7/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list