networkx 2.8.8-1ubuntu1 source package in Ubuntu

Changelog

networkx (2.8.8-1ubuntu1) lunar; urgency=low

  * Merge from Debian unstable (LP: #2002660).  Remaining changes:
    - d/control: Lower Recommends to Suggests for some universe packages.
  * Dropped changes, superseded upstream:
    - d/control: Depend on nb2plots>=0.6-2ubuntu1 which includes a py310 fix.
    - d/p/fix-Sphinx-deprecation.patch,
      d/p/use-xetex-for-uft8-latex-backend-4326.patch: Cherry-picked from
      upstream to fix sphinx failures.
    - d/control: Add fonts-freefont-otf, texlive-xetex, and xindy BDs.

networkx (2.8.8-1) unstable; urgency=medium

  * New upstream release; Closes: #1025052
  * stop building the -doc package (including dropping all patches)
  * debian/copyright
    - extend packaging copyright years
    - update upstream copyright years
  * debian/control
    - bump Standards-Version to 4.6.2.0 (no changes needed)
  * debian/rules
    - run tests using pybuild

networkx (2.6.3-1) unstable; urgency=medium

  * New upstream release
  * Use the new Debian Python Team contact name and address
  * debian/watch
    - track github releases
  * debian/copyright
    - update upstream copyright years
    - extend packaging copyright years
  * debian/patches/*
    - refresh/update patches
  * debian/control
    - merge b-d and b-d-i
    - add pydata-sphinx-theme to b-d, needed to build doc
    - tighten up b-d on modules needed to build doc
    - add geopandas, igraph, osmnx, seaborn, texlive-xetex, xindy,
      fonts-freefont-otf to b-d, needed by doc
  * debian/patches/docs-ignore-examples-missing-modules.patch
    - ignore some examples which needs modules not in debian
  * debian/rules
    - dont install news.rst as changelog, removed upstream

networkx (2.5+ds-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Undo changes made in -1 that were not OK
  * debian/copyright
    - update upstream copyright years
    - extend packaging copyright years
  * debian/patches/2bfdee687d0db533555384f92ce3670d47c45aec.patch
    - fix a failure in botch tests; Closes: #969756

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

networkx (2.5+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Rules-Requires-Root: no
  * debhelper-compat 13 (routine-update)
  * Override of dh_missing which gets confused over installation of
    /usr/lib/python3.8 to /usr/lib/python3
    which I feel should be fixed.
  * Remove files from archive that are changed during build

 -- Steve Langasek <email address hidden>  Thu, 12 Jan 2023 23:50:54 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
networkx_2.8.8.orig.tar.xz 1.5 MiB 8f2451ea27f6ae988e284544e260f12ad4c67ec6582a5e0b3b19a5a227943859
networkx_2.8.8-1ubuntu1.debian.tar.xz 14.3 KiB 4b0cca3d6e74cd05fbc36b502d2e428fbd256fac9fed55ddca5b824cb5d00dd0
networkx_2.8.8-1ubuntu1.dsc 2.5 KiB 6e106688270d79e62d6445bed4331116903b5740cee37e4a2cd902b4dbd7db78

Available diffs

View changes file

Binary packages built by this source

python3-networkx: tool to create, manipulate and study complex networks (Python3)

 NetworkX is a Python-based package for the creation, manipulation, and
 study of the structure, dynamics, and functions of complex networks.
 .
 The structure of a graph or network is encoded in the edges (connections,
 links, ties, arcs, bonds) between nodes (vertices, sites, actors). If
 unqualified, by graph it's meant a simple undirected graph, i.e. no
 self-loops and no multiple edges are allowed. By a network it's usually
 meant a graph with weights (fields, properties) on nodes and/or edges.
 .
 The potential audience for NetworkX includes: mathematicians, physicists,
 biologists, computer scientists, social scientists.
 .
 This package contains the Python 3 version of NetworkX.