[Git][debian-gis-team/pyosmium][master] 5 commits: New upstream version 4.1.1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Sep 1 04:52:20 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits:
e44a6785 by Bas Couwenberg at 2025-09-01T05:43:30+02:00
New upstream version 4.1.1
- - - - -
3263481c by Bas Couwenberg at 2025-09-01T05:43:36+02:00
Update upstream source from tag 'upstream/4.1.1'
Update to upstream version '4.1.1'
with Debian dir db8aa6b586412eeba6252ca26ab314503cd412b7
- - - - -
c46fc7c1 by Bas Couwenberg at 2025-09-01T05:43:51+02:00
New upstream release.
- - - - -
3a59ec32 by Bas Couwenberg at 2025-09-01T05:45:28+02:00
Drop man.patch, applied upstream.
- - - - -
a8c2c765 by Bas Couwenberg at 2025-09-01T05:45:46+02:00
Set distribution to unstable.
- - - - -
7 changed files:
- .github/workflows/ci.yml
- CHANGELOG.md
- debian/changelog
- − debian/patches/man.patch
- − debian/patches/series
- docs/Makefile
- pyproject.toml
Changes:
=====================================
.github/workflows/ci.yml
=====================================
@@ -374,6 +374,15 @@ jobs:
./venv/bin/pytest test
shell: bash
+ - name: Build man pages
+ run: |
+ . venv/bin/activate
+ pip install argparse-manpage
+ cd docs
+ make
+ find man/pyosmium-get-changes.1
+ find man/pyosmium-up-to-date.1
+
build-windows:
runs-on: windows-2022
=====================================
CHANGELOG.md
=====================================
@@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [4.1.1] - 2025-08-31
+
+### Fixed
+
+- build command for man pages adapted to new structure (thanks @sebastic)
+
## [4.1.0] - 2025-08-30
### Added
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pyosmium (4.1.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Drop man.patch, applied upstream.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 01 Sep 2025 05:45:37 +0200
+
pyosmium (4.1.0-2) unstable; urgency=medium
* Drop python3-pytest-run-parallel from build dependencies (RC buggy).
=====================================
debian/patches/man.patch deleted
=====================================
@@ -1,17 +0,0 @@
-Description: Fix paths to pyfiles for manpage generation.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/osmcode/pyosmium/pull/301
-Applied-Upstream: https://github.com/osmcode/pyosmium/commit/90382eddd9b00277f39fb0e4bf00d4aae4dc8378
-
---- a/docs/Makefile
-+++ b/docs/Makefile
-@@ -2,7 +2,7 @@ ARGPARSE_BASEARGS=--author 'Sarah Hoffma
-
- man:
- mkdir -p man
-- argparse-manpage --pyfile ../tools/pyosmium-get-changes --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
-- argparse-manpage --pyfile ../tools/pyosmium-up-to-date --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
-+ argparse-manpage --pyfile ../src/osmium/tools/pyosmium_get_changes.py --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
-+ argparse-manpage --pyfile ../src/osmium/tools/pyosmium_up_to_date.py --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
-
- .PHONY: man
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-man.patch
=====================================
docs/Makefile
=====================================
@@ -2,7 +2,7 @@ ARGPARSE_BASEARGS=--author 'Sarah Hoffmann' --author-email 'lonvia at denofr.de' --
man:
mkdir -p man
- argparse-manpage --pyfile ../tools/pyosmium-get-changes --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
- argparse-manpage --pyfile ../tools/pyosmium-up-to-date --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
+ argparse-manpage --pyfile ../src/osmium/tools/pyosmium_get_changes.py --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-get-changes.1
+ argparse-manpage --pyfile ../src/osmium/tools/pyosmium_up_to_date.py --function get_arg_parser ${ARGPARSE_BASEARGS} --output man/pyosmium-up-to-date.1
.PHONY: man
=====================================
pyproject.toml
=====================================
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "osmium"
-version = "4.1.0"
+version = "4.1.1"
description = "Python bindings for libosmium, the data processing library for OSM data"
requires-python = ">=3.8"
@@ -53,7 +53,7 @@ docs = [
'mkdocs-autorefs',
'mkdocs-gen-files',
'mkdocs-jupyter',
- 'argparse-manpage '
+ 'argparse-manpage'
]
[project.scripts]
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/841a9d83660ba660b30d5c8b38f448089e0a0117...a8c2c7650e0c168347aaa3d2ec31a32c4ace46eb
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/841a9d83660ba660b30d5c8b38f448089e0a0117...a8c2c7650e0c168347aaa3d2ec31a32c4ace46eb
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/20250901/a1a9312e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list