[pyosmium] 01/07: Imported Upstream version 2.9.0

Bas Couwenberg sebastic at debian.org
Fri Sep 16 08:21:49 UTC 2016


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 6be8206b12ff49a5a71fceb54f9ba801ed551e02
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 16 09:46:11 2016 +0200

    Imported Upstream version 2.9.0
---
 CHANGELOG.md           | 10 +++++++++-
 doc/conf.py            |  4 ++--
 lib/generic_writer.hpp |  2 +-
 setup.py               |  2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb6e2ca..ba9cded 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 ### Fixed
 
 
+## [2.9.0] - 2016-09-15
+
+### Changed
+
+- Use current libosmium
+
+
 ## [2.8.0] - 2016-08-08
 
 ### Changed
@@ -90,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 - Exception not caught in test.
 
-[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.8.0...HEAD
+[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.9.0...HEAD
+[2.9.0]: https://github.com/osmcode/pyosmium/compare/v2.8.0...v2.9.0
 [2.8.0]: https://github.com/osmcode/pyosmium/compare/v2.7.1...v2.8.0
 [2.7.1]: https://github.com/osmcode/pyosmium/compare/v2.6.0...v2.7.1
 [2.6.0]: https://github.com/osmcode/pyosmium/compare/v2.5.4...v2.6.0
diff --git a/doc/conf.py b/doc/conf.py
index 26844cf..c937140 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -63,9 +63,9 @@ copyright = '2015-2016, Sarah Hoffmann'
 # built documents.
 #
 # The short X.Y version.
-version = '2.8'
+version = '2.9'
 # The full version, including alpha/beta/rc tags.
-release = '2.8.0'
+release = '2.9.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/lib/generic_writer.hpp b/lib/generic_writer.hpp
index 7068d2b..bb710fe 100644
--- a/lib/generic_writer.hpp
+++ b/lib/generic_writer.hpp
@@ -222,7 +222,7 @@ private:
 
     void set_memberlist(const boost::python::object& o,
                         osmium::builder::RelationBuilder *builder) {
-        // original nodelist
+        // original memberlist
         boost::python::extract<osmium::RelationMemberList&> oml(o);
         if (oml.check()) {
             if (oml().size() > 0)
diff --git a/setup.py b/setup.py
index b83b196..9d56a74 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ for ext in ('osm', 'replication'):
     packages.append('osmium.%s' % ext)
 
 setup (name = 'pyosmium',
-       version = '2.8.0',
+       version = '2.9.0',
        description = 'Provides python bindings for libosmium.',
        packages = packages,
        ext_modules = extensions)

-- 
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