python-cycler 0.10.0-3 source package in Ubuntu

Changelog

python-cycler (0.10.0-3) unstable; urgency=medium

  * debian/patches/doc-fix-code-input-with-no-code.patch
    - fix failure with updated ipython sphinx directive; Closes: #950145
  * Drop python2 support; Closes: #937681

 -- Sandro Tosi <email address hidden>  Sun, 16 Feb 2020 22:42:06 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.10.0-3.dsc 2.1 KiB aebd94d7243f919f22c7a39a71b78bacfd2ce001531cbb05842d1fbc492b91f1
python-cycler_0.10.0.orig.tar.gz 21.2 KiB b6d217635e03024196225367b1a438996dbbf0271bec488f00584f0e7dc15cfa
python-cycler_0.10.0-3.debian.tar.xz 3.2 KiB 42987e6e2af0ec99413a5f47223d07186708bc987a22d9febc5782bec5b516d9

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.