Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-pygerrit2
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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 Python Team
packages
python-pygerrit2
Commits
dba092b9
Commit
dba092b9
authored
5 years ago
by
Ondřej Nový
Browse files
Options
Downloads
Patches
Plain Diff
Drop Python 2 support.
parent
544b45fe
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+0
-16
0 additions, 16 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
2 additions
and
17 deletions
debian/changelog
+
1
−
0
View file @
dba092b9
...
...
@@ -3,6 +3,7 @@ python-pygerrit2 (2.0.4-2) UNRELEASED; urgency=medium
* d/control: Set Vcs-* to salsa.debian.org
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:04:15 +0100
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
16
View file @
dba092b9
...
...
@@ -7,14 +7,10 @@ Uploaders:
Build-Depends:
debhelper-compat (= 11),
dh-python,
python-all,
python-pbr (>= 0.8.2),
python-setuptools,
python3-all,
python3-pbr (>= 0.8.2),
python3-setuptools,
Build-Depends-Indep:
python-requests (>= 2.10.0),
python3-requests (>= 2.10.0),
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
...
...
@@ -22,18 +18,6 @@ Homepage: https://github.com/dpursehouse/pygerrit2
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pygerrit2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pygerrit2.git
Package: python-pygerrit2
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python:Depends},
Description: library to interact with Gerrit via the REST API - Python 2.7
pygerrit2 is simple Python library to provide interface to interact with
Gerrit Code Review via it's REST API.
.
This package contains the Python 2.7 module.
Package: python3-pygerrit2
Architecture: all
Multi-Arch: foreign
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
dba092b9
...
...
@@ -6,7 +6,7 @@ export PBR_VERSION=$(DEB_VERSION_UPSTREAM)
export PYBUILD_NAME=pygerrit2
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment