[Git][debian-gis-team/python-click-plugins][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Fri Aug 23 20:02:10 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / python-click-plugins
Commits:
22ce4d68 by Bas Couwenberg at 2019-08-23T18:53:05Z
Drop Python 2 support.
- - - - -
ccce4363 by Bas Couwenberg at 2019-08-23T18:53:22Z
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-python-click-plugins (1.1.1-2) UNRELEASED; urgency=medium
+python-click-plugins (1.1.1-2) unstable; urgency=medium
+ * Team upload.
* Bump Standards-Version to 4.4.0, no changes.
+ * Drop Python 2 support.
- -- Bas Couwenberg <sebastic at debian.org> Wed, 10 Jul 2019 19:04:38 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 23 Aug 2019 20:53:07 +0200
python-click-plugins (1.1.1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,30 +5,15 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-all,
python3-all,
- python-setuptools,
- python3-setuptools,
- python-click,
python3-click,
- python-pytest,
python3-pytest,
+ python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-click-plugins/
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-click-plugins.git
Homepage: https://github.com/click-contrib/click-plugins
-Package: python-click-plugins
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends}
-Description: Click extension to register external CLI commands (Python 2)
- Click plugins allows developers of Click commandline applications to add a
- plugin mechanism to their tools. This allows the creation of subcommands
- registered by those plugins.
- .
- This is the Python 2 version of the package.
-
Package: python3-click-plugins
Architecture: all
Depends: ${python3:Depends},
=====================================
debian/rules
=====================================
@@ -10,4 +10,4 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_NAME=click-plugins
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python3 --buildsystem pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/compare/125bc061ca5bf539832d34b0ab7fef47d51a23e3...ccce4363c6e04f9b6d33594853ab0f6f46e8975f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/compare/125bc061ca5bf539832d34b0ab7fef47d51a23e3...ccce4363c6e04f9b6d33594853ab0f6f46e8975f
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/20190823/805d503a/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list