[med-svn] [python-csb] branch upstream updated (0e768c3 -> f082535)
Andreas Tille
tille at debian.org
Mon Nov 13 07:38:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository python-csb.
from 0e768c3 Imported Upstream version 1.2.3+dfsg
new f082535 New upstream version 1.2.5+dfsg
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:
.gitignore | 102 +++++
.travis.yml | 20 +
INSTALL.rst | 3 +
INSTALL.txt | 123 -----
LICENSE.rst | 8 +
MANIFEST.in | 7 +
PKG-INFO | 182 --------
README.rst | 117 +++++
README.txt | 155 -------
csb/__init__.py | 541 +++++++++++-----------
csb/bio/io/dssp.py | 1 +
csb/bio/io/wwpdb.py | 8 +-
csb/build.py | 63 ++-
csb/statistics/__init__.py | 2 +-
csb/statistics/samplers/mc/multichain.py | 18 +-
csb/statistics/samplers/mc/singlechain.py | 2 +-
csb/test/__init__.py | 12 +-
csb/test/app.py | 8 +-
csb/test/cases/bio/hmm/__init__.py | 6 +-
csb/test/cases/bio/io/mrc/__init__.py | 2 +-
csb/test/cases/bio/nmr/__init__.py | 8 +-
epydoc.css | 727 ++++++++++++++++++++++++++++++
requirements.txt | 3 +
setup.py | 212 +++------
24 files changed, 1415 insertions(+), 915 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 INSTALL.rst
delete mode 100644 INSTALL.txt
create mode 100644 LICENSE.rst
create mode 100644 MANIFEST.in
delete mode 100644 PKG-INFO
create mode 100644 README.rst
delete mode 100644 README.txt
create mode 100644 epydoc.css
create mode 100644 requirements.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git
More information about the debian-med-commit
mailing list