[python-qwt] branch master updated (8bfcfea -> 6b09a93)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Aug 28 07:33:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a change to branch master
in repository python-qwt.

      from  8bfcfea   first working version
       new  2d259bb   fix the pypi redirector
       new  fe87684   Imported Upstream version 6.1.2~a4
       new  4ea63b0   Merge tag 'upstream/6.1.2_a4'
       new  7f74661   update the copyright files with the new license informations
       new  60e4ae1   update the changelog
       new  9d3b3f1   Imported Upstream version 6.1.2~a5
       new  3310a2a   Merge tag 'upstream/6.1.2_a5'
       new  6b09a93   updated with the alpha5 version

The 8 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:
 LICENSE                                            |  27 +-
 MANIFEST.in                                        |   3 +-
 PKG-INFO                                           |  33 +-
 QwtLicense                                         | 543 +++++++++++++++++++++
 README                                             |  27 +-
 debian/changelog                                   |   2 +-
 debian/copyright                                   |  60 +++
 debian/watch                                       |   2 +-
 python_qwt.egg-info/PKG-INFO                       |  40 ++
 {qwt.egg-info => python_qwt.egg-info}/SOURCES.txt  |   9 +-
 .../dependency_links.txt                           |   0
 .../top_level.txt                                  |   0
 qwt.egg-info/PKG-INFO                              |  21 -
 qwt/__init__.py                                    |   5 +-
 qwt/clipper.py                                     |   3 +-
 qwt/color_map.py                                   |   3 +-
 qwt/column_symbol.py                               |   3 +-
 qwt/curve_fitter.py                                |   3 +-
 qwt/dyngrid_layout.py                              |   3 +-
 qwt/graphic.py                                     |   3 +-
 qwt/interval.py                                    |   3 +-
 qwt/legend.py                                      |   3 +-
 qwt/legend_data.py                                 |   3 +-
 qwt/legend_label.py                                |   3 +-
 qwt/math.py                                        |   3 +-
 qwt/null_paintdevice.py                            |   3 +-
 qwt/painter.py                                     |   3 +-
 qwt/painter_command.py                             |   3 +-
 qwt/pixel_matrix.py                                |   3 +-
 qwt/plot.py                                        |   3 +-
 qwt/plot_canvas.py                                 |   3 +-
 qwt/plot_curve.py                                  |   3 +-
 qwt/plot_directpainter.py                          |   3 +-
 qwt/plot_grid.py                                   |   3 +-
 qwt/plot_histogram.py                              |   3 +-
 qwt/plot_layout.py                                 |   3 +-
 qwt/plot_marker.py                                 |   3 +-
 qwt/plot_renderer.py                               |   3 +-
 qwt/plot_seriesitem.py                             |   3 +-
 qwt/point_data.py                                  |   3 +-
 qwt/point_mapper.py                                |   3 +-
 qwt/sample.py                                      |   3 +-
 qwt/scale_div.py                                   |   3 +-
 qwt/scale_draw.py                                  |   3 +-
 qwt/scale_engine.py                                |   3 +-
 qwt/scale_map.py                                   |   3 +-
 qwt/scale_widget.py                                |   3 +-
 qwt/series_data.py                                 |   3 +-
 qwt/series_store.py                                |   3 +-
 qwt/spline.py                                      |   3 +-
 qwt/symbol.py                                      |   3 +-
 qwt/text.py                                        |   3 +-
 qwt/text_engine.py                                 |   3 +-
 qwt/toqimage.py                                    |   4 -
 qwt/transform.py                                   |   3 +-
 setup.py                                           |  48 +-
 56 files changed, 793 insertions(+), 151 deletions(-)
 create mode 100644 QwtLicense
 create mode 100644 python_qwt.egg-info/PKG-INFO
 rename {qwt.egg-info => python_qwt.egg-info}/SOURCES.txt (84%)
 rename {qwt.egg-info => python_qwt.egg-info}/dependency_links.txt (100%)
 rename {qwt.egg-info => python_qwt.egg-info}/top_level.txt (100%)
 delete mode 100644 qwt.egg-info/PKG-INFO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-qwt.git



More information about the debian-science-commits mailing list