Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits: 9d4fcc3f by Bas Couwenberg at 2024-09-27T12:23:15+02:00 Add upstream patch to include py.typed. - - - - - 3 changed files: - debian/changelog - + debian/patches/pr267.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pyosmium (4.0.0-2) UNRELEASED; urgency=medium + + * Add upstream patch to include py.typed. + + -- Bas Couwenberg <[email protected]> Fri, 27 Sep 2024 12:23:02 +0200 + pyosmium (4.0.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/pr267.patch ===================================== @@ -0,0 +1,15 @@ +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 ===================================== @@ -0,0 +1 @@ +pr267.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/9d4fcc3fb7556effea78aa93050a4b1f1fdffa43 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/9d4fcc3fb7556effea78aa93050a4b1f1fdffa43 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
