[Git][debian-gis-team/pyosmium][bookworm-backports] 9 commits: Remove generated manpages in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Sep 30 06:46:35 BST 2024
Bas Couwenberg pushed to branch bookworm-backports at Debian GIS Project / pyosmium
Commits:
2c8baa80 by Bas Couwenberg at 2024-09-20T15:46:32+02:00
Remove generated manpages in clean target.
- - - - -
9d4fcc3f by Bas Couwenberg at 2024-09-27T12:23:15+02:00
Add upstream patch to include py.typed.
- - - - -
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.
- - - - -
e47ca955 by Bas Couwenberg at 2024-09-30T07:40:48+02:00
Merge tag 'debian/4.0.1-1' into bookworm-backports
releasing package pyosmium version 4.0.1-1
- - - - -
8783d5f7 by Bas Couwenberg at 2024-09-30T07:41:06+02:00
Rebuild for bookworm-backports.
- - - - -
6 changed files:
- CHANGELOG.md
- MANIFEST.in
- debian/changelog
- debian/clean
- 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,3 +1,15 @@
+pyosmium (4.0.1-1~bpo12+1) bookworm-backports; urgency=medium
+
+ * Rebuild for bookworm-backports.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 30 Sep 2024 07:41:03 +0200
+
+pyosmium (4.0.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 27 Sep 2024 16:27:34 +0200
+
pyosmium (4.0.0-1~bpo12+1) bookworm-backports; urgency=medium
* Rebuild for bookworm-backports.
=====================================
debian/clean
=====================================
@@ -1,2 +1,2 @@
-doc/_build/
+docs/man/
src/*-info/
=====================================
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/c74e69e31b6612a4e8477d7d243faefa8207f472...8783d5f769fe12404070493c90e43f9562de95cd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/c74e69e31b6612a4e8477d7d243faefa8207f472...8783d5f769fe12404070493c90e43f9562de95cd
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/20240930/bfdb2bad/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list