Package: python-beanbag
Version: 1.9.2-1
Severity: normal
Tags: patch

While your at it you could apply the supplied patch for #804357 too.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-beanbag depends on:
ii  python-requests  2.11.1-1
pn  python:any       <none>

python-beanbag recommends no packages.

Versions of packages python-beanbag suggests:
ii  python-beanbag-doc        1.9.2-1
ii  python-requests-oauthlib  0.7.0-0.1

-- no debconf information
diff -Nur beanbag-1.9.2/docs/index.rst beanbag-1.9.2.new/docs/index.rst
--- beanbag-1.9.2/docs/index.rst	2015-03-27 18:03:37.000000000 +1000
+++ beanbag-1.9.2.new/docs/index.rst	2016-12-28 16:25:44.543216567 +1000
@@ -25,7 +25,7 @@
 
    >>> import beanbag.v2 as beanbag # version 2 api
    >>> github = beanbag.BeanBag("https://api.github.com";)
-   >>> watchers = GET(github.repos.ajtowns.beanbag.watchers)
+   >>> watchers = beanbag.GET(github.repos.ajtowns.beanbag.watchers)
    >>> for w in watchers:
    ...     print(w.login)
 

Reply via email to