[Python-modules-commits] [matplotlib] branch master updated (60e184d -> 51341c3)
Sandro Tosi
morph at moszumanska.debian.org
Fri Sep 2 18:52:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch master
in repository matplotlib.
from 60e184d releasing package matplotlib version 1.5.2~rc2-1
new af50fc8 recognize only 1.x releases
new de563d1 record new upstream branch created by importing matplotlib_1.5.2.orig.tar.gz
new 571c0ce Import matplotlib_1.5.2.orig.tar.gz
new 713f722 Fixes the path to search for matplotlibrc file
new 4c28769 Try to use also StayPuft (a free font) for xkcd
new 6f4246e adapt setup to find multiarched tk/tcl
new babdd18 gtk3cairo_check_no-multiprocessing
new 9cf83a8 bts800803 disable the GitHub Fork Me ribbon
new 98a8215 bts800803 dont use the Raleway font (from the Google Fonts API)
new 0d04631 bts800803 remote the Google Analytics tracking
new 8de83e2 merge patched into master
new 8654f0b New upstream candidate
new 2a95e2a From 655c513a5e5440014677ee5afb08b0efa39f8e16 Mon Sep 17 00:00:00 2001 From: Antony Lee <anntzer.lee at gmail.com> Date: Thu, 28 Jul 2016 19:26:02 -0700 Subject: [PATCH] Fix for PyQt5.7 support.
new ec5a443 merge patched into master
new a2d737d support PyQt5.7; Closes: #835455
new 51341c3 releasing package matplotlib version 1.5.2-1
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
INSTALL | 80 +-
debian/.git-dpm | 14 +-
debian/changelog | 10 +
...s800803-disable-the-GitHub-Fork-Me-ribbon.patch | 8 +-
...ont-use-the-Raleway-font-from-the-Google-.patch | 4 +-
...0803-remote-the-Google-Analytics-tracking.patch | 6 +-
...3a5e5440014677ee5afb08b0efa39f8e16-Mon-Se.patch | 55 +
.../patches/20_matplotlibrc_path_search_fix.patch | 2 +-
.../70_bts720549_try_StayPuft_for_xkcd.patch | 4 +-
.../gtk3cairo_check_no-multiprocessing.patch | 2 +-
debian/patches/multiarch-tktcl.patch | 2 +-
debian/patches/series | 1 +
debian/watch | 6 +-
doc/_static/logo2.png | Bin 0 -> 22279 bytes
doc/_templates/index.html | 10 +-
doc/_templates/layout.html | 7 +-
doc/api/api_changes.rst | 21 +-
doc/api/api_changes/2016-03-13-PMH.rst | 10 -
doc/devel/MEP/MEP12.rst | 3 +-
doc/devel/MEP/MEP15.rst | 5 +-
doc/devel/gitwash/git_links.inc | 1 -
doc/devel/gitwash/git_resources.rst | 1 -
doc/faq/installing_faq.rst | 47 +-
doc/users/credits.rst | 9 +-
doc/users/github_stats.rst | 1084 +++++++++++---------
doc/users/intro.rst | 2 +-
doc/users/mathtext.rst | 4 +-
doc/users/plotting/examples/simple_legend01.py | 4 +-
doc/users/shell.rst | 5 +-
doc/users/style_sheets.rst | 2 +-
doc/users/whats_new.rst | 3 +-
examples/pylab_examples/custom_cmap.py | 78 +-
examples/specialty_plots/hinton_demo.py | 4 +-
lib/matplotlib/_version.py | 4 +-
lib/matplotlib/axes/_axes.py | 52 +-
lib/matplotlib/backends/backend_agg.py | 4 +-
lib/matplotlib/backends/backend_gdk.py | 6 +-
lib/matplotlib/backends/backend_gtk.py | 6 +-
lib/matplotlib/backends/backend_qt5.py | 14 +-
lib/matplotlib/cbook.py | 6 +-
lib/matplotlib/colors.py | 4 +-
lib/matplotlib/lines.py | 2 +-
lib/matplotlib/offsetbox.py | 4 +-
lib/matplotlib/path.py | 2 +-
lib/matplotlib/pyplot.py | 2 +-
lib/matplotlib/tests/test_agg.py | 9 +
lib/matplotlib/tests/test_axes.py | 3 +-
lib/matplotlib/tests/test_bbox_tight.py | 3 +-
lib/matplotlib/tests/test_path.py | 5 +-
lib/matplotlib/text.py | 296 ++++--
lib/matplotlib/widgets.py | 41 +-
src/_backend_agg_wrapper.cpp | 9 +
src/mplutils.h | 10 +
src/numpy_cpp.h | 10 +
tests.py | 2 +-
55 files changed, 1116 insertions(+), 872 deletions(-)
create mode 100644 debian/patches/0008-From-655c513a5e5440014677ee5afb08b0efa39f8e16-Mon-Se.patch
create mode 100644 doc/_static/logo2.png
delete mode 100644 doc/api/api_changes/2016-03-13-PMH.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list