[pyosmium] 01/05: Imported Upstream version 2.3.0

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 18 14:10:58 UTC 2015


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit b11f6971045f5c60575cee840da6ecd26bc20627
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 18 16:02:42 2015 +0200

    Imported Upstream version 2.3.0
---
 CHANGELOG.md | 11 ++++++++++-
 doc/conf.py  |  4 ++--
 setup.py     |  4 ++--
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 893d83f..d204bcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Fixed
 
+
+## [2.3.0] - 2015-08-18
+
+### Changed
+
+- Use current libosmium
+
+
 ## [2.2.0] - 2015-07-04
 
 ### Changed
@@ -22,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 - Exception not caught in test.
 
-[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.2.0...HEAD
+[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.3.0...HEAD
+[2.3.0]: https://github.com/osmcode/pyosmium/compare/v2.3.0...v2.3.0
 [2.2.0]: https://github.com/osmcode/pyosmium/compare/v2.1.0...v2.2.0
 
diff --git a/doc/conf.py b/doc/conf.py
index a21216b..75e6b74 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -63,9 +63,9 @@ copyright = '2015, Sarah Hoffmann'
 # built documents.
 #
 # The short X.Y version.
-version = '2.2'
+version = '2.3'
 # The full version, including alpha/beta/rc tags.
-release = '2.2.0'
+release = '2.3.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.py b/setup.py
index 29058ae..b3f170b 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ else:
 
 ### osmium dependencies
 includes.append('../libosmium/include')
-osmium_libs = ('expat', 'pthread', 'z', 'protobuf-lite', 'osmpbf', 'bz2')
+osmium_libs = ('expat', 'pthread', 'z', 'bz2')
 libs.extend(osmium_libs)
 
 extensions = []
@@ -61,7 +61,7 @@ for ext in ('io', 'osm', 'index', 'geom'):
 
 
 setup (name = 'pyosmium',
-       version = '2.2.0',
+       version = '2.3.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