[pyosmium] branch master updated (bcd1c59 -> 2f99385)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Mar 31 21:37:43 UTC 2015


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

sebastic pushed a change to branch master
in repository pyosmium.

      from  bcd1c59   Add missing build dependencies.
      adds  73380a7   Imported Upstream version 0.0~20150331-2a93d5b
       new  d93cd0e   Merge tag 'upstream/0.0_20150331-2a93d5b'
       new  2f99385   New upstream git snapshot.

The 2 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:
 debian/changelog         |   4 +-
 doc/Makefile             | 177 ++++++++++++++++++++++++++++
 doc/conf.py              | 273 +++++++++++++++++++++++++++++++++++++++++++
 doc/index.rst            |  21 ++++
 doc/intro.rst            |   6 +
 doc/ref_geom.rst         |  17 +++
 doc/ref_index.rst        |  23 ++++
 doc/ref_io.rst           |  12 ++
 doc/ref_osm.rst          |  95 +++++++++++++++
 doc/ref_osmium.rst       |  23 ++++
 doc/reference.rst        |  16 +++
 lib/generic_handler.hpp  |  14 ++-
 lib/geom.cc              |  41 +++++--
 lib/index.cc             |  34 ++++--
 lib/io.cc                |  22 +++-
 lib/osm.cc               | 299 ++++++++++++++++++++++++++++++++++++++---------
 lib/osmium.cc            |  36 ++++--
 lib/std_pair.hpp         |  43 +++++++
 osmium/__init__.py       |   8 +-
 osmium/geom/__init__.py  |   1 +
 osmium/index/__init__.py |   1 +
 osmium/io/__init__.py    |   1 +
 osmium/osm/__init__.py   |   1 +
 setup.py                 |  18 ++-
 test/test_helper.py      |  33 ++++--
 test/test_osm.py         |  86 ++++++++++++--
 26 files changed, 1192 insertions(+), 113 deletions(-)
 create mode 100644 doc/Makefile
 create mode 100644 doc/conf.py
 create mode 100644 doc/index.rst
 create mode 100644 doc/intro.rst
 create mode 100644 doc/ref_geom.rst
 create mode 100644 doc/ref_index.rst
 create mode 100644 doc/ref_io.rst
 create mode 100644 doc/ref_osm.rst
 create mode 100644 doc/ref_osmium.rst
 create mode 100644 doc/reference.rst
 create mode 100644 lib/std_pair.hpp
 create mode 100644 osmium/geom/__init__.py
 create mode 100644 osmium/index/__init__.py
 create mode 100644 osmium/io/__init__.py
 create mode 100644 osmium/osm/__init__.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