[pyosmium] branch master updated (fa0e57b -> 98d976f)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 6 20:58:26 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  fa0e57b   Update Vcs-Git URL to use HTTPS.
       new  c3c8e7e   Add changelog entry for Vcs-Git URL change.
       new  fdbfe20   Imported Upstream version 2.6.0
       new  fb318e9   Merge tag 'upstream/2.6.0'
       new  e252110   New upstream release.
       new  219a386   Bump minimum required libosmium2-dev to 2.6.0.
       new  9b2db8e   Update copyright file, update years for Sarah Hoffmann.
       new  77a968c   Add patch to fix 'allows one to' typo.
       new  bf4a3b2   Update lintian override for renamed modules.
       new  6de0290   Drop unused lintian overrides.
       new  98d976f   Set distribution to unstable.

The 10 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:
 CHANGELOG.md                              |  19 +-
 README.md                                 |   2 +-
 debian/changelog                          |  11 ++
 debian/control                            |   2 +-
 debian/copyright                          |   2 +-
 debian/patches/allows-to-typo.patch       |  14 ++
 debian/patches/series                     |   1 +
 debian/python-pyosmium.lintian-overrides  |   5 +-
 debian/python3-pyosmium.lintian-overrides |   5 +-
 doc/conf.py                               |   6 +-
 doc/intro.rst                             |  75 +++++++-
 doc/ref_osm.rst                           |  33 +++-
 doc/ref_osmium.rst                        |  28 ++-
 examples/convert.py                       |  37 ++++
 examples/filter_coastlines.py             |  56 ++++++
 examples/normalize_boolean.py             |  66 +++++++
 lib/generic_handler.hpp                   |   4 +-
 lib/generic_writer.hpp                    | 278 ++++++++++++++++++++++++++++++
 lib/geom.cc                               |   2 +-
 lib/index.cc                              |   2 +-
 lib/io.cc                                 |   2 +-
 lib/osm.cc                                |  20 +--
 lib/osmium.cc                             |  43 ++++-
 osmium/__init__.py                        |   2 +-
 osmium/geom/__init__.py                   |   1 -
 osmium/index/__init__.py                  |   1 -
 osmium/io/__init__.py                     |   1 -
 osmium/osm/__init__.py                    |  14 ++
 osmium/osm/mutable.py                     |  75 ++++++++
 setup.py                                  |  15 +-
 test/test_osm.py                          |  23 ++-
 test/test_writer.py                       | 142 +++++++++++++++
 32 files changed, 932 insertions(+), 55 deletions(-)
 create mode 100644 debian/patches/allows-to-typo.patch
 create mode 100644 debian/patches/series
 create mode 100644 examples/convert.py
 create mode 100644 examples/filter_coastlines.py
 create mode 100644 examples/normalize_boolean.py
 create mode 100644 lib/generic_writer.hpp
 delete mode 100644 osmium/geom/__init__.py
 delete mode 100644 osmium/index/__init__.py
 delete mode 100644 osmium/io/__init__.py
 create mode 100644 osmium/osm/mutable.py
 create mode 100644 test/test_writer.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