Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7361

Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental

From Sandro Tosi <morph@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental
Date 2015-09-30 10:50 +0200
Message-ID <qelfk-8h1-15@gated-at.bofh.it> (permalink)
References <qe1gC-53J-13@gated-at.bofh.it> <qe1gC-53J-11@gated-at.bofh.it> <qe1JD-5BG-1@gated-at.bofh.it> <qe22Z-6dx-3@gated-at.bofh.it> <qekMj-7IF-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Sep 30, 2015 at 9:12 AM, Thomas Goirand <zigo@debian.org> wrote:
> On 09/29/2015 02:11 PM, Sandro Tosi wrote:
>>>  Are
>>> there any specific changes you object to
>>
>> As for the technical aspects, tests were disabled mentioning they
>> access internet (and from the code it is not clear at all if they do,
>> and I kinda doubt that)
>
> It clearly showed access to the outside world when it wasn't blacklisted.

really? I re-enabled the test, and this is what I got (pasting and
line wrapping will suck):

File "/tmp/buildd/python-networkx-1.10/networkx/drawing/nx_agraph.py",
line 218, in networkx.drawing.nx_agraph.graphviz_layout
Failed example:
    pos=nx.graphviz_layout(G)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest networkx.drawing.nx_agraph.graphviz_layout[1]>",
line 1, in <module>
        pos=nx.graphviz_layout(G)
      File "/tmp/buildd/python-networkx-1.10/networkx/drawing/nx_pydot.py",
line 257, in graphviz_layout
        return pydot_layout(G=G,prog=prog,root=root,**kwds)
      File "/tmp/buildd/python-networkx-1.10/networkx/drawing/nx_pydot.py",
line 271, in pydot_layout
        pydot = load_pydot()
      File "/tmp/buildd/python-networkx-1.10/networkx/drawing/nx_pydot.py",
line 47, in load_pydot
        raise ImportError(msg)
    ImportError: pydot could not be loaded: http://code.google.com/p/pydot/

is this what you call "clearly showed access"? did you even look at
the code? It is just an indication where to download pydot since it
cannot be found when running the test.... disabling the test is
*wrong* adding a build-dep is *right*.

Fix your mistakes or refrain from changing packages you dont
understand or care to maintain.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-29 13:30 +0200
  Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Piotr Ożarowski <piotr@debian.org> - 2015-09-29 13:50 +0200
  Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Julien Cristau <julien.cristau@logilab.fr> - 2015-09-29 14:00 +0200
    Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-29 14:20 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 10:20 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 10:50 +0200
    Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-09-29 14:30 +0200
  Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-09-29 15:50 +0200
    Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Tristan Seligmann <mithrandi@mithrandi.net> - 2015-09-29 16:30 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-09-29 16:40 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 10:50 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Tristan Seligmann <mithrandi@mithrandi.net> - 2015-09-30 14:10 +0200
    Maintainer vs. Uploaders Piotr Ożarowski <piotr@debian.org> - 2015-09-29 16:40 +0200
      Re: Maintainer vs. Uploaders Barry Warsaw <barry@debian.org> - 2015-09-29 20:40 +0200
      Re: Maintainer vs. Uploaders Sandro Tosi <morph@debian.org> - 2015-09-30 11:30 +0200
    Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Julien Puydt <julien.puydt@laposte.net> - 2015-09-29 17:50 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-09-29 20:40 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Piotr Ożarowski <piotr@debian.org> - 2015-09-29 20:50 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Julien Puydt <julien.puydt@laposte.net> - 2015-09-29 21:00 +0200
            lintian and team uploads Piotr Ożarowski <piotr@debian.org> - 2015-09-29 21:50 +0200
              Re: lintian and team uploads Barry Warsaw <barry@debian.org> - 2015-09-29 22:00 +0200
                Re: lintian and team uploads Julien Puydt <julien.puydt@laposte.net> - 2015-09-29 22:40 +0200
                Re: lintian and team uploads Barry Warsaw <barry@debian.org> - 2015-09-29 22:50 +0200
                Re: lintian and team uploads Scott Kitterman <debian@kitterman.com> - 2015-09-30 05:00 +0200
                Re: lintian and team uploads Scott Kitterman <debian@kitterman.com> - 2015-09-30 05:00 +0200
                git migration (AKA missing old good svn days) Piotr Ożarowski <piotr@debian.org> - 2015-09-29 23:10 +0200
                Re: git migration (AKA missing old good svn days) Barry Warsaw <barry@debian.org> - 2015-09-30 00:00 +0200
                Re: git migration (AKA missing old good svn days) Scott Kitterman <debian@kitterman.com> - 2015-09-30 05:00 +0200
                Re: git migration (AKA missing old good svn days) Vincent Bernat <bernat@debian.org> - 2015-09-30 07:40 +0200
                Re: git migration (AKA missing old good svn days) Stefano Rivera <stefanor@debian.org> - 2015-10-03 11:40 +0200
    Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 11:00 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 11:20 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 17:30 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 17:50 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Kluyver <thomas@kluyver.me.uk> - 2015-09-30 11:30 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Dimitri John Ledkov <xnox@debian.org> - 2015-09-30 12:30 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 12:50 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 17:30 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Andrey Rahmatullin <wrar@debian.org> - 2015-09-30 17:50 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 18:10 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 18:40 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 12:50 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-09-30 13:10 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-09-30 12:50 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-09-30 17:20 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <morph@debian.org> - 2015-09-30 18:30 +0200
      Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Michael Fladischer <fladi@debian.org> - 2015-10-05 10:00 +0200
        Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-05 15:00 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-05 17:00 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-10-05 23:30 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-05 23:50 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-06 00:40 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 01:10 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-06 02:20 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 09:30 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-06 13:50 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 15:40 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Piotr Ożarowski <piotr@debian.org> - 2015-10-06 18:30 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 22:50 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Piotr Ożarowski <piotr@debian.org> - 2015-10-06 23:40 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-07 15:40 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Brian May <brian@microcomaustralia.com.au> - 2015-10-07 23:50 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Piotr Ożarowski <piotr@debian.org> - 2015-10-08 00:10 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 11:00 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Ben Finney <ben+debian@benfinney.id.au> - 2015-10-06 11:20 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Brian May <brian@microcomaustralia.com.au> - 2015-10-06 02:50 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-06 03:40 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 13:30 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Sandro Tosi <sandro.tosi@gmail.com> - 2015-10-06 13:40 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Jeremy Stanley <fungi@yuggoth.org> - 2015-10-06 03:30 +0200
                Re: mock 1.2 breaking tests (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Thomas Goirand <zigo@debian.org> - 2015-10-06 09:30 +0200
                Re: mock 1.2 breaking tests (was:  python-networkx_1.10-1_amd64.changes ACCEPTED into experimental) Jeremy Stanley <fungi@yuggoth.org> - 2015-10-06 16:00 +0200
                Re: mock 1.2 breaking tests (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Ian Cordasco <graffatcolmingov@gmail.com> - 2015-10-06 17:50 +0200
                Re: mock 1.2 breaking tests Thomas Goirand <zigo@debian.org> - 2015-10-06 19:10 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Robert Collins <robertc@robertcollins.net> - 2015-10-05 20:10 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-10-05 23:20 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Thomas Goirand <zigo@debian.org> - 2015-10-06 09:40 +0200
          Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-10-05 23:20 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Mattia Rizzolo <mattia@mapreri.org> - 2015-10-05 23:20 +0200
              Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Barry Warsaw <barry@debian.org> - 2015-10-05 23:30 +0200
                Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Mattia Rizzolo <mattia@mapreri.org> - 2015-10-05 23:50 +0200
            Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Scott Kitterman <debian@kitterman.com> - 2015-10-05 23:30 +0200
            Re: managing transitions (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Thomas Goirand <zigo@debian.org> - 2015-10-06 09:50 +0200
              Re: managing transitions (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Brian May <brian@microcomaustralia.com.au> - 2015-10-06 10:50 +0200
                Re: managing transitions (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Mattia Rizzolo <mattia@mapreri.org> - 2015-10-06 13:10 +0200
                Re: managing transitions Thomas Goirand <zigo@debian.org> - 2015-10-06 16:10 +0200
                Re: managing transitions Mattia Rizzolo <mattia@mapreri.org> - 2015-10-06 17:10 +0200
                Re: managing transitions (was: python-networkx_1.10-1_amd64.changes  ACCEPTED into experimental) Barry Warsaw <barry@debian.org> - 2015-10-06 17:50 +0200
                Re: managing transitions Thomas Goirand <zigo@debian.org> - 2015-10-06 19:10 +0200
                Re: managing transitions Barry Warsaw <barry@debian.org> - 2015-10-06 20:20 +0200
                Re: managing transitions Fred Drake <fred@fdrake.net> - 2015-10-06 21:20 +0200
                Re: managing transitions Barry Warsaw <barry@debian.org> - 2015-10-06 21:30 +0200
                Re: managing transitions Ian Cordasco <graffatcolmingov@gmail.com> - 2015-10-06 21:30 +0200

csiph-web