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 5ea20db6b4
commit bcd88df0fe
4 changed files with 17 additions and 4 deletions

6
NEWS
View file

@ -1,6 +1,10 @@
New in spot 2.9.4.dev (not yet released)
Nothing yet.
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)