[pyosmium] branch master updated (1f09872 -> d123b7a)

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


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

sebastic pushed a change to branch master
in repository pyosmium.

      from  1f09872   Set distribution to unstable.
       new  fa820d2   Update watch file to handle more tag conventions in filenamemangle.
       new  54e7a8c   Imported Upstream version 2.7.1
       new  a78ba69   Merge tag 'upstream/2.7.1'
       new  b286953   New upstream release.
       new  9e01380   Bump minimum required libosmium2-dev to 2.7.1.
       new  7f34d07   Drop allows-to-typo.patch, applied upstream.
       new  ca66c29   Update lintian overrides for replication library.
       new  d123b7a   Set distribution to unstable.

The 8 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 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/patches/allows-to-typo.patch                |  14 --
 debian/patches/series                              |   1 -
 debian/python-pyosmium.lintian-overrides           |   1 +
 debian/python3-pyosmium.lintian-overrides          |   1 +
 debian/watch                                       |   2 +-
 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 +-
 21 files changed, 469 insertions(+), 40 deletions(-)
 delete mode 100644 debian/patches/allows-to-typo.patch
 delete mode 100644 debian/patches/series
 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