Codebase list lazr.restfulclient / 40b987e1-9091-4952-8bfe-d043cf529fed/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... Done Reading state information... 0% 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: '3.9.8' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. 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 '3.9.8' to '4.6.0'. - control binary:"python3-lazr.restfulclient" Depends:0: 'python3-httplib2 (>= 0.7.7)' -> 'python3-httplib2' # applied fix for :unnecessary greater-than versioned dependency: python3-httplib2 (>= 0.7.7). Debian has oldstable -> 0.11.3-2; testing -> 0.18.1-3; unstable -> 0.18.1-3; stable -> 0.18.1-3; - control binary:"python3-lazr.restfulclient" Depends:4: 'python3-wadllib (>= 1.1.4)' -> 'python3-wadllib' # applied fix for :unnecessary greater-than versioned dependency: python3-wadllib (>= 1.1.4). Debian has oldstable -> 1.3.3-2; unstable -> 1.3.5-1; stable -> 1.3.5-1; testing -> 1.3.5-1; Debian Janitor 2 years ago
2 changed file(s) with 41 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
1111 * Extend upstream metadata.
1212 * d/control: Update Uploader field with new Debian Python Team contact
1313 address.
14
15 [ Debian Janitor ]
16 * Reading package lists... 0%Reading package lists... 0%Reading package
17 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
18 package lists... Done Building dependency tree... 0%Building dependency
19 tree... 0%Building dependency tree... 50%Building dependency tree...
20 50%Building dependency tree... Done Reading state information... 0% Reading
21 state information... 0%Reading state information... 0%Reading state
22 information... Done Connecting to api.ftp-master.debian.org to check 5
23 package versions. Please wait... Got info from api.ftp-master.debian.org for
24 5 packages. Changes applied to dpkg configuration: - control source
25 Standards-Version: '3.9.8' -> '4.6.0' # applied fix for :Current standards
26 version is '4.6.0'. Please read
27 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
28 changes that may be needed on your package to upgrade it from standard
29 version '3.9.8' to '4.6.0'. - control binary:"python3-lazr.restfulclient"
30 Depends:0: 'python3-httplib2 (>= 0.7.7)' -> 'python3-httplib2' # applied fix
31 for :unnecessary greater-than versioned dependency: python3-httplib2 (>=
32 0.7.7). Debian has oldstable -> 0.11.3-2; testing -> 0.18.1-3; unstable ->
33 0.18.1-3; stable -> 0.18.1-3; - control binary:"python3-lazr.restfulclient"
34 Depends:4: 'python3-wadllib (>= 1.1.4)' -> 'python3-wadllib' # applied fix
35 for :unnecessary greater-than versioned dependency: python3-wadllib (>=
36 1.1.4). Debian has oldstable -> 1.3.3-2; unstable -> 1.3.5-1; stable ->
37 1.3.5-1; testing -> 1.3.5-1;
1438
1539 -- Debian Janitor <janitor@jelmer.uk> Mon, 22 Jun 2020 05:47:49 -0000
1640
00 Source: lazr.restfulclient
1 Section: python
2 Priority: optional
31 Maintainer: Stefano Rivera <stefanor@debian.org>
42 Uploaders: Debian Python Team <team+python@tracker.debian.org>
5 Build-Depends:
6 debhelper-compat (= 12),
7 dh-python,
8 python3-all,
9 python3-setuptools,
10 Standards-Version: 3.9.8
3 Section: python
4 Testsuite: autopkgtest-pkg-python
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12),
7 dh-python,
8 python3-all,
9 python3-setuptools
10 Standards-Version: 4.6.0
11 Vcs-Browser: https://salsa.debian.org/python-team/packages/lazr.restfulclient
12 Vcs-Git: https://salsa.debian.org/python-team/packages/lazr.restfulclient.git
1113 Homepage: https://launchpad.net/lazr.restfulclient
12 Vcs-Git: https://salsa.debian.org/python-team/packages/lazr.restfulclient.git
13 Vcs-Browser: https://salsa.debian.org/python-team/packages/lazr.restfulclient
14 Testsuite: autopkgtest-pkg-python
1514
1615 Package: python3-lazr.restfulclient
1716 Architecture: all
18 Depends:
19 python3-httplib2 (>= 0.7.7),
20 python3-lazr.uri,
21 python3-pkg-resources,
22 python3-simplejson,
23 python3-wadllib (>= 1.1.4),
24 ${misc:Depends},
25 ${python3:Depends},
17 Depends: python3-httplib2,
18 python3-lazr.uri,
19 python3-pkg-resources,
20 python3-simplejson,
21 python3-wadllib,
22 ${misc:Depends},
23 ${python3:Depends}
2624 Description: client for lazr.restful-based web services (Python 3)
2725 A programmable client library that takes advantage of the commonalities
2826 among lazr.rest web services to provide added functionality on top