[Git][debian-gis-team/pyosmium][upstream] New upstream version 4.1.1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Sep 1 04:52:23 BST 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / pyosmium
Commits:
e44a6785 by Bas Couwenberg at 2025-09-01T05:43:30+02:00
New upstream version 4.1.1
- - - - -
4 changed files:
- .github/workflows/ci.yml
- CHANGELOG.md
- 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
=====================================
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/-/commit/e44a67857373e1f3376d3c55f80c2fe97fcd458f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/e44a67857373e1f3376d3c55f80c2fe97fcd458f
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/134e991f/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list