[med-svn] [pycorrfit] branch master updated (b3dc746 -> a16de9f)

Andreas Tille tille at debian.org
Thu Jun 22 07:24:12 UTC 2017


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

tille pushed a change to branch master
in repository pycorrfit.

      from  b3dc746   Recommends: s/texlive-math-extra/texlive-science/
       new  8ee5ece   New upstream version 1.0.0+dfsg
       new  8568e72   Merge tag 'upstream/1.0.0+dfsg'
       new  8ff100e   New upstream version
       new  c17d9db   debhelper 10, d/watch: version=4 (after verifying that it works correctly)
       new  a16de9f   update Build-Depends from latex-xcolor to texlive-latex-recommended

The 5 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:
 .travis/linux_build-wheels.sh                  |  22 +++++
 .travis/linux_dist.sh                          |  12 +++
 .travis/linux_install.sh                       |  14 +++
 .travis/osx_dist.sh                            | 117 ++++++++++++++++++++++
 .travis/osx_install.sh                         |  56 +++++++++++
 .travis/osx_install_dmg.sh                     |  36 +++++++
 .travis/osx_pyinstaller.spec                   |  43 ++++++++
 .travis/osx_requirements.txt                   |   8 ++
 .travis/osx_wxPython-3.0.2.0-plot.patch        |  91 +++++++++++++++++
 .travis/test.sh                                |   8 ++
 ChangeLog.txt                                  |   3 +
 MANIFEST.in                                    |  17 ++--
 README.rst                                     |   6 +-
 debian/changelog                               |  10 ++
 debian/compat                                  |   2 +-
 debian/control                                 |   4 +-
 debian/watch                                   |   2 +-
 pycorrfit/PyCorrFit.py                         |   6 +-
 pycorrfit/__init__.py                          |   2 -
 pycorrfit/__main__.py                          |   1 -
 pycorrfit/gui/frontend.py                      |   1 -
 pycorrfit/models/__init__.py                   |   2 -
 pycorrfit/models/classes.py                    |   2 +-
 pycorrfit/models/control.py                    |   2 +
 pycorrfit/models/model_confocal_2d.py          |   2 +-
 pycorrfit/models/model_confocal_tt_2d.py       | 124 +++++++++++++++++++++++
 pycorrfit/models/model_confocal_tt_2d_2d.py    |   6 +-
 pycorrfit/models/model_confocal_tt_3d.py       | 132 +++++++++++++++++++++++++
 pycorrfit/models/model_confocal_tt_3d_3d.py    |   2 +-
 pycorrfit/readfiles/read_SIN_correlator_com.py |  65 ++++++------
 setup.py                                       |  43 ++++----
 tests/data_file_dl.py                          |  20 ++--
 tests/test_constraints.py                      |   9 +-
 tests/test_file_formats.py                     |  12 ++-
 tests/test_simple.py                           |   2 +-
 35 files changed, 784 insertions(+), 100 deletions(-)
 create mode 100755 .travis/linux_build-wheels.sh
 create mode 100755 .travis/linux_dist.sh
 create mode 100755 .travis/linux_install.sh
 create mode 100755 .travis/osx_dist.sh
 create mode 100644 .travis/osx_install.sh
 create mode 100755 .travis/osx_install_dmg.sh
 create mode 100644 .travis/osx_pyinstaller.spec
 create mode 100644 .travis/osx_requirements.txt
 create mode 100644 .travis/osx_wxPython-3.0.2.0-plot.patch
 create mode 100755 .travis/test.sh
 create mode 100644 pycorrfit/models/model_confocal_tt_2d.py
 create mode 100644 pycorrfit/models/model_confocal_tt_3d.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git



More information about the debian-med-commit mailing list