Commit Graph

16 Commits

Author SHA256 Message Date
Markéta Machová
3deca4989a Accepting request 868026 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/868026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=31
2021-01-31 16:12:12 +00:00
Markéta Machová
4ebb075432 Accepting request 856028 from home:bnavigator:branches:devel:languages:python:jupyter
- Move the alternative binary to the flavored python package

OBS-URL: https://build.opensuse.org/request/show/856028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=29
2020-12-15 16:30:12 +00:00
Markéta Machová
487aa1fbe6 Accepting request 851149 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/851149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=27
2020-11-27 14:03:03 +00:00
Tomáš Chvátal
386359937c Accepting request 834894 from home:bnavigator:branches:devel:languages:python:jupyter
- skip two tests: gh#jupyter/qtconsole#443 

- update to version 4.7.7:
  * Change font width calculation to use horizontalAdvance

Without the qtconsole update to 4.7.7, qtconsole currently crashes when 
trying to complete commands (see e.g. spyder unit test failure in Factory)

OBS-URL: https://build.opensuse.org/request/show/834894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=25
2020-09-16 17:25:56 +00:00
Tomáš Chvátal
db902eaec2 Accepting request 830318 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 4.7.6
  * Replace qApp with QApplication.instance().
  * Fix QFontMetrics.width deprecation. 
- use alternatives for entry point
- SIP is not used anymore

OBS-URL: https://build.opensuse.org/request/show/830318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=23
2020-08-29 06:27:27 +00:00
Tomáš Chvátal
795f8c4819 Accepting request 818053 from home:mcalabkova:branches:devel:languages:python:jupyter
- Update to 4.7.5
  * Print input if there is no prompt.

OBS-URL: https://build.opensuse.org/request/show/818053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=21
2020-07-01 09:26:35 +00:00
Tomáš Chvátal
75e68db896 Accepting request 808469 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/808469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=19
2020-05-24 07:52:05 +00:00
Todd R
5845a7bc3c Accepting request 795411 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/795411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=17
2020-04-20 17:58:28 +00:00
Todd R
b6fdb3bbea Accepting request 789348 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/789348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=15
2020-04-05 05:31:59 +00:00
Todd R
3b14d32922 Accepting request 784424 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/784424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=13
2020-03-13 18:46:06 +00:00
Todd R
64145cd2bf Accepting request 781243 from home:TheBlackCat:branches:devel:languages:python:jupyter
- 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.

OBS-URL: https://build.opensuse.org/request/show/781243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=11
2020-03-03 15:01:33 +00:00
Todd R
4d82628c55 Accepting request 750389 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to version 4.6.0

OBS-URL: https://build.opensuse.org/request/show/750389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=9
2019-11-22 21:24:38 +00:00
Todd R
abe2510a73 Accepting request 719452 from home:TheBlackCat:branches:devel:languages:python:jupyter
- 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.

OBS-URL: https://build.opensuse.org/request/show/719452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=7
2019-07-29 02:31:34 +00:00
Todd R
2c500fe0d5 Accepting request 709552 from home:TheBlackCat:branches:devel:languages:python:jupyter
- 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.

OBS-URL: https://build.opensuse.org/request/show/709552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=5
2019-06-12 19:59:50 +00:00
Dominique Leuenberger
f1f614f499 Accepting request 703775 from devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Update to version 4.4.4

This needs to go into openSUSE:Factory:Staging:adi:49 with the other jupyter submit requests

OBS-URL: https://build.opensuse.org/request/show/703775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtconsole?expand=0&rev=1
2019-05-22 09:13:53 +00:00
Todd R
78bc003793 Accepting request 703774 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Update to version 4.4.4

OBS-URL: https://build.opensuse.org/request/show/703774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=1
2019-05-17 19:13:11 +00:00