Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits: 2fd9bff1 by Bas Couwenberg at 2025-11-29T12:28:32+01:00 Add python3-legacy-cgi to (build) dependencies. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/legacy-cgi.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycsw (2.6.2+dfsg-4) UNRELEASED; urgency=medium + + * Team upload. + * Add python3-legacy-cgi to (build) dependencies. + + -- Bas Couwenberg <[email protected]> Sat, 29 Nov 2025 10:21:59 +0100 + pycsw (2.6.2+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -15,6 +15,7 @@ Build-Depends: apache2-dev, procps, python3-all, python3-geolinks, + python3-legacy-cgi, python3-lxml, python3-mock, python3-owslib, ===================================== debian/patches/legacy-cgi.patch ===================================== @@ -0,0 +1,13 @@ +Description: Add legacy-cgi dependency for Python >= 3.13. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/geopython/pycsw/issues/1089 +Forwarded: https://github.com/geopython/pycsw/pull/1166 + +--- a/requirements.txt ++++ b/requirements.txt +@@ -1,4 +1,5 @@ + geolinks ++legacy-cgi; python_version >= '3.13' + lxml + OWSLib + pyproj ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ version-requirements.patch interpreter-path.patch tests_config_path.patch apipkg.patch +legacy-cgi.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/2fd9bff1bdb4946aeebfc732f744e54693f2f0cc -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/2fd9bff1bdb4946aeebfc732f744e54693f2f0cc 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
