[python-qwt] branch master updated (36cc2b0 -> a47e7ed)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Sep 13 15:02:34 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  36cc2b0   fix the copyright
       new  9725be3   release
       new  78a0b91   Imported Upstream version 0.1.0
       new  dadfc98   Merge tag 'upstream/0.1.0'
       new  aab40be   change version number
       new  f4a2c0f   update the copyright
       new  b5b4d86   install the test scripts
       new  a47e7ed   fix typo

The 7 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:
 CHANGELOG                                   |  10 +-
 LICENSE                                     |   6 +-
 MANIFEST.in                                 |   2 +-
 PKG-INFO                                    |  40 +-
 debian/changelog                            |   2 +-
 debian/copyright                            |  45 +-
 debian/patches/0001-fix-typo.patch          |  21 +
 debian/patches/series                       |   1 +
 debian/python-qwt-doc.examples              |   2 +-
 debian/python-qwt-doc.install               |   1 -
 debian/rules                                |   5 +
 python_qwt.egg-info/PKG-INFO                |  40 +-
 python_qwt.egg-info/SOURCES.txt             |  33 +-
 qwt/__init__.py                             |   3 +-
 qwt/painter.py                              |  43 +-
 qwt/plot_curve.py                           |  12 +-
 qwt/point_mapper.py                         | 119 ++--
 qwt/qt/QtCore.py                            |  58 +-
 qwt/qt/QtGui.py                             |  40 +-
 qwt/qt/QtSvg.py                             |  28 +-
 qwt/qt/QtWebKit.py                          |  32 +-
 qwt/qt/__init__.py                          | 136 ++---
 {examples => qwt/tests}/BodeDemo.py         | 602 +++++++++---------
 {examples => qwt/tests}/CPUplot.py          | 796 ++++++++++++------------
 {examples => qwt/tests}/CartesianDemo.py    | 202 +++---
 qwt/tests/CurveBenchmark.py                 | 137 +++++
 {examples => qwt/tests}/CurveDemo1.py       | 260 ++++----
 {examples => qwt/tests}/CurveDemo2.py       | 272 +++++----
 qwt/tests/CurveStyles.py                    |  82 +++
 {examples => qwt/tests}/DataDemo.py         | 208 +++----
 {examples => qwt/tests}/ErrorBarDemo.py     | 576 ++++++++---------
 {examples => qwt/tests}/EventFilterDemo.py  | 916 ++++++++++++++--------------
 {examples => qwt/tests}/HistogramDemo.py    | 442 +++++++-------
 {examples => qwt/tests}/ImagePlotDemo.py    | 382 ++++++------
 {examples => qwt/tests}/MapDemo.py          | 226 +++----
 {examples => qwt/tests}/MultiDemo.py        | 160 ++---
 {examples => qwt/tests}/ReallySimpleDemo.py | 146 ++---
 qwt/tests/__init__.py                       |  23 +
 qwt/text_engine.py                          |  20 +-
 scripts/python-qwt-tests                    |   3 +
 scripts/python-qwt-tests.bat                |   2 +
 setup.py                                    | 288 ++++-----
 42 files changed, 3397 insertions(+), 3025 deletions(-)
 create mode 100644 debian/patches/0001-fix-typo.patch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/python-qwt-doc.install
 rename {examples => qwt/tests}/BodeDemo.py (96%)
 rename {examples => qwt/tests}/CPUplot.py (96%)
 rename {examples => qwt/tests}/CartesianDemo.py (96%)
 create mode 100644 qwt/tests/CurveBenchmark.py
 rename {examples => qwt/tests}/CurveDemo1.py (96%)
 rename {examples => qwt/tests}/CurveDemo2.py (95%)
 create mode 100644 qwt/tests/CurveStyles.py
 rename {examples => qwt/tests}/DataDemo.py (95%)
 rename {examples => qwt/tests}/ErrorBarDemo.py (96%)
 rename {examples => qwt/tests}/EventFilterDemo.py (96%)
 rename {examples => qwt/tests}/HistogramDemo.py (96%)
 rename {examples => qwt/tests}/ImagePlotDemo.py (95%)
 rename {examples => qwt/tests}/MapDemo.py (95%)
 rename {examples => qwt/tests}/MultiDemo.py (94%)
 rename {examples => qwt/tests}/ReallySimpleDemo.py (94%)
 create mode 100644 qwt/tests/__init__.py
 create mode 100644 scripts/python-qwt-tests
 create mode 100644 scripts/python-qwt-tests.bat

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