Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: c1a56250 by Bas Couwenberg at 2026-03-13T11:15:45+01:00 Update pyparsing-3.3.patch to also replace parseString with parse_string. - - - - - 110c61cc by Bas Couwenberg at 2026-03-13T11:21:54+01:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/patches/pyparsing-3.3.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +fiona (1.10.1-6) unstable; urgency=medium + + * Team upload. + * Update pyparsing-3.3.patch to also replace parseString with parse_string. + + -- Bas Couwenberg <[email protected]> Fri, 13 Mar 2026 11:21:40 +0100 + fiona (1.10.1-5) unstable; urgency=medium [ Alexandre Detiste ] ===================================== debian/patches/pyparsing-3.3.patch ===================================== @@ -31,3 +31,23 @@ Forwarded: https://github.com/Toblerity/Fiona/pull/1511 lambda source, loc, toks: higher_func_map[toks[0]] ) +@@ -262,7 +262,7 @@ def processList(lst): + + def handleLine(line): + try: +- result = expr.parseString(line) ++ result = expr.parse_string(line) + return processList(result[0]) + except ParseException as exc: + text = str(exc) +--- a/fiona/fio/features.py ++++ b/fiona/fio/features.py +@@ -160,7 +160,7 @@ def filter_cmd(ctx, pipeline, use_rs, sn + + if not pipeline.startswith("("): + test_string = f"({pipeline})" +- expr.parseString(test_string) ++ expr.parse_string(test_string) + except ExpressionError: + # It's a snuggs expression. + log.info("Detected a snuggs expression.") View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/448aabfd46b697a324a6a26df5f13eb9a347d0b5...110c61ccc3c06d68a2ccedf16e639151c007fee9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/448aabfd46b697a324a6a26df5f13eb9a347d0b5...110c61ccc3c06d68a2ccedf16e639151c007fee9 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
