SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-qtconsole-5.3.2-1.1.noarch.rpm :

* Sun Aug 28 2022 Ben Greiner - Update to version 5.3.2
* Fix syntax highlighting with multiline inputs.- Test with xvfb display- Remove skip of previously segfaulting tests- Allow PyQt6 and Pyside6 as backend- Add missing pyzmq requirement (was already transitive)- Remove obsolete jupyter package, provide desktop files and icon for every flavor
* Wed Jun 22 2022 Arun Persaud - update to version 5.3.1:
* Fix segfault when performing code completion on Qt6.
* Fix mixed input and print statements.
* Fix switching syntax highlighting styles on PySide2 and PySide6.
* Sat Apr 09 2022 Ben Greiner - Update to version 5.3.0
* Add support for PyQt6.
* Don\'t show spurious blank lines when running input statements.
* Fix showing Latex images with dark background colors.
* Drop support for Python 3.6
* Thu Feb 03 2022 Arun Persaud - specfile:
* update copyright year- update to version 5.2.2:
* Fix implicit int to float conversion for Python 3.10 compatibility.
* Fix building documentation in ReadTheDocs.
* Fri Nov 26 2021 Ben Greiner - Update to version 5.2.1
* Fix error when deleting CallTipWidget.
* Another fix for the \'Erase in Line\' ANSI code.- Enable libalternatives as with the rest of the jupyter commands
* Sun Nov 14 2021 Ben Greiner - Update to version 5.2.0
* Fix hidden execution requests.
* Fix ANSI code for erase line.
* Fri Oct 29 2021 Ben Greiner - Require a Qt backend. boo#1136083
* Sun Oct 10 2021 Ben Greiner - Update to version 5.1.1
* Improve handling of different keyboard combinations.
* Move cursor to the beginning of buffer if on the same line.
* Mon May 10 2021 Ben Greiner - Update to version 5.1.0
* Two new keyboard shortcuts: Ctrl + Up/Down to go to the beginning/end of the buffer.
* Monkeypatch RegexLexer only while in use by qtconsole.
* Import Empty from queue module.
* Fri Mar 19 2021 Ben Greiner - Update to version 5.0.3
* Emit kernel_restarted signal only after a kernel crash.- move u-a scriptlets to the correct package
* Sat Jan 30 2021 Arun Persaud - specfile:
* update copyright year- update to version 5.0.2:
* Fix launching issue with Big Sur
* Remove partial prompt on copy
* Tue Dec 15 2020 Benjamin Greiner - Move the alternative binary to the flavored python package
* Thu Nov 26 2020 Arun Persaud - update to version 5.0.1:
* Add python_requires to setup.py for Python 3.6+ compatibility- changes from version 5.0.0:
* Additions + Add option to set completion type while running.
* Changes + Emit kernel_restarted after restarting kernel. + Drop support for Python 2.7 and 3.5.
* Wed Sep 16 2020 Benjamin Greiner - skip two tests: gh#jupyter/qtconsole#443
* Sat Sep 05 2020 Arun Persaud - update to version 4.7.7:
* Change font width calculation to use horizontalAdvance
* Fri Aug 28 2020 Benjamin Greiner - Update to 4.7.6
* Replace qApp with QApplication.instance().
* Fix QFontMetrics.width deprecation.- use alternatives for entry point- SIP is not used anymore
* Wed Jul 01 2020 Marketa Calabkova - Update to 4.7.5
* Print input if there is no prompt.
* Sat May 23 2020 Arun Persaud - update to version 4.7.4:
* Fix completion widget text for paths and files.
* Make Qtconsole work on Python 3.8 and Windows.
* Sat Apr 18 2020 Arun Persaud - update to version 4.7.3:
* Fix all misuses of QtGui.
* Sat Mar 28 2020 Arun Persaud - update to version 4.7.2:
* Set updated prompt as previous prompt object in JupyterWidget.
* Fix some Qt incorrect imports.
* Thu Mar 12 2020 Arun Persaud - update to version 4.7.1:
* Remove common prefix from path completions.
* Use QtWidgets instead of QtGui to create QMenu instances.
* Tue Mar 03 2020 Todd R - Update to version 4.7.0 + Additions
* Use qtpy as the shim layer for Python Qt bindings and remove our own shim. + Changes
* Remove code to expand tabs to spaces.
* Skip history if it is the same as the input buffer.- Drop doc subpackage due to rapid changes in readthedocs download urls. This was a hold-over from when the tests were run in a separate doc subpackage.
* Fri Nov 22 2019 Todd R - Update to version 4.6.0 + Additions
* Add an option to configure scrollbar visibility. + Changes
* Avoid introducing a new line when executing code.
* Tue Nov 12 2019 Todd R - Update to version 4.5.5
* Set console to read only after input.
* Allow text to be added before the prompt while autocompleting.
* Scroll when adding text even when not executing.- Update to versionn 4.5.4
* Fix emoji highlighting.- Update to versionn 4.5.3
* Fix error when closing comms.
* Fix prompt automatically scrolling down on execution.
* Mon Jul 29 2019 Todd R - Update to versionn 4.5.2
* Remove deprecation warnings in Python 3.8
* Improve positioning and content of completion widget.
* Scroll down for output from remote commands.
* Wed Jun 12 2019 Todd R - Update to version 4.5.1
* Only use setuptools in setup.py to fix uploading tarballs to PyPI.- Update to version 4.5 + Additions
* Add Comms to qtconsole.
* Add kernel language name as an attribute of JupyterWidget. + Changes
* Use new traitlets API with decorators.
* Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.- Split jupyter components into own subpackage.- Update to version 4.4.4
* Prevent cursor from moving to the end of the line while debugging.
* Sat Dec 22 2018 Todd R - Update to version 4.4.3
* Fix complete statements check inside indented block for Python after the IPython 7 release.
* Improve auto-scrolling during execution.- Update to version 4.4.2
* Fix incompatibility with PyQt5 5.11.
* Fri Sep 07 2018 toddrme2178AATTgmail.com- Update to version 4.4.1
* Fix setting width and height when displaying images with IPython\'s Image.
* Avoid displaying errors when using Matplotlib to generate pngs from Latex.- Update to version 4.4.0 + Additions
* :kbd:`Control-D` enters an EOT character if kernel is executing and input is empty.
* Implement block indent on multiline selection with :kbd:`Tab`.- Change the syntax highlighting style used in the console at any time. It can be done in the menu ``View > Syntax Style``. + Changes
* Change :kbd:`Control-Shift-A` to select cell contents first.
* Change default tab width to 4 spaces.
* Enhance handling of input from other clients.- Don\'t block the console when the kernel is asked for completions. + Fixes
* Fix bug that make PySide2 a forbidden binding.
* Fix IndexError when copying prompts.
* Fix behavior of right arrow key.
* Fix behavior of :kbd:`Control-Backspace` and :kbd:`Control-Del`- Use upstream documentation builds
* Tue Feb 13 2018 toddrme2178AATTgmail.com- Update url
 
ICM