[med-svn] [pyscanfcs] branch upstream updated (c9db386 -> ac037db)
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Feb 19 16:36:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a change to branch upstream
in repository pyscanfcs.
from c9db386 Imported Upstream version 0.2.2
new ac037db Imported Upstream version 0.2.3
The 1 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.txt | 8 +
MANIFEST.in | 2 +-
PyScanFCS_doc.pdf | Bin 452087 -> 0 bytes
README.md | 2 +-
bin/pyscanfcs | 22 +-
doc/Bibliography.bib | 5 +-
doc/PyScanFCS_doc_content.tex | 29 +-
.../PyScanFCS.icns | Bin
.../PyScanFCS.ico | Bin
.../PyScanFCS_linux.spec | 11 +-
.../PyScanFCS_mac.spec | 7 +-
freeze_pyinstaller/PyScanFCS_win7.spec | 63 +
freeze_pyinstaller/README.md | 22 +
freeze_pyinstaller/debian_ubuntu_bundle_script.sh | 84 +
.../macOSx_script_starter.sh | 0
freeze_pyinstaller/win7_32bit_bundle_script.bat | 5 +
freeze_pyinstaller/win7_innosetup.iss.dummy | 113 ++
misc/MakeTestDat_SFCS.py | 23 +-
pyinstaller-howto/PyScanFCS_win.spec | 21 -
pyinstaller-howto/README.md | 22 -
pyinstaller-howto/macOSx_10.6.8_bundle_script.sh | 24 -
.../ubuntu12.04_amd64_bundle_script.sh | 42 -
.../windowsXP_32bit_bundle_script.bat | 4 -
pyscanfcs/PyScanFCS.py | 2123 +-------------------
pyscanfcs/SFCSnumeric.pyx | 261 ++-
pyscanfcs/__init__.py | 12 +-
pyscanfcs/__main__.py | 6 +-
pyscanfcs/doc.py | 77 +-
pyscanfcs/{PyScanFCS.py => main.py} | 226 ++-
pyscanfcs/misc.py | 218 +-
pyscanfcs/uilayer.py | 560 ++++++
setup.py | 14 +-
32 files changed, 1500 insertions(+), 2506 deletions(-)
mode change 100755 => 100644 ChangeLog.txt
delete mode 100644 PyScanFCS_doc.pdf
rename {pyinstaller-howto => freeze_pyinstaller}/PyScanFCS.icns (100%)
rename {pyinstaller-howto => freeze_pyinstaller}/PyScanFCS.ico (100%)
rename {pyinstaller-howto => freeze_pyinstaller}/PyScanFCS_linux.spec (54%)
rename {pyinstaller-howto => freeze_pyinstaller}/PyScanFCS_mac.spec (73%)
create mode 100644 freeze_pyinstaller/PyScanFCS_win7.spec
create mode 100644 freeze_pyinstaller/README.md
create mode 100755 freeze_pyinstaller/debian_ubuntu_bundle_script.sh
rename {pyinstaller-howto => freeze_pyinstaller}/macOSx_script_starter.sh (100%)
create mode 100644 freeze_pyinstaller/win7_32bit_bundle_script.bat
create mode 100644 freeze_pyinstaller/win7_innosetup.iss.dummy
delete mode 100644 pyinstaller-howto/PyScanFCS_win.spec
delete mode 100644 pyinstaller-howto/README.md
delete mode 100755 pyinstaller-howto/macOSx_10.6.8_bundle_script.sh
delete mode 100755 pyinstaller-howto/ubuntu12.04_amd64_bundle_script.sh
delete mode 100644 pyinstaller-howto/windowsXP_32bit_bundle_script.bat
mode change 100755 => 100644 pyscanfcs/PyScanFCS.py
copy pyscanfcs/{PyScanFCS.py => main.py} (94%)
create mode 100644 pyscanfcs/uilayer.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pyscanfcs.git
More information about the debian-med-commit
mailing list