[med-svn] [python-csb] branch master updated (3bf4df1 -> 851bb40)

Andreas Tille tille at debian.org
Mon Nov 13 07:38:27 UTC 2017


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

tille pushed a change to branch master
in repository python-csb.

      from  3bf4df1   cme fix dpkg
       new  5a90224   New upstream version, project moved to Github
      adds  0e768c3   Imported Upstream version 1.2.3+dfsg
       new  f082535   New upstream version 1.2.5+dfsg
       new  b31d5d2   Update upstream source from tag 'upstream/1.2.5+dfsg'
       new  e891ccd   debhelper 10
       new  851bb40   Standards-Version: 4.1.1

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:
 .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 +-
 debian/changelog                          |   9 +
 debian/compat                             |   2 +-
 debian/control                            |   9 +-
 debian/watch                              |   4 +-
 epydoc.css                                | 727 ++++++++++++++++++++++++++++++
 requirements.txt                          |   3 +
 setup.py                                  | 212 +++------
 28 files changed, 1431 insertions(+), 923 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