Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-click-plugins
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
python-click-plugins
Compare revisions
125bc061ca5bf539832d34b0ab7fef47d51a23e3 to ccce4363c6e04f9b6d33594853ab0f6f46e8975f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
debian-gis-team/python-click-plugins
Select target project
No results found
ccce4363c6e04f9b6d33594853ab0f6f46e8975f
Select Git revision
Swap
Target
debian-gis-team/python-click-plugins
Select target project
debian-gis-team/python-click-plugins
1 result
125bc061ca5bf539832d34b0ab7fef47d51a23e3
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Drop Python 2 support.
· 22ce4d68
Bas Couwenberg
authored
5 years ago
22ce4d68
Set distribution to unstable.
· ccce4363
Bas Couwenberg
authored
5 years ago
ccce4363
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+4
-2
4 additions, 2 deletions
debian/changelog
debian/control
+1
-16
1 addition, 16 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
6 additions
and
19 deletions
debian/changelog
View file @
ccce4363
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@debian.org>
Wed, 10 Jul 2019 19:04:38
+0200
-- Bas Couwenberg <sebastic@debian.org>
Fri, 23 Aug 2019 20:53:07
+0200
python-click-plugins (1.1.1-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
ccce4363
...
...
@@ -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},
...
...
This diff is collapsed.
Click to expand it.
debian/rules
View file @
ccce4363
...
...
@@ -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
This diff is collapsed.
Click to expand it.