python-cycler 0.12.1-1 source package in Ubuntu

Changelog

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

  * d/control: Adopt package. Add myself as Uploaders. Closes: #1065250.
  * d/rules: override dh_auto_clean to remove doc/build and
    doc/source/generated folder (Closes: #1046161, #1049518).
  * New upstream version
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * d/control: Add Build dependency to pybuild-plugin-pyproject.
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Security-Contact.
  * Remove field Testsuite on binary package python-cycler-doc that duplicates source.
  * watch file standard 4 (routine-update)

 -- Emmanuel Arias <email address hidden>  Wed, 13 Mar 2024 18:18:27 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.12.1-1.dsc 2.2 KiB fc77df96b78b93e777050ca6e62989379642eb1c422dc65862353d6b9e87b47d
python-cycler_0.12.1.orig.tar.gz 22.8 KiB e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
python-cycler_0.12.1-1.debian.tar.xz 3.6 KiB 1f0725a852f2da3f062da0cf5ffa3d52dc395d4d8a74c89c10d9b87379eed318

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.