python-cycler 0.11.0-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release
  * Use the new Debian Python Team contact name and address
  * debian/copyright
    - extend packaging copyright years
  * debian/patches
    - drop all patches, no longer needed
  * debian/{control, rules}
    - run tests via pytest, drop nose

 -- Sandro Tosi <email address hidden>  Wed, 03 Nov 2021 23:48:25 -0400

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.11.0-1.dsc 2.1 KiB 1ba02802e003bc398a618e25520a8b8e94b80cf083caedc3deb13bf2d003a0cb
python-cycler_0.11.0.orig.tar.xz 17.2 KiB 9b7c4eee4302fa616b9aea73a49d8eb8ba9f7b05a769e1e8707fbea03df58944
python-cycler_0.11.0-1.debian.tar.xz 3.2 KiB bef7e7bba1faa60f429a1d032095dcea39e628270a79c00c60e67123d5466c9a

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.