python: rename aux.py to aux_.py

Fixes #437, reporeted by Yann Thierry-Mieg.

* python/spot/aux.py: Rename as...
* python/spot/aux_.py: ... this.
* python/spot/__init__.py, python/Makefile.am: Adjust.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2020-11-08 12:04:55 +01:00
parent 14a992bb89
commit ffc0138ed6
4 changed files with 18 additions and 3 deletions

6
NEWS
View file

@ -147,6 +147,12 @@ New in spot 2.9.4.dev (not yet released)
- Bindings for functions related to parity games.
See https://spot.lrde.epita.fr/ipynb/paritygame.html for examples.
Bugs fixed:
- The filename python/spot/aux.py caused a problem on Windows and
has been renamed. Existing "import spot.aux" statements should
*not* be updated. (Issue #437.)
New in spot 2.9.4 (2020-09-07)
Bugs fixed: