[Git][debian-gis-team/pyosmium][upstream] New upstream version 4.0.1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Sep 27 15:35:23 BST 2024
Bas Couwenberg pushed to branch upstream at Debian GIS Project / pyosmium
Commits:
7ff3cad9 by Bas Couwenberg at 2024-09-27T16:26:16+02:00
New upstream version 4.0.1
- - - - -
4 changed files:
- CHANGELOG.md
- MANIFEST.in
- 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
=====================================
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/-/commit/7ff3cad9ed62f4f67d86643f47441282d5b08786
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/7ff3cad9ed62f4f67d86643f47441282d5b08786
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240927/b8f69410/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list