python-cycler 0.11.0-2 source package in Ubuntu

Changelog

python-cycler (0.11.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
      does this.
  * Update standards version to 4.6.2, no changes needed.

  [ Alexandre Detiste ]
  * remove old dependency on python3-six

  [ Sandro Tosi ]
  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 04:02:29 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.11.0-2.dsc 2.1 KiB fd79acd93aa1200a78b2df71951af47a0761ab69b9562640267b5bd88bd5a410
python-cycler_0.11.0.orig.tar.xz 17.2 KiB 9b7c4eee4302fa616b9aea73a49d8eb8ba9f7b05a769e1e8707fbea03df58944
python-cycler_0.11.0-2.debian.tar.xz 3.3 KiB fe2d0689a7ec052c8e00c661c6380dce1349151fc7543993af39786afe6cf205

Available diffs

No changes file available.

Binary packages built by this source

python-cycler-doc: composable kwarg iterator (documentation)

 When using matplotlib and plotting more than one line, it is common to want to
 be able to cycle over one or more artist styles; but the plotting logic can
 quickly become very involved.
 .
 To address this and allow easy cycling over arbitrary 'kwargs' the `Cycler`
 class, a composable kwarg iterator, was developed.
 .
 This package contains the documentation for Cycler.

python3-cycler: composable kwarg iterator (Python 3)

 When using matplotlib and plotting more than one line, it is common to want to
 be able to cycle over one or more artist styles; but the plotting logic can
 quickly become very involved.
 .
 To address this and allow easy cycling over arbitrary 'kwargs' the `Cycler`
 class, a composable kwarg iterator, was developed.
 .
 This package contains the Python 3 version of Cycler.