[med-svn] [pycorrfit] branch master updated (b1785b9 -> e0b49e0)
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Sep 6 12:39:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a change to branch master
in repository pycorrfit.
from b1785b9 Fix DEB_SOURCE usage, upload to unstable
new 99bc505 Update d/source/options to exclude _version_save.py rubbish
new 3507860 Update Files-Excludes list in d/copyright
new 4a11754 New upstream version 1.0.1+dfsg
new f5b9709 Updated version 1.0.1+dfsg from 'upstream/1.0.1+dfsg'
new b2eb1e8 Bump Standards-Version to 4.1.0
new b5b2b00 Add patch fixing GUI start issue
new e0b49e0 Update changelog, upload to unstable
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:
.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 | 7 +
README.rst | 4 +-
debian/changelog | 10 ++
debian/control | 7 +-
debian/copyright | 8 +-
debian/patches/fix_entry_point_for_gui.patch | 15 ++
debian/patches/series | 1 +
debian/source/options | 2 +-
pycorrfit/__init__.py | 5 +-
pycorrfit/_version.py | 133 +++++++++++++++++
pycorrfit/gui/doc.py | 1 -
pycorrfit/gui/frontend.py | 34 ++---
pycorrfit/gui/misc.py | 140 +-----------------
pycorrfit/gui/update.py | 143 ++++++++++++++++++
pycorrfit/meta.py | 17 ---
pycorrfit/openfile.py | 3 +-
pycorrfit/readfiles/read_ASC_ALV.py | 162 +++++++++++++++------
pycorrfit/readfiles/read_FCS_Confocor3.py | 4 +-
pycorrfit/readfiles/read_pt3_scripts/README | 8 +-
.../read_pt3_scripts/correlation_methods.py | 12 +-
setup.py | 22 +--
tests/data_file_dl.py | 25 ++--
tests/test_constraints.py | 5 +-
tests/test_file_formats.py | 139 ++++++++++++++++--
34 files changed, 623 insertions(+), 691 deletions(-)
delete mode 100755 .travis/linux_build-wheels.sh
delete mode 100755 .travis/linux_dist.sh
delete mode 100755 .travis/linux_install.sh
delete mode 100755 .travis/osx_dist.sh
delete mode 100644 .travis/osx_install.sh
delete mode 100755 .travis/osx_install_dmg.sh
delete mode 100644 .travis/osx_pyinstaller.spec
delete mode 100644 .travis/osx_requirements.txt
delete mode 100644 .travis/osx_wxPython-3.0.2.0-plot.patch
delete mode 100755 .travis/test.sh
create mode 100644 debian/patches/fix_entry_point_for_gui.patch
create mode 100644 debian/patches/series
create mode 100644 pycorrfit/_version.py
create mode 100644 pycorrfit/gui/update.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