[pyosmium] branch upstream updated (fdbfe20 -> 54e7a8c)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jun 1 15:43:52 UTC 2016


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

sebastic pushed a change to branch upstream
in repository pyosmium.

      from  fdbfe20   Imported Upstream version 2.6.0
       new  54e7a8c   Imported Upstream version 2.7.1

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:
 .travis.yml                                        |  21 ++
 CHANGELOG.md                                       |  16 +-
 doc/conf.py                                        |   4 +-
 examples/filter_coastlines.py                      |   2 +-
 ...{osm_diff_stats.py => osm_replication_stats.py} |  24 ++-
 examples/{osm_file_stats.py => osm_url_stats.py}   |  14 +-
 lib/generic_handler.hpp                            |  32 +++-
 lib/merged_input.hpp                               |  74 ++++++++
 lib/osm.cc                                         |   1 +
 lib/osmium.cc                                      |  30 ++-
 lib/replication.cc                                 |  45 +++++
 osmium/replication/__init__.py                     |   1 +
 osmium/replication/server.py                       | 211 +++++++++++++++++++++
 setup.py                                           |   4 +-
 14 files changed, 456 insertions(+), 23 deletions(-)
 copy examples/{osm_diff_stats.py => osm_replication_stats.py} (58%)
 copy examples/{osm_file_stats.py => osm_url_stats.py} (65%)
 create mode 100644 lib/merged_input.hpp
 create mode 100644 lib/replication.cc
 create mode 100644 osmium/replication/__init__.py
 create mode 100644 osmium/replication/server.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git



More information about the Pkg-grass-devel mailing list