Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits: 7ff3cad9 by Bas Couwenberg at 2024-09-27T16:26:16+02:00 New upstream version 4.0.1 - - - - - 2673aa38 by Bas Couwenberg at 2024-09-27T16:26:22+02:00 Update upstream source from tag 'upstream/4.0.1' Update to upstream version '4.0.1' with Debian dir 0d7c3f61d9dd2434d02ac3b54abb4fe6e5f47e2c - - - - - 7f7a3a5f by Bas Couwenberg at 2024-09-27T16:26:41+02:00 New upstream release. - - - - - 270af1a5 by Bas Couwenberg at 2024-09-27T16:27:34+02:00 Drop pr267.patch, included upstream. - - - - - 7e23132b by Bas Couwenberg at 2024-09-27T16:27:49+02:00 Set distribution to unstable. - - - - - 7 changed files: - CHANGELOG.md - MANIFEST.in - debian/changelog - − debian/patches/pr267.patch - − debian/patches/series - src/osmium/_osmium.pyi - src/osmium/version.py Changes: ===================================== CHANGELOG.md ===================================== @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.1] - 2024-09-27 + +### Fixed + +- correctly package py.typed file +- typing: correctly report inheritance of SimpleWriter and NodeLocationsForWays + + ## [4.0.0] - 2024-09-20 ### Added @@ -50,6 +58,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - use maximum parallelization when building (thanks @Mathiasdm) - move build configuration to pyproject.toml as far as possible + ## [3.7.0] - 2023-11-19 ### Added ===================================== MANIFEST.in ===================================== @@ -8,7 +8,7 @@ include lib/*.h include lib/*.cc include examples/*py include test/*py -include src/py.typed +include src/osmium/py.typed recursive-include src *.pyi recursive-include docs *md *css include docs/cookbooks/*.ipynb ===================================== debian/changelog ===================================== @@ -1,8 +1,8 @@ -pyosmium (4.0.0-2) UNRELEASED; urgency=medium +pyosmium (4.0.1-1) unstable; urgency=medium - * Add upstream patch to include py.typed. + * New upstream release. - -- Bas Couwenberg <[email protected]> Fri, 27 Sep 2024 12:23:02 +0200 + -- Bas Couwenberg <[email protected]> Fri, 27 Sep 2024 16:27:34 +0200 pyosmium (4.0.0-1) unstable; urgency=medium ===================================== debian/patches/pr267.patch deleted ===================================== @@ -1,15 +0,0 @@ -Description: correct location of py.typed file -Author: Sarah Hoffmann <[email protected]> -Bug: https://github.com/osmcode/pyosmium/pull/267 - ---- a/MANIFEST.in -+++ b/MANIFEST.in -@@ -8,7 +8,7 @@ include lib/*.h - include lib/*.cc - include examples/*py - include test/*py --include src/py.typed -+include src/osmium/py.typed - recursive-include src *.pyi - recursive-include docs *md *css - include docs/cookbooks/*.ipynb ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -pr267.patch ===================================== src/osmium/_osmium.pyi ===================================== @@ -111,7 +111,7 @@ class MergeInputReader: """ -class SimpleWriter: +class SimpleWriter(BaseHandler): """ Basic writer for OSM data. The SimpleWriter can write out object that are explicitly passed or function as a handler and write out all objects it receives. It is also possible to @@ -182,7 +182,7 @@ class SimpleWriter: def __exit__(self, *args: Any) -> None:... -class NodeLocationsForWays: +class NodeLocationsForWays(BaseHandler): """ Handler for retriving and caching locations from ways and adding them to ways. """ ===================================== src/osmium/version.py ===================================== @@ -11,7 +11,7 @@ Version information. # the major version pyosmium_major = '4.0' # current release (Pip version) -pyosmium_release = '4.0.0' +pyosmium_release = '4.0.1' # libosmium version shipped with the Pip release libosmium_version = '2.20.0' View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/9d4fcc3fb7556effea78aa93050a4b1f1fdffa43...7e23132bd255065d638963ebbf66b8ae1f9d0b3d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/9d4fcc3fb7556effea78aa93050a4b1f1fdffa43...7e23132bd255065d638963ebbf66b8ae1f9d0b3d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
