matplotlib 3.1.2-1 source package in Ubuntu

Changelog

matplotlib (3.1.2-1) unstable; urgency=medium

  * New upstream release; Closes: #945169
  * debian/copyright
    - update copyright for new upstream release
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.4.1 (no changes needed)
    - drop Qt4 from depends; Closes: #941527
    - add sphinx-copybutton to b-d, needed by doc
  * debian/tests/
    - drop python2 tests and test Qt5 instead of Qt4; Closes: #943169
  * debian/patches/
    - refresh/drop patches as per new upstream code
  * debian/rules
    - error out in case of a failure during build or install targets; patch by
      Matthias Klose; Closes: #942766
    - skip tests!! temporary measure due to
      https://github.com/matplotlib/matplotlib/issues/15960
  * debian/patches/0016-use-packaged-jquery.patch
    - use the packaged JQuery and JQuery UI

 -- Sandro Tosi <email address hidden>  Sat, 21 Dec 2019 21:56:14 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
matplotlib_3.1.2-1.dsc 3.2 KiB 25895645499ca5141cfc136b295a12dbbfc0203a156933f2f8e8f352f465a6bb
matplotlib_3.1.2.orig.tar.xz 31.4 MiB 05b4d6c5a5c1792ca4b875f2e6ae2adfffcf4413569ea1b1a6f6a7fd0b5bc288
matplotlib_3.1.2-1.debian.tar.xz 32.8 KiB 90fede4a675c01d2fed26a36c351286901500a95001e21396b5124417c332b40

No changes file available.

Binary packages built by this source

python3-matplotlib: Python based plotting system in a style similar to Matlab (Python 3)

 Matplotlib is a pure Python plotting library designed to bring
 publication quality plotting to Python with a syntax familiar to
 Matlab users. All of the plotting commands in the pylab interface can
 be accessed either via a functional interface familiar to Matlab
 users or an object oriented interface familiar to Python users.
 .
 This package contains the Python 3 version of matplotlib.

python3-matplotlib-dbg: Python based plotting system (debug extension, Python 3)

 Matplotlib is a pure Python plotting library designed to bring
 publication quality plotting to Python with a syntax familiar to
 Matlab users. All of the plotting commands in the pylab interface can
 be accessed either via a functional interface familiar to Matlab
 users or an object oriented interface familiar to Python users.
 .
 This package contains the debug extension for python3-matplotlib.