Codebase list python-pygerrit2 / cabfd944-0204-4f76-94cc-9d691d602b7a/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 88%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 5 package versions. Please wait... Got info from api.ftp-master.debian.org for 5 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.1.3' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.1.3' to '4.5.1'. - control source Build-Depends:3: 'python3-pbr (>= 0.8.2)' -> 'python3-pbr' # applied fix for :unnecessary greater-than versioned dependency: python3-pbr (>= 0.8.2). Debian has oldoldoldstable -> 0.8.2-1; oldoldstable -> 1.10.0-1; stretch-backports -> 4.2.0-4~bpo9+2; oldstable -> 4.2.0-5; stable -> 5.5.0-2; testing -> 5.5.1-2; unstable -> 5.5.1-2; experimental -> 5.6.0-1; Debian Janitor 2 years ago
2 changed file(s) with 32 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
1212
1313 [ Debian Janitor ]
1414 * Bump debhelper from old 12 to 13.
15 * Reading package lists... 0%Reading package lists... 0%Reading package
16 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
17 package lists... Done Building dependency tree... 0%Building dependency
18 tree... 0%Building dependency tree... 50%Building dependency tree...
19 50%Building dependency tree... 88%Building dependency tree... Done Reading
20 state information... 0% Reading state information... 0%Reading state
21 information... Done Connecting to api.ftp-master.debian.org to check 5
22 package versions. Please wait... Got info from api.ftp-master.debian.org for
23 5 packages. Changes applied to dpkg configuration: - control source
24 Standards-Version: '4.1.3' -> '4.5.1' # applied fix for :Current standards
25 version is '4.5.1'. Please read
26 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
27 changes that may be needed on your package to upgrade it from standard
28 version '4.1.3' to '4.5.1'. - control source Build-Depends:3: 'python3-pbr
29 (>= 0.8.2)' -> 'python3-pbr' # applied fix for :unnecessary greater-than
30 versioned dependency: python3-pbr (>= 0.8.2). Debian has oldoldoldstable ->
31 0.8.2-1; oldoldstable -> 1.10.0-1; stretch-backports -> 4.2.0-4~bpo9+2;
32 oldstable -> 4.2.0-5; stable -> 5.5.0-2; testing -> 5.5.1-2; unstable ->
33 5.5.1-2; experimental -> 5.6.0-1;
1534
1635 -- Debian Janitor <janitor@jelmer.uk> Mon, 13 Apr 2020 22:50:08 +0000
1736
00 Source: python-pygerrit2
1 Maintainer: Debian Python Team <team+python@tracker.debian.org>
2 Uploaders: Filip Pytloun <filip@pytloun.cz>
13 Section: python
4 Testsuite: autopkgtest-pkg-python
25 Priority: optional
3 Maintainer: Debian Python Team <team+python@tracker.debian.org>
4 Uploaders:
5 Filip Pytloun <filip@pytloun.cz>,
6 Build-Depends:
7 debhelper-compat (= 13),
8 dh-python,
9 python3-all,
10 python3-pbr (>= 0.8.2),
11 python3-setuptools,
12 Build-Depends-Indep:
13 python3-requests (>= 2.10.0),
14 Standards-Version: 4.1.3
15 Testsuite: autopkgtest-pkg-python
16 Homepage: https://github.com/dpursehouse/pygerrit2
6 Build-Depends: debhelper-compat (= 13),
7 dh-python,
8 python3-all,
9 python3-pbr,
10 python3-setuptools
11 Build-Depends-Indep: python3-requests (>= 2.10.0)
12 Standards-Version: 4.5.1
1713 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pygerrit2
1814 Vcs-Git: https://salsa.debian.org/python-team/packages/python-pygerrit2.git
15 Homepage: https://github.com/dpursehouse/pygerrit2
1916
2017 Package: python3-pygerrit2
2118 Architecture: all
2219 Multi-Arch: foreign
23 Depends:
24 ${misc:Depends},
25 ${python3:Depends},
20 Depends: ${misc:Depends},
21 ${python3:Depends}
2622 Description: library to interact with Gerrit via the REST API - Python 3.x
2723 pygerrit2 is simple Python library to provide interface to interact with
2824 Gerrit Code Review via it's REST API.