networkx 3.2.1-4ubuntu1 source package in Ubuntu

Changelog

networkx (3.2.1-4ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
   - d/control: Lower Recommends to Suggests for some universe packages.

networkx (3.2.1-4) unstable; urgency=medium

  * Add fix-postinst-warning.patch (Closes: #1060444).

networkx (3.2.1-3) unstable; urgency=medium

  * Add http{s,}_proxy=127.0.0.1:9 when building sphinx doc.
  * Set export RES_OPTIONS=attempts:0 in d/rules to avoid network access.
  * Add remove-network-accessing-examples.patch.

networkx (3.2.1-2) unstable; urgency=medium

  * Add >= 4.10 to python3-libpysal build-depends.
  * Uploading to unstable.

networkx (3.2.1-1) experimental; urgency=medium

  * Adopt the package in the OpenStack team (Closes: #1065198):
    - Switch to git tag based workflow.
    - Set Maintainer: Debian OpenStack and myself as uploader.
    - Fix VCS URLs.
  * New upstream release (Closes: #1064503).
  * Ran wrap-and-sort -bastk.
  * Fix (build-)depends for this release.
  * Add upstream VCS in d/rules and build-depends on openstack-pkg-tools.
  * Build-depends on pybuild-plugin-pyproject.
  * Blacklist broken warning tests:
    - TestStronglyConnected.test_connected_raise
    - TestAGraph.test_no_warnings_raised
  * Define SETUPTOOLS_SCM_PRETEND_VERSION.
  * Let pybuild install the package, stop doing it by hand.
  * Add removed-privacy-breach-in-docs.patch.
  * Build the sphinx doc as html.
  * Cleans correctly.
  * Add autopkgtest.

networkx (2.8.8-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.

  [ Sandro Tosi ]
  * orphan

 -- Steve Langasek <email address hidden>  Thu, 06 Jun 2024 08:29:26 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Oracular
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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
networkx_3.2.1.orig.tar.xz 1.6 MiB ba30504c7d348595dfc99bdf199bbac2db8416faa39a549478bcb77897ebff18
networkx_3.2.1-4ubuntu1.debian.tar.xz 20.1 KiB bee4b9f196accef28f8d4703a88e9b7635ff17bda8248987e885025a33b707e5
networkx_3.2.1-4ubuntu1.dsc 2.9 KiB c02925f1cd13630509d386f5d7daf5c690523d1208d254b7676a811b346ea1d4

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.