* [execo_g5k] planning: fix exclusion of hosts/cluster additional constraint
* [execo_g5k] api_utils: get_cluster_site() returns None for an unknown cluster instead of raising an exception (to be consistent with the rest of the api eg. get_host_cluster()
* [execo, execo_g5k] fix escape sequences (in regexes or in strings)
* [execo, execo_g5k] use pipes.quote or shlex.quote depending on py version
* [doc] fix bug reporting url
* [execo] utils: singleton_to_collection better None handling -> empty list
* [execo_g5k] oar: add -t origin=execo to all jobs
* [execo_g5k] remove oargridsub (but the examples in the user guide still need to be updated)
-- Matthieu Imbert <matthieu.imbert@inria.fr> Tue, 18 Mar 2025 13:09:22 +0100
python-execo (2.8.1) unstable; urgency=medium
* [execo, execo_g5k, execi_engine] fix regexes thanks to python 3.12 improved handling of invalid escape sequences (https://docs.python.org/3/whatsnew/3.12.html#other-language-changes)