python-cycler 0.10.0-1 source package in Ubuntu

Changelog

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

  [ Sandro Tosi ]
  * New upstream release
  * debian/control
    - update Homepage
    - bump Standards-Version to 3.9.7 (no changes needed)
  * debian/{control, rules}
    - run tests at build time; Closes: #800908
  * Build and provide documentation; Closes: #800907

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)

 -- Sandro Tosi <email address hidden>  Sat, 09 Apr 2016 14:03:20 +0100

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.10.0-1.dsc 2.2 KiB 20c7e8a0ef50d88c58d9e410849b56372dfdd3b4bf6469b0ad50c989505e1606
python-cycler_0.10.0.orig.tar.gz 21.2 KiB b6d217635e03024196225367b1a438996dbbf0271bec488f00584f0e7dc15cfa
python-cycler_0.10.0-1.debian.tar.xz 3.0 KiB 56d536c7de6885668b7410c9e4a9ae4aeaf65d58549c2638032298115ac5f5ef

Available diffs

No changes file available.

Binary packages built by this source

python-cycler: No summary available for python-cycler in ubuntu focal.

No description available for python-cycler in ubuntu focal.

python-cycler-doc: No summary available for python-cycler-doc in ubuntu artful.

No description available for python-cycler-doc in ubuntu artful.

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.