File python-pyzo.changes of Package python-pyzo
-------------------------------------------------------------------
Fri May 9 05:15:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sat May 1 18:50:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.11.2:
* Fix for MacOS Big Sur
* Version 4.11.0
* Fix broken support for non-english keyboard layouts.
* Support for Python 3.9
* Fix slow font enumeration.
* Improve behavior on HiDPI screens.
* Prevent errors during editing syntax styles.
* Change the base port number that Pyzo uses to communicate with the kernels.
* Remove button to stop kernel but leave the shell open, to reduce clutter.
* Added support for toggling comments
* Prevent segfault on PySide2.
* Pyzo now closes faster.
* Better handling of carriage return in shell
* Autocompletion is triggered a bit later to make it less anoying
-------------------------------------------------------------------
Wed Jul 15 08:35:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 4.10.2
* Fix that PyInstaller's changes to `LD_LIBRARY_PATH` leak through to the kernels (#665).
* We've now automized the building of binaries on Azure Pipelines!
* Our code is now formatted with Black, and checked with Flake8.
* CI does not have a lot of tests yet, but we do check linting and importing on Python 3.5 and 3.8.
* Implemented support for highres displays (although I am unable to verify myself).
* Improve the workspace display of list, tuple, dict and array.
* Clean up `LD_LIBRARY_PATH` for the kernels (#665).
* Some improvements to asyncio integration.
* Autocompletion no longer cancels the interactive help.
* Issue a warning when `logging.basicConfig()` is called (because it does nothing).
* Fix that non-breakable space was converted (#621, thanks Yann Salmon).
* Add Jetbrains monospace font.
* Fix introspection of signature containing kw-only args or annotations.
* Add polish translation (thanks wojnilowicz)
* Fix that Pyzo crashes on startup when non-english language is set and status bar is shown.
-------------------------------------------------------------------
Wed May 20 07:26:57 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only removal
-------------------------------------------------------------------
Tue Jan 8 19:16:42 UTC 2019 - Todd R <toddrme2178@gmail.com>
- initial version