[ros-rosdistro] branch master updated (aeb7603 -> 257ebd6)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Fri Nov 4 08:38:28 UTC 2016


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

jspricke pushed a change to branch master
in repository ros-rosdistro.

      from  aeb7603   Update my email address
      adds  c572615   New upstream version 0.5.0
       new  8f5d27d   Merge tag 'upstream/0.5.0'
       new  96735d7   Update copyright
       new  257ebd6   Update changelog for 0.5.0-1 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:
 .travis.yml                                        |   1 +
 debian/changelog                                   |  10 ++
 debian/copyright                                   |   7 +-
 scripts/rosdistro_build_cache                      |  19 ++-
 scripts/rosdistro_freeze_source                    |  20 ++-
 src/rosdistro/__init__.py                          |   5 +-
 src/rosdistro/_version.py                          |   2 +-
 src/rosdistro/dependency_walker.py                 |  26 +++-
 src/rosdistro/distribution.py                      |  44 +++++--
 src/rosdistro/distribution_cache.py                |  58 ++++++++-
 src/rosdistro/distribution_cache_generator.py      |  72 +++++++++--
 src/rosdistro/distribution_file.py                 |   1 +
 src/rosdistro/freeze_source.py                     |  10 +-
 src/rosdistro/manifest_provider/__init__.py        |  13 +-
 .../manifest_provider/{github.py => bitbucket.py}  |  53 ++++----
 src/rosdistro/manifest_provider/cache.py           |  87 ++++++++++++-
 src/rosdistro/manifest_provider/git.py             | 135 ++++++++-------------
 src/rosdistro/manifest_provider/github.py          |  82 ++++++++++---
 src/rosdistro/release.py                           |   3 +-
 src/rosdistro/release_repository_specification.py  |  12 ++
 src/rosdistro/repository_specification.py          |  36 ++++++
 src/rosdistro/vcs.py                               |  86 +++++++++++++
 src/rosdistro/verify.py                            |  11 +-
 stdeb.cfg                                          |   6 +-
 test/test_index.py                                 |   2 +-
 test/test_manifest_providers.py                    | 111 +++++++++++++++++
 test/test_repository_specification.py              |  21 ++++
 27 files changed, 747 insertions(+), 186 deletions(-)
 copy src/rosdistro/manifest_provider/{github.py => bitbucket.py} (56%)
 create mode 100644 src/rosdistro/vcs.py
 create mode 100644 test/test_manifest_providers.py
 create mode 100644 test/test_repository_specification.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-rosdistro.git



More information about the debian-science-commits mailing list