[Python-modules-commits] [wlc] branch master updated (6e2254d ->	345d6c0)
    Michal Cihar 
    nijel at moszumanska.debian.org
       
    Fri Dec 16 12:25:15 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
nijel pushed a change to branch master
in repository wlc.
      from  6e2254d   New upstream release.
       new  561188f   New upstream version 0.7
       new  e392ee0   Merge tag 'upstream/0.7'
       new  345d6c0   New upstream release.
The 3 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:
 PKG-INFO                                           |  10 +-
 README.rst                                         |   8 +-
 debian/changelog                                   |   6 +
 requirements-test.txt                              |   1 +
 setup.py                                           |   2 +-
 wlc.egg-info/PKG-INFO                              |  10 +-
 wlc.egg-info/SOURCES.txt                           |  13 ++
 wlc/__init__.py                                    | 109 ++++++++++--
 wlc/config.py                                      |   2 +-
 wlc/main.py                                        | 188 +++++++++++++++------
 wlc/test_base.py                                   |  36 +++-
 wlc/test_data/api/changes                          |  35 ++++
 wlc/test_data/api/components-hello-weblate         |   1 +
 wlc/test_data/api/components-hello-weblate-changes |  35 ++++
 ...ello-weblate-repository--POST--operation=reset} |   0
 wlc/test_data/api/projects-acl                     |  20 +++
 wlc/test_data/api/projects-empty                   |  20 +++
 wlc/test_data/api/projects-empty-components        |   7 +
 wlc/test_data/api/projects-hello                   |   2 +
 wlc/test_data/api/projects-hello-changes           |  35 ++++
 ...ojects-hello-repository--POST--operation=reset} |   0
 wlc/test_data/api/projects-hello-statistics        |  22 +++
 wlc/test_data/api/translations-hello-weblate-cs    |   1 +
 .../api/translations-hello-weblate-cs-changes      |  35 ++++
 .../api/translations-hello-weblate-cs-file         |  40 +++++
 ...slations-hello-weblate-cs-file--GET--format=csv |  10 ++
 ...o-weblate-cs-repository--POST--operation=reset} |   0
 wlc/test_data/wlc                                  |   4 +
 wlc/test_main.py                                   |  69 +++++++-
 wlc/test_wlc.py                                    |  79 ++++++++-
 30 files changed, 719 insertions(+), 81 deletions(-)
 create mode 100644 wlc/test_data/api/changes
 create mode 100644 wlc/test_data/api/components-hello-weblate-changes
 copy wlc/test_data/api/{components-hello-weblate-repository--POST--operation=commit => components-hello-weblate-repository--POST--operation=reset} (100%)
 create mode 100644 wlc/test_data/api/projects-acl
 create mode 100644 wlc/test_data/api/projects-empty
 create mode 100644 wlc/test_data/api/projects-empty-components
 create mode 100644 wlc/test_data/api/projects-hello-changes
 copy wlc/test_data/api/{components-hello-weblate-repository--POST--operation=commit => projects-hello-repository--POST--operation=reset} (100%)
 create mode 100644 wlc/test_data/api/projects-hello-statistics
 create mode 100644 wlc/test_data/api/translations-hello-weblate-cs-changes
 create mode 100644 wlc/test_data/api/translations-hello-weblate-cs-file
 create mode 100644 wlc/test_data/api/translations-hello-weblate-cs-file--GET--format=csv
 copy wlc/test_data/api/{components-hello-weblate-repository--POST--operation=commit => translations-hello-weblate-cs-repository--POST--operation=reset} (100%)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wlc.git
    
    
More information about the Python-modules-commits
mailing list