Change logs for python-networkx source package in Oneiric

  • python-networkx (1.5-2ubuntu0.1) oneiric-proposed; urgency=low
    
      * debian/patches/50_no_setuptools_in_requires.txt
         - don't add setuptools to requires.txt;
           allows import with pkg_resources.require('networkx') like
           e.g. epigrass does (LP: #925744)
     -- Julian Taylor <email address hidden>   Fri, 03 Feb 2012 19:58:28 +0100
  • python-networkx (1.5-2) unstable; urgency=low
      * debian/patches/40_astar_unique_shortest_path.diff    - make A* shortest paths unique; Closes: #634083 -- Sandro Tosi <email address hidden>  Sun, 17 Jul 2011 13:53:32 +0200
  • python-networkx (1.5-1) unstable; urgency=low
    
      * New upstream release
      * debian/control
        - added dvipng to b-d-i, needed for math images
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  11 Jun 2011 09:03:12 +0000
  • python-networkx (1.4-2) unstable; urgency=low
    
      * debian/patches/10_doc_relocation
        - write a description for this patch
      * debian/control
        - bump Standards-Version to 3.9.2 (no changes needed)
        - don't use 'we' in long description
      * debian/rules
        - install upstream changelog
    
    python-networkx (1.4-1) experimental; urgency=low
    
      * New upstream release; thanks to Yaroslav Halchenko for the report;
        Closes: #617677
      * debian/rules
        - don't compress objects.inv; thanks to Michael Fladischer for the report;
          Closes: #608780
      * debian/watch
        - updated to point to PyPi
      * debian/control
        - bump python-sphinx versioned b-d-i to 1.0.1 minimum
        - added python-pygraphviz to b-d-i, needed for doc building
      * debian/copyright
        - bump upstream and packaging copyright years
      * debian/patches/{40_add_networkxcss, 50_boundary-test-fix.patch
                        60_remove_svn_refs.diff 70_set_matplotlib_ps_backend.patch}
        - removed since merged upstream
      * debian/patches/{10_doc_relocation, 20_example_dirs_remove,
                        30_use_local_objects.inv}
        - refreshed/adapted to new upstream code
    
    python-networkx (1.3-1) experimental; urgency=low
    
      * New upstream release
      * debian/patches/changeset_r1745.diff
        - dropped, available in upstream release
      * debian/patches/10_doc_relocation
        - refreshed patch for new upstream code
      * debian/control
        - upstream code is now compatible with 2.6 or later only
        - bump Standards-Version to 3.9.1 (no changes needed)
      * debian/{control, rules}
        - run unittests at build time, b-d on python-nose added
      * debian/copyright
        - removed reference to /usr/share/common-licenses/BSD
      * Create a -doc package ; thanks to Yaroslav Halchenko for the report;
        Closes: #567369
        - (d/control) define a new binary package, and add depends on sphinx (>= 1)
        - (d/rules) build documentation, install it into the new -doc package
        - (d/patches/30_use_local_objects.inv) use local copy of remote objects.inv
      * debian/{control, rules}
        - moved to dh7 and "reduced" rules file
      * debian/rules
        - refer to built code when building doc
      * debian/python-networkx-doc.doc-base
        - added doc-base information
      * debian/patches/40_add_networkxcss
        - added as patch, since networkx.css is missing from the tarball, but needed
          to display properly HTML documentation
      * debian/patches/50_boundary-test-fix.patch
        - upstream patch to restrict node boundary test cases to valid range
      * debian/patches/60_remove_svn_refs.diff
        - upstream patch to remove references to old SVN repository (now Mercurial)
      * debian/patches/70_set_matplotlib_ps_backend.patch
        - set matplotlib backend to 'PS', so a DISPLAY it's not required and the
          tests can be run in a "reduced" environment
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:35:24 +0000
  • python-networkx (1.1-2) unstable; urgency=low
    
      * debian/{control, source/format, rules}
        - switch to '3.0 (quilt)' source format
      * debian/rules
        - use '-f' option of rm instead of the make-way of ignoring error
      * debian/rules
        - remove 2 doc files not needed (they are actually broken symlinks); thanks
          to Ian Zimmerman for the report; Closes: #580839
      * debian/patches/changeset_r1745.diff
        - replace string exceptions, removed from python >= 2.6; Closes: #585307
      * debian/{control, pyversions}
        - removed pyversions, now using XS-P-V
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  24 Jun 2010 17:28:17 +0100