python-cycler 0.10.0-2 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * debian/control
    - mark module binary packages as Multi-Arch: foreign; Closes: #929045
    - bump Standards-Version to 4.4.1 (no changes needed)
    - wrap-and-sort
  * Build documentation with py3k sphinx
  * debian/patches/remove-mpl-only-directives.patch
    - ensure compat with new matplotlit removing only_directives sphinx ext

 -- Sandro Tosi <email address hidden>  Fri, 20 Dec 2019 22:48:41 -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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.10.0-2.dsc 2.2 KiB af9f9ff17e385e0570e6df27caa23b0a56831a73e082a39a3ae022d7ac557346
python-cycler_0.10.0.orig.tar.gz 21.2 KiB b6d217635e03024196225367b1a438996dbbf0271bec488f00584f0e7dc15cfa
python-cycler_0.10.0-2.debian.tar.xz 3.3 KiB 3ac2d522443956cf8ccc4d5bf7959952a6c7cf2d82bb2eb390e53f0c4ca004a0

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: 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.