Compare commits

...

118 Commits

Author SHA256 Message Date
Ana Guerrero
8127ebaecb Accepting request 1218795 from devel:languages:python:jupyter
- add py313-warning.patch

OBS-URL: https://build.opensuse.org/request/show/1218795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=52
2024-10-29 13:32:02 +00:00
Ana Guerrero
b79b6bc70c Accepting request 1203615 from devel:languages:python:jupyter
- The command replacement for kernelspec python3 was inactive since
  v6.13. A plain python command is transformed correctly by the
  calling interpreter.
- Conflict with old Python 3.6 package on SLE/Leap for python3
  kernelspec

OBS-URL: https://build.opensuse.org/request/show/1203615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=51
2024-09-26 16:52:38 +00:00
Dominique Leuenberger
cd8a64f260 Accepting request 1197749 from devel:languages:python:jupyter
- Update to 6.29.5
  * Fix use of "%matplotlib osx" #1237 (@ianthomas23)
- Drop ignore-ipython-deprecationwarning.patch

OBS-URL: https://build.opensuse.org/request/show/1197749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=50
2024-09-01 17:20:53 +00:00
bcee8429fc - Update to 6.29.5
* Fix use of "%matplotlib osx" #1237 (@ianthomas23)
- Drop ignore-ipython-deprecationwarning.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=109
2024-08-30 09:29:07 +00:00
Ana Guerrero
e58894640f Accepting request 1177273 from devel:languages:python:jupyter
- Add patch ignore-ipython-deprecationwarning.patch:
  * Ignore DeprecationWarning raised by IPython 8.24+.

OBS-URL: https://build.opensuse.org/request/show/1177273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=49
2024-06-04 10:50:28 +00:00
Steve Kowalik
f05d358aa2 - Add patch ignore-ipython-deprecationwarning.patch:
* Ignore DeprecationWarning raised by IPython 8.24+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=107
2024-05-28 06:17:05 +00:00
Dominique Leuenberger
06134f54e0 Accepting request 1172014 from devel:languages:python:jupyter
- Update to 6.29.4
  * Fix side effect import for pickleutil #1216 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1172014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=48
2024-05-07 16:02:04 +00:00
2aabfc0ae5 - Update to 6.29.4
* Fix side effect import for pickleutil #1216 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=105
2024-05-05 18:03:09 +00:00
Dominique Leuenberger
e466a9cb99 Accepting request 1155310 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1155310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=47
2024-03-06 22:03:02 +00:00
880fdfaabc Accepting request 1155264 from home:dimstar:Factory
Removing all of py3.9 seems not yet realistic - so doing small baby steps

OBS-URL: https://build.opensuse.org/request/show/1155264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=103
2024-03-05 17:52:42 +00:00
99778e9281 Accepting request 1154292 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 6.29.3
  ## Enhancements made
  * Eventloop scheduling improvements for stop_on_error_timeout and
    schedule_next #1212 (@jdranczewski)
  ## Bugs fixed
  * Disable frozen modules by default, add a toggle #1213
    (@krassowski)

OBS-URL: https://build.opensuse.org/request/show/1154292
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=102
2024-03-02 11:49:06 +00:00
Ana Guerrero
ec53abab77 Accepting request 1144982 from devel:languages:python:jupyter
- update to 6.29.2:
  * Fix: ipykernel_launcher, delete absolute sys.path\[0\]
  * fix: on exception, return a 0, so that the "sum" still
    computes #1204 (@petervandenabeele)
  * Fix handling of "silent" in execute request #1200 (@Haadem)

OBS-URL: https://build.opensuse.org/request/show/1144982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=46
2024-02-08 18:01:48 +00:00
dbb6d4fdf4 - update to 6.29.2:
* Fix: ipykernel_launcher, delete absolute sys.path\[0\]
  * fix: on exception, return a 0, so that the "sum" still
    computes #1204 (@petervandenabeele)
  * Fix handling of "silent" in execute request #1200 (@Haadem)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=100
2024-02-07 17:05:52 +00:00
Ana Guerrero
d09a060398 Accepting request 1140287 from devel:languages:python:jupyter
- Update to 6.29.0
  * Always set debugger to true in kernelspec #1191 (@ianthomas23)
  * Revert "Enable ProactorEventLoop on windows for ipykernel"
    #1194 (@blink1073)
  * Make outputs go to correct cell when generated in
    threads/asyncio #1186 (@krassowski)
  * Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
- Update to 6.28.0
  * Enable ProactorEventLoop on windows for ipykernel #1184
    (@NewUserHa)
  * Adds a flag in debug_info for the copyToGlobals support #1099
    (@brichet)
  * Support python 3.12 #1185 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1140287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=45
2024-01-21 22:07:29 +00:00
76eb7eef7d .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=98
2024-01-21 11:26:18 +00:00
20b4931767 - Update to 6.29.0
* Always set debugger to true in kernelspec #1191 (@ianthomas23)
  * Revert "Enable ProactorEventLoop on windows for ipykernel"
    #1194 (@blink1073)
  * Make outputs go to correct cell when generated in
    threads/asyncio #1186 (@krassowski)
  * Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
- Update to 6.28.0
  * Enable ProactorEventLoop on windows for ipykernel #1184
    (@NewUserHa)
  * Adds a flag in debug_info for the copyToGlobals support #1099
    (@brichet)
  * Support python 3.12 #1185 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=97
2024-01-21 10:57:42 +00:00
Ana Guerrero
aa2ce7982c Accepting request 1134337 from devel:languages:python:jupyter
- update to 6.27.1:
  * Fix edit magic payload type #1171 (@blink1073)

  * Support hatchling >= 1.4
- Skip pickle tests to get rid of ipyparallel dependency which we
- Update to version 6.0.3
    queue"
  * Add github actions, bail on asyncio patch for tornado 6.1.

OBS-URL: https://build.opensuse.org/request/show/1134337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=44
2023-12-21 22:38:34 +00:00
48760c8e66 - update to 6.27.1:
* Fix edit magic payload type #1171 (@blink1073)
  * Support hatchling >= 1.4
- Skip pickle tests to get rid of ipyparallel dependency which we
- Update to version 6.0.3
    queue"
  * Add github actions, bail on asyncio patch for tornado 6.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=95
2023-12-20 21:56:51 +00:00
Ana Guerrero
2d5c659c48 Accepting request 1128957 from devel:languages:python:jupyter
- Update to 6.27.0
  * Extend argument handling of do_execute with cell metadata #1169
    (@jjvraw)
- Release 6.26.0
  * Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/request/show/1128957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=43
2023-11-27 21:42:57 +00:00
8b7f5b5302 - Update to 6.27.0
* Extend argument handling of do_execute with cell metadata #1169
    (@jjvraw)
- Release 6.26.0
  * Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=93
2023-11-26 15:29:43 +00:00
Ana Guerrero
31b0d9c406 Accepting request 1113234 from devel:languages:python:jupyter
- Update to 6.25.2
  * Make iostream shutdown more robust #1143 (@blink1073)
  * Don't call QApplication.setQuitOnLastWindowClosed(False). #1142
    (@anntzer)
  * Avoid starting IOPub background thread after it's been stopped
    #1137 (@minrk)

OBS-URL: https://build.opensuse.org/request/show/1113234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=42
2023-09-25 18:02:43 +00:00
7d8b9fd615 - Update to 6.25.2
* Make iostream shutdown more robust #1143 (@blink1073)
  * Don't call QApplication.setQuitOnLastWindowClosed(False). #1142
    (@anntzer)
  * Avoid starting IOPub background thread after it's been stopped
    #1137 (@minrk)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=91
2023-09-23 16:45:46 +00:00
Ana Guerrero
72f605d89b Accepting request 1105430 from devel:languages:python:jupyter
- Fix spec-cleaner: The stupid sle15 python reset macro needs to
  be before python_module calls

OBS-URL: https://build.opensuse.org/request/show/1105430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=41
2023-08-23 12:58:38 +00:00
87bfa1235e - Fix spec-cleaner: The stupid sle15 python reset macro needs to
be before python_module calls

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=89
2023-08-23 08:19:15 +00:00
Dominique Leuenberger
80a2180614 Accepting request 1102796 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1102796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=40
2023-08-08 13:55:09 +00:00
df8e96d46d Accepting request 1102790 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1102790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=87
2023-08-08 03:42:29 +00:00
Dominique Leuenberger
24ef0337f9 Accepting request 1102582 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1102582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=39
2023-08-07 13:28:56 +00:00
143f2e21cf Accepting request 1102513 from home:apersaud:branches:devel:languages:python:jupyter
reverted spec cleaner changes from SR1102499 

- update to version 6.25.0:
  * Enhancements made
    - feat: let display hook handle clear_output #1135
      (@maartenbreddels)
  * Bugs fixed
    - Merge connection info into existing connection file if it
      already exists #1133 (@jasongrout)
  * Maintenance and upkeep improvements
    - Clean up lint #1134 (@blink1073)
- change from version 6.24.0:
  * New features added
    - Let get_parent decide the channel to get parent header
      #1128 (@dby-tmwctw)
  * Bugs fixed
    - Bugfix: binary stdout/stderr handling #1129 (@arieleiz)

OBS-URL: https://build.opensuse.org/request/show/1102513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=85
2023-08-06 14:54:45 +00:00
Dominique Leuenberger
ccde10624d Accepting request 1096638 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1096638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=38
2023-07-04 13:22:03 +00:00
70b4ca991d Accepting request 1096637 from home:bnavigator:branches:devel:languages:python:jupyter
- Fix test suite hangs
- Don't assume only Tumbleweed can have more than one flavor

OBS-URL: https://build.opensuse.org/request/show/1096637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=83
2023-07-03 18:26:50 +00:00
883a9d1c81 - Update to 6.23.3
* Check existence of connection_file before writing #1127
    (@fecet)
- Release 6.23.2
  * Avoid ResourceWarning on implicitly closed event pipe sockets
    #1125 (@minrk)
  * fix: protect stdout/stderr restoration in
    InProcessKernel._redirected_io #1122 (@charles-cooper)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=82
2023-07-01 17:09:59 +00:00
Dominique Leuenberger
c6bc9ba2d1 Accepting request 1090502 from devel:languages:python:jupyter
- Update to 6.23.1
  * Avoid echoing onto a captured FD #1111 (@minrk)
- Release 6.23.0
  * Support control<>iopub messages to e.g. unblock comm_msg from
    command execution #1114 (@tkrabel-db)
  * Add outstream hook similar to display publisher #1110
    (@maartenbreddels) (forwarded request 1090501 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1090502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=37
2023-06-03 22:12:32 +00:00
5862769ee0 Accepting request 1090501 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.23.1
  * Avoid echoing onto a captured FD #1111 (@minrk)
- Release 6.23.0
  * Support control<>iopub messages to e.g. unblock comm_msg from
    command execution #1114 (@tkrabel-db)
  * Add outstream hook similar to display publisher #1110
    (@maartenbreddels)

OBS-URL: https://build.opensuse.org/request/show/1090501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=80
2023-06-02 12:47:42 +00:00
Dominique Leuenberger
aebde12e29 Accepting request 1077234 from devel:languages:python:jupyter
- Update to 6.22.0
  * Deprecate Comm class + Fix incompatibility with ipywidgets
    #1097 (@martinRenou)

- Update to 6.21.3
  * Fix interrupt reply #1101 (@garlandz-db)
- Release 6.21.2
  * Un-expose __file__ and expose __session__ instead. #1095
    (@Carreau)
  * Remove test_enter_eventloop #1084 (@davidbrochart)

OBS-URL: https://build.opensuse.org/request/show/1077234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=36
2023-04-04 19:27:29 +00:00
078f0cb000 - Update to 6.22.0
* Deprecate Comm class + Fix incompatibility with ipywidgets
    #1097 (@martinRenou)

- Update to 6.21.3
  * Fix interrupt reply #1101 (@garlandz-db)
- Release 6.21.2
  * Un-expose __file__ and expose __session__ instead. #1095
    (@Carreau)
  * Remove test_enter_eventloop #1084 (@davidbrochart)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=78
2023-04-04 15:01:10 +00:00
Dominique Leuenberger
801f386f8a Accepting request 1063284 from devel:languages:python:jupyter
- Update to 6.21.1
  * Restore nest-asyncio for tk loop #1086 (@blink1073)
- Release 6.21.0
  * Expose session start file in file. #1078 (@Carreau)
  * Add copy_to_globals debug request handling #1055 (@brichet)

OBS-URL: https://build.opensuse.org/request/show/1063284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=35
2023-02-06 13:15:17 +00:00
563f96346c - Update to 6.21.1
* Restore nest-asyncio for tk loop #1086 (@blink1073)
- Release 6.21.0
  * Expose session start file in file. #1078 (@Carreau)
  * Add copy_to_globals debug request handling #1055 (@brichet)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=76
2023-02-05 15:14:25 +00:00
Dominique Leuenberger
166c334dd4 Accepting request 1060266 from devel:languages:python:jupyter
- Update to 6.20.2
  * Fix Exception in OutStream.close() #1076 (@ilyasher)

OBS-URL: https://build.opensuse.org/request/show/1060266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=34
2023-01-24 18:41:56 +00:00
ffebaf0dff - Update to 6.20.2
* Fix Exception in OutStream.close() #1076 (@ilyasher)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=74
2023-01-22 12:57:03 +00:00
Dominique Leuenberger
b1cfffb449 Accepting request 1058372 from devel:languages:python:jupyter
- Update to 6.20.1
  * Don't raise error when trying to create another Qt app for Qt
    eventloop #1071 (@ccordoba12)
  * Fix types and sync lint deps #1070 (@blink1073)
- Release 6.20.0
  * ENH: add %gui support for Qt6 #1054 (@shaperilio) (forwarded request 1058371 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1058372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=33
2023-01-15 16:58:00 +00:00
d1e9748287 Accepting request 1058371 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 6.20.1
  * Don't raise error when trying to create another Qt app for Qt
    eventloop #1071 (@ccordoba12)
  * Fix types and sync lint deps #1070 (@blink1073)
- Release 6.20.0
  * ENH: add %gui support for Qt6 #1054 (@shaperilio)

OBS-URL: https://build.opensuse.org/request/show/1058371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=72
2023-01-14 13:42:27 +00:00
Dominique Leuenberger
0e0f186658 Accepting request 1045315 from devel:languages:python:jupyter
- Update to 6.19.4
  * Don't pass None kernels to logging configurable in Comm #1061
    (@bollwyvl)
- Release  6.19.3
  * format dates as ISO8601 #1057 (@GRcharles)
  * Fix comms and add qtconsole downstream test #1056 (@blink1073)
  * Fix lint #1058 (@blink1073)
  * Fix comms and add qtconsole downstream test #1056 (@blink1073)
- Release  6.19.2
  * Fix error in %edit magic #1053 (@ccordoba12)
- Release  6.19.1
  * fix: too many arguments dropped when passing to base comm
    constructor #1051 (@maartenbreddels)
- Release 6.19.0
  * Fix: there can be only one comm_manager #1049
    (@maartenbreddels)
  * Adopt ruff and address lint #1046 (@blink1073)
- Release 6.18.3
  * Fix Comm interface for downstream users #1042
    (@maartenbreddels)
- Release 6.18.2
  * Configurables needs to be configurable #1037 (@Carreau)
- Release 6.18.1
  * fix: use comm package in backwards compatible way #1028
    (@maartenbreddels)
  * Add more testing and deprecate the Gtk event loops #1036
    (@blink1073)
  * More coverage improvements #1035 (@blink1073)
  * Add more tests #1034 (@blink1073)
  * Add more kernel tests #1032 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1045315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=32
2022-12-28 09:54:11 +00:00
e6acdb749e - Update to 6.19.4
* Don't pass None kernels to logging configurable in Comm #1061
    (@bollwyvl)
- Release  6.19.3
  * format dates as ISO8601 #1057 (@GRcharles)
  * Fix comms and add qtconsole downstream test #1056 (@blink1073)
  * Fix lint #1058 (@blink1073)
  * Fix comms and add qtconsole downstream test #1056 (@blink1073)
- Release  6.19.2
  * Fix error in %edit magic #1053 (@ccordoba12)
- Release  6.19.1
  * fix: too many arguments dropped when passing to base comm
    constructor #1051 (@maartenbreddels)
- Release 6.19.0
  * Fix: there can be only one comm_manager #1049
    (@maartenbreddels)
  * Adopt ruff and address lint #1046 (@blink1073)
- Release 6.18.3
  * Fix Comm interface for downstream users #1042
    (@maartenbreddels)
- Release 6.18.2
  * Configurables needs to be configurable #1037 (@Carreau)
- Release 6.18.1
  * fix: use comm package in backwards compatible way #1028
    (@maartenbreddels)
  * Add more testing and deprecate the Gtk event loops #1036
    (@blink1073)
  * More coverage improvements #1035 (@blink1073)
  * Add more tests #1034 (@blink1073)
  * Add more kernel tests #1032 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=70
2022-12-25 18:04:49 +00:00
Dominique Leuenberger
94e84893b4 Accepting request 1033840 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1033840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=31
2022-11-07 12:51:22 +00:00
b79f63460b Accepting request 1033734 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1033734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=68
2022-11-06 10:19:53 +00:00
Dominique Leuenberger
f2bb34dc90 Accepting request 1031304 from devel:languages:python:jupyter
- Update to version 6.16.2
  * Fix failing test and update matrix #1010 (@blink1073)
- Disable debugger tests

OBS-URL: https://build.opensuse.org/request/show/1031304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=30
2022-10-27 11:52:24 +00:00
2406692523 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=66
2022-10-26 08:38:26 +00:00
529949f907 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=65
2022-10-26 08:25:52 +00:00
655ee36cfd - Update to version 6.16.2
* Fix failing test and update matrix #1010 (@blink1073)
- Disable debugger tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=64
2022-10-26 08:24:43 +00:00
Dominique Leuenberger
153a60a3cd Accepting request 1030494 from devel:languages:python:jupyter
- update to version 6.16.1:
  * Bugs fixed
    + PR: Destroy tk app to avoid memory leak #1008 (@impact27)
  * Maintenance and upkeep improvements
    + Maintenance cleanup #1006 (@blink1073)
    + Ignore warnings in prereleases test #1002 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1030494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=29
2022-10-23 14:33:05 +00:00
4bcdc4f9f8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=62 2022-10-22 08:44:57 +00:00
bbea21ff26 Accepting request 1030468 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1030468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=61
2022-10-22 08:44:22 +00:00
Richard Brown
952ac6cf53 Accepting request 1006526 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1006526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=28
2022-10-01 15:42:24 +00:00
bc90f892fb Accepting request 1006472 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1006472
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=59
2022-09-27 20:58:34 +00:00
Dominique Leuenberger
2ab9284150 Accepting request 1003368 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1003368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=27
2022-09-15 20:57:36 +00:00
eff8a43c76 Accepting request 1003356 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1003356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=57
2022-09-13 17:03:34 +00:00
Dominique Leuenberger
4bf9455fa0 Accepting request 1002371 from devel:languages:python:jupyter
- update to version 6.15.2:
  * Bugs fixed
    + _abort_queues is no longer async #942 (@rhelmot)

OBS-URL: https://build.opensuse.org/request/show/1002371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=26
2022-09-11 19:57:15 +00:00
a91e7acb1c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=55 2022-09-10 02:48:38 +00:00
713d54298d Accepting request 1002368 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=54
2022-09-10 02:47:43 +00:00
Dominique Leuenberger
81f2d3b8a0 Accepting request 988928 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/988928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=25
2022-07-14 14:33:21 +00:00
20498fd50e Accepting request 988792 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/988792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=52
2022-07-13 08:25:10 +00:00
Dominique Leuenberger
7f224ef336 Accepting request 987883 from devel:languages:python:jupyter
- Add patch support-hatchling-14.patch:
  * Support hatchling >= 1.4

OBS-URL: https://build.opensuse.org/request/show/987883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=24
2022-07-09 14:59:05 +00:00
Steve Kowalik
87816a0e48 - Add patch support-hatchling-14.patch:
* Support hatchling >= 1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=50
2022-07-08 10:58:21 +00:00
Dominique Leuenberger
f26bd9e46b Accepting request 984609 from devel:languages:python:jupyter
- Update requirements and test suite setup

- specfile:
  * update requirements
  * switch to pyproject.toml build
- update to version 6.15.0:
  * Bugs fixed
    + Fix compatibility with tornado 6.2 beta #956 (@minrk)
  * Maintenance and upkeep improvements
    + Back to top-level tornado IOLoop #958 (@minrk)
    + Explicitly require pyzmq >= 17 #957 (@minrk)
    + [pre-commit.ci] pre-commit autoupdate #954 (@pre-commit-ci)
- changes from version 6.14.0:
  * Enhancements made
    + Add cpu_count to the usage_reply #952 (@echarles)
  * Bugs fixed
    + use pss memory info type if available for the resource usage
      reply #948 (@echarles)
    + Ensure psutil for the process is accurate #937 (@echarles)
  * Maintenance and upkeep improvements
    + Fix sphinx 5.0 support #951 (@blink1073)
    + [pre-commit.ci] pre-commit autoupdate #950 (@pre-commit-ci)
- changes from version 6.13.1:
  * Bugs fixed
    + Fix richInspectVariables #943 (@davidbrochart)
    + Force debugger metadata in built wheel #941 (@blink1073)
  * Maintenance and upkeep improvements
    + [pre-commit.ci] pre-commit autoupdate #945 (@pre-commit-ci)
    + Clean up typings #939 (@blink1073)
    + [pre-commit.ci] pre-commit autoupdate #938 (@pre-commit-ci) (forwarded request 984608 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/984609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=23
2022-06-24 06:45:00 +00:00
9f61dd22b5 Accepting request 984608 from home:bnavigator:branches:devel:languages:python:jupyter
- Update requirements and test suite setup

- specfile:
  * update requirements
  * switch to pyproject.toml build
- update to version 6.15.0:
  * Bugs fixed
    + Fix compatibility with tornado 6.2 beta #956 (@minrk)
  * Maintenance and upkeep improvements
    + Back to top-level tornado IOLoop #958 (@minrk)
    + Explicitly require pyzmq >= 17 #957 (@minrk)
    + [pre-commit.ci] pre-commit autoupdate #954 (@pre-commit-ci)
- changes from version 6.14.0:
  * Enhancements made
    + Add cpu_count to the usage_reply #952 (@echarles)
  * Bugs fixed
    + use pss memory info type if available for the resource usage
      reply #948 (@echarles)
    + Ensure psutil for the process is accurate #937 (@echarles)
  * Maintenance and upkeep improvements
    + Fix sphinx 5.0 support #951 (@blink1073)
    + [pre-commit.ci] pre-commit autoupdate #950 (@pre-commit-ci)
- changes from version 6.13.1:
  * Bugs fixed
    + Fix richInspectVariables #943 (@davidbrochart)
    + Force debugger metadata in built wheel #941 (@blink1073)
  * Maintenance and upkeep improvements
    + [pre-commit.ci] pre-commit autoupdate #945 (@pre-commit-ci)
    + Clean up typings #939 (@blink1073)
    + [pre-commit.ci] pre-commit autoupdate #938 (@pre-commit-ci)

OBS-URL: https://build.opensuse.org/request/show/984608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=48
2022-06-22 21:55:31 +00:00
Dominique Leuenberger
7b1b35283a Accepting request 962924 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/962924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=22
2022-03-20 19:55:10 +00:00
033af8b083 Accepting request 962923 from home:bnavigator:branches:devel:languages:python:jupyter
- Skip the new shutdown test: too flaky for obs

OBS-URL: https://build.opensuse.org/request/show/962923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=46
2022-03-18 18:28:49 +00:00
aff3bb2bd8 Accepting request 962918 from home:apersaud:branches:devel:languages:python:jupyter
Not sure about the error for aarch64... so perhaps this shouldn't go through, but I don't know how to fix that one

- specfile:
  * require psutil
- update to version 6.9.2:
  * Bugs fixed
    + Catch error when shutting down kernel from the control channel
      #877 (@ccordoba12)
    + Only kill children in process group at shutdown #874 (@minrk)
    + BUG: Kill subprocesses on shutdown. #869 (@Carreau)
  * Maintenance and upkeep improvements
    + Clean up CI #871 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/962918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=45
2022-03-18 18:01:37 +00:00
Dominique Leuenberger
6c4da35deb Accepting request 955752 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/955752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=21
2022-02-21 16:45:46 +00:00
096b3a9e72 Accepting request 955675 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/955675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=44
2022-02-18 04:02:23 +00:00
Dominique Leuenberger
df06db7bcb Accepting request 953119 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/953119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=20
2022-02-11 22:07:08 +00:00
2a6b5c53ca Accepting request 953078 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/953078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=43
2022-02-10 10:04:38 +00:00
Dominique Leuenberger
6da9456b24 Accepting request 946634 from devel:languages:python:jupyter
- Cleanup specfile
- Update dependency declarations
- Update to 6.7.0:
  - PR: do_one_iteration is a coroutine
  - Clean python 2 artifacts. Fix
  - Fix title position in changelog
  - Set debugOptions for breakpoints in python standard library
    source
  - Send omit_sections to IPython to choose which sections of
    documentation you do not want
  - Added missing exceptionPaths field to debugInfo reply
  - Test jupyter_kernel_test as downstream
  - Remove nose dependency
  - Add explicit encoding to open calls in debugger
  - Fix the temp file name created by the debugger
  - Enforce labels on PRs
  - Unpin IPython, and remove some dependencies on it.
  - Fix rich variables inspection
  - Do not call setQuitOnLastWindowClosed() on a QCoreApplication
  - Drop ipython_genutils requirement

OBS-URL: https://build.opensuse.org/request/show/946634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=19
2022-01-17 21:33:48 +00:00
c1d2343dfd Accepting request 946633 from home:bnavigator:branches:devel:languages:python:jupyter
- Cleanup specfile
- Update dependency declarations

OBS-URL: https://build.opensuse.org/request/show/946633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=42
2022-01-15 15:11:05 +00:00
952eaabc28 Accepting request 946627 from home:mcepl:branches:devel:languages:python:jupyter
- Update to 6.7.0:
  - PR: do_one_iteration is a coroutine
  - Clean python 2 artifacts. Fix
  - Fix title position in changelog
  - Set debugOptions for breakpoints in python standard library
    source
  - Send omit_sections to IPython to choose which sections of
    documentation you do not want
  - Added missing exceptionPaths field to debugInfo reply
  - Test jupyter_kernel_test as downstream
  - Remove nose dependency
  - Add explicit encoding to open calls in debugger
  - Fix the temp file name created by the debugger
  - Enforce labels on PRs
  - Unpin IPython, and remove some dependencies on it.
  - Fix rich variables inspection
  - Do not call setQuitOnLastWindowClosed() on a QCoreApplication
  - Drop ipython_genutils requirement

OBS-URL: https://build.opensuse.org/request/show/946627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=41
2022-01-15 14:40:03 +00:00
Dominique Leuenberger
2c2cf37bbd Accepting request 941537 from devel:languages:python:jupyter
- Update to 6.4.2
  * Enabled rich rendering of variables in the debugger #787
    (@JohanMabille)
  * Remove setting of the eventloop function in the InProcessKernel
    #781 (@rayosborn)
  * Add python version classifiers #783 (@emuccino)

OBS-URL: https://build.opensuse.org/request/show/941537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=18
2021-12-25 19:16:27 +00:00
04bf720a9e - Update to 6.4.2
* Enabled rich rendering of variables in the debugger #787
    (@JohanMabille)
  * Remove setting of the eventloop function in the InProcessKernel
    #781 (@rayosborn)
  * Add python version classifiers #783 (@emuccino)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=40
2021-12-19 20:08:52 +00:00
Dominique Leuenberger
e0b20e10ce Accepting request 921010 from devel:languages:python:jupyter
- Deduplicate files in _jupyter_kernel_dir.

- Revert and clarify some specfile changes:
  * fix kernelspec install for primary flavor
  * BuildRequires debugpy is sufficiently declared once

- specfile:
  * require debugpy for build
- update to version 6.4.1:
  * Merged PRs
    + debugpy is now a build requirement #773 (@minrk)
- changes from version 6.4.0:
  * Enhancements made
    + Make json_clean a no-op for jupyter-client >= 7 #708
      (@martinRenou)
  * Bugs fixed
    + Do not assume kernels have loops #766 (@Carreau)
    + Fix undefined variable #765 (@martinRenou)
  * Maintenance and upkeep improvements
    + Make ipykernel work without debugpy #767 (@frenzymadness)
    + Stop using deprecated recv_multipart when using in-process
      socket. #762 (@Carreau)
    + Update some warnings with instructions and version number. #761
      (@Carreau)

OBS-URL: https://build.opensuse.org/request/show/921010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=17
2021-09-26 19:48:21 +00:00
e447880f61 Accepting request 920992 from home:bnavigator:branches:devel:languages:python:jupyter
- Revert and clarify some specfile changes:
  * fix kernelspec install for primary flavor
  * BuildRequires debugpy is sufficiently declared once

OBS-URL: https://build.opensuse.org/request/show/920992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=39
2021-09-22 15:28:17 +00:00
b18fb2ca47 - Deduplicate files in _jupyter_kernel_dir.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=38
2021-09-22 15:23:56 +00:00
55d9b06db6 Accepting request 919031 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/919031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=37
2021-09-22 15:05:00 +00:00
Dominique Leuenberger
2e10882464 Accepting request 917665 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/917665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=16
2021-09-11 20:24:20 +00:00
Steve Kowalik
6556e7f091 Accepting request 917084 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 6.3.1
  * Add dependency on IPython genutils gh#ipython/ipykernel#756

- Update to version 6.3.0
  * Add deep variable inspection #753 (@JohanMabille)
  * Add IPKernelApp.capture_fd_output config to disable FD-level
    capture #752 (@minrk)
  * Remove a lot of nose stuff
- Release 6.2.0
  * Add Support for Message Based Interrupt #741 (@afshin)
- Release 6.1.0
  * Implemented richInspectVariable request handler #734
    (@JohanMabille)
  * Fix exception raised by OutStream.write #726 (@SimonKrughoff)

OBS-URL: https://build.opensuse.org/request/show/917084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=36
2021-09-09 06:00:57 +00:00
Richard Brown
691cb2f592 Accepting request 910272 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/910272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=15
2021-08-16 08:08:30 +00:00
acddd03fa8 Accepting request 910266 from home:mcalabkova:branches:devel:languages:python:jupyter
- Skip pickle tests to get rid of ipyparallel dependency which we 
  don't want in Ring1 stagings

OBS-URL: https://build.opensuse.org/request/show/910266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=35
2021-08-05 08:13:03 +00:00
1566a918c7 Accepting request 908012 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 6.0.3 
  * KernelApp: rename ports variable to avoid override #731
    (@amorenoz)
- Release version 6.0.2
  * Add watchfd keyword to InProcessKernel OutStream initialization
    #727 (@rayosborn)
  * Fix typo in eventloops.py #711 (@selasley)
  * [bugfix] fix in setup.py (comma before appnope) #709
    (@jstriebel)
  * Add upper bound to dependency versions. #714 (@martinRenou)
  * Replace non-existing function. #723 (@Carreau)
  * Remove unused variables #722 (@Carreau)
  * Do not use bare except #721 (@Carreau)
  * misc whitespace and line too long #720 (@Carreau)
  * Formatting: remove semicolon #719 (@Carreau)
  * Clean most flake8 unused import warnings. #718 (@Carreau)
  * Minimal flake8 config #717 (@Carreau)
  * Remove CachingCompiler's filename_mapper #710 (@martinRenou)
- Release version 6.0.1
  * Fix Tk and asyncio event loops #704 (@ccordoba12)
  * Stringify variables that are not json serializable in
    inspectVariable #702 (@JohanMabille)
- Install kernelspecs for each flavor. Remove common
  jupyter-ipykernel package
- Update to version 6.0.0
  IPykernel 6.0 is the first major release in about two years,
  that brings a number of improvements, code cleanup, and new
  features to IPython.
  IPykernel 6 should contain all changes of the 5.x series, in
  addition to the following non-exhaustive changes:
  * Support for the debugger protocol, when using JupyterLab,
    RetroLab or any frontend supporting the debugger protocol you
    should have access to the debugger functionalities.
  * The control channel on IPykernel 6.0 is run in a separate
    thread, this max change the order in which messages are
    processed, though this change was necessary to accommodate
    the debugger.
  * We now have a new dependency: matplotlib-inline, this helps
    to separate the circular dependency between IPython/IPykernel
    and matplotlib.
  * All outputs to stdout/stderr should now be captured,
    including subprocesses and output of compiled libraries
    (blas, lapack....). In notebook server, some outputs that
    would previously go to the notebooks logs will now
    both head to notebook logs and in notebooks outputs. In
    terminal frontend like Jupyter Console, Emacs or other, this
    may ends up as duplicated outputs.
  * coroutines are now native (async-def) , instead of using
    tornado's @gen.coroutine
  * OutStreams can now be configured to report istty() == True,
    while this should make some output nicer (for example colored),
    it is likely to break others. Use with care.
  Deprecations in 6.0
  * Kernels now support only a single shell stream, multiple
    streams will now be ignored. The attribute
  * Kernel.shell_streams (plural) is deprecated in ipykernel 6.0.
    Use Kernel.shell_stream (singular)
  * Kernel._parent_header is deprecated, even though it was
    private. Use .get_parent() now.
  Removal in 6.0
  * ipykernel.codeutils was deprecated since 4.x series (2016) and
    has been removed, please import similar functionalities from
    ipyparallel
  * remove find_connection_file and profile argument of
    connect_qtconsole and get_connection_info, deprecated since
    IPykernel 4.2.2 (2016).

OBS-URL: https://build.opensuse.org/request/show/908012
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=34
2021-07-27 08:48:16 +00:00
Dominique Leuenberger
9461d9bfb5 Accepting request 902823 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/902823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=14
2021-07-02 11:26:29 +00:00
e19ed6d95d Accepting request 902821 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 5.5.5
  * Keep preferring SelectorEventLoop on Windows. #669
- Release 5.5.4
  * Import configure_inline_support from matplotlib_inline if
    available #654
- Release 5.5.3
  * Revert Backport of #605: Fix Handling of shell.should_run_async
    #622
- Release 5.5.2 and Release 5.5.1 were yanked from PyPI
- Release 5.5.0
  * kernelspec: ensure path is writable before writing kernel.json.
    #593
  * Add configure_inline_support and call it in the shell. #590
  * Fix stop_on_error_timeout to now properly abort
    execute_request's that fall within the timeout after an error.
    #572

OBS-URL: https://build.opensuse.org/request/show/902821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=33
2021-06-28 13:02:55 +00:00
Dominique Leuenberger
b69d450307 Accepting request 872448 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/872448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=13
2021-02-16 21:34:27 +00:00
e11f70fab1 Accepting request 872038 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 5.4.3
  * Rework wait_for_ready logic.
- Don't test with python36-numpy because it is no more (NEP 29)
- Skip two completion tests due to newer jedi support in ipython
  gh#ipython/ipykernel#578 gh#ipython/ipykernel#579

OBS-URL: https://build.opensuse.org/request/show/872038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=31
2021-02-15 12:41:06 +00:00
Dominique Leuenberger
1a6ff562e8 Accepting request 869202 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/869202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=12
2021-02-04 19:23:31 +00:00
f5e618309b Accepting request 869044 from home:bnavigator:branches:devel:languages:python:jupyter
- BuildRequire jupyter-jupyter_core-filesystem for the macro

OBS-URL: https://build.opensuse.org/request/show/869044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=29
2021-02-04 11:01:01 +00:00
Dominique Leuenberger
cb62548e62 Accepting request 856012 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/856012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=11
2020-12-16 10:00:18 +00:00
bec922f899 Accepting request 855895 from home:bnavigator:branches:devel:languages:python:jupyter
- update to version 5.4.2
  * Revert "Fix stop_on_error_timeout blocking other messages in
    queue" 
- changes in 5.4.1
  * Invalid syntax in ipykernel/log.py.
- changes in 5.4.0
  5.4.0 is generally focused on code quality improvements and
  tornado asyncio compatibility.
  * Add github actions, bail on asyncio patch for tornado 6.1. 
  * Start testing on Python 3.9.
  * Fix stack levels for ipykernel's deprecation warnings and stop
    using some deprecated APIs.
  * Add env parameter to kernel installation
  * Fix stop_on_error_timeout blocking other messages in queue.
  * Remove most of the python 2 compat code.
  * Remove u-prefix from strings.

OBS-URL: https://build.opensuse.org/request/show/855895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=27
2020-12-15 14:35:24 +00:00
Dominique Leuenberger
f28d2884d6 Accepting request 822785 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/822785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=10
2020-08-01 10:30:42 +00:00
Tomáš Chvátal
c7da443efe Accepting request 822778 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/822778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=25
2020-07-25 17:35:06 +00:00
Todd R
5a3462cd4c Accepting request 821671 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/821671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=24
2020-07-18 19:09:51 +00:00
Dominique Leuenberger
59facd0cfc Accepting request 820512 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/820512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=9
2020-07-15 10:11:12 +00:00
Tomáš Chvátal
12d3a55e7e Accepting request 820457 from home:apersaud:branches:devel:languages:python:jupyter
- update to version 5.3.2:
  * Restore timer based event loop as a Windows-compatible
    fallback. (:ghpull:`523`)
- changes from version 5.3.1:
  * Fix #520: run post_execute and post_run_cell on async cells
    (:ghpull:`521`)
  * Fix exception causes in zmqshell.py (:ghpull:`516`)
  * Make pdb on Windows interruptible (:ghpull:`490`)

OBS-URL: https://build.opensuse.org/request/show/820457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=22
2020-07-12 06:39:47 +00:00
Dominique Leuenberger
cd83ac4136 Accepting request 810547 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/810547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=8
2020-06-11 12:37:50 +00:00
Tomáš Chvátal
5cd6914a02 Accepting request 810415 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/810415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=20
2020-06-01 06:45:21 +00:00
Dominique Leuenberger
b2001e88eb Accepting request 795887 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/795887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=7
2020-04-25 18:10:56 +00:00
Todd R
d556c4c746 Accepting request 795410 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/795410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=18
2020-04-20 17:58:18 +00:00
Dominique Leuenberger
eb7289a996 Accepting request 790414 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/790414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=6
2020-04-05 18:50:27 +00:00
Tomáš Chvátal
eb279ea426 Accepting request 789347 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/789347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=16
2020-04-01 06:53:37 +00:00
Dominique Leuenberger
6b60470a3e Accepting request 783838 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/783838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=5
2020-03-26 23:20:01 +00:00
Todd R
2b18e3d5fe Accepting request 783837 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Add fix_jupyter_client_6.patch
  Fixes issue with jupyter-client > 6
  From: https://github.com/ipython/ipykernel/pull/489
  See: https://github.com/jupyter/jupyter_client/issues/523

OBS-URL: https://build.opensuse.org/request/show/783837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=14
2020-03-11 13:36:41 +00:00
Dominique Leuenberger
b4aca646ac Accepting request 768074 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/768074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=4
2020-01-30 08:38:31 +00:00
Todd R
842a959798 Accepting request 768073 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 5.1.4
  * Fix pickle issues when using inline matplotlib backend
  * Fix an error during kernel shutdown
  * Fix compatibility issues with Python 3.8
  * Remove some dead code

OBS-URL: https://build.opensuse.org/request/show/768073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=12
2020-01-28 15:52:14 +00:00
Dominique Leuenberger
a140907f11 Accepting request 747913 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/747913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=3
2019-11-22 09:23:47 +00:00
Todd R
e78dd427a7 Accepting request 747912 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 5.1.3

OBS-URL: https://build.opensuse.org/request/show/747912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=10
2019-11-12 18:52:16 +00:00
Dominique Leuenberger
e1b8516d37 Accepting request 722081 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/722081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=2
2019-08-16 13:26:59 +00:00
Todd R
a678800cd8 Accepting request 721906 from home:jayvdb:jupyter
Update, add testing and remove unnecessary separate docs package which only contained the changelog

OBS-URL: https://build.opensuse.org/request/show/721906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=8
2019-08-09 19:53:11 +00:00
Dominique Leuenberger
6a8f7a799f Accepting request 703529 from devel:languages:python:jupyter
This version fixes the conflicts in the previous version.

- Update to 5.1.1
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.

OBS-URL: https://build.opensuse.org/request/show/703529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=1
2019-05-22 09:13:05 +00:00
Todd R
a3d9e71f92 Accepting request 703528 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 5.1.1
  * 5.1.1 fixes a bug that caused cells to get stuck in a busy state.

OBS-URL: https://build.opensuse.org/request/show/703528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=4
2019-05-16 19:21:24 +00:00
Todd R
5c7764782c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=3 2019-04-26 18:15:15 +00:00
Todd R
9644f82ce3 spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=2
2019-04-26 16:40:10 +00:00
Todd R
3feef65e69 Accepting request 697882 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Fix source URL
- Update doc files
- update to version 5.1.0:
  * Fix message-ordering bug that could result in out-of-order
    executions, especially on Windows (:ghpull:`356`)
  * Fix classifiers to indicate dropped Python 2 support
    (:ghpull:`354`)
  * Remove some dead code (:ghpull:`355`)
  * Support rich-media responses in inspect_requests (tooltips)
    (:ghpull:`361`)
- Update to version 5.0.0
  * Drop support for Python 2. ipykernel 5.0 requires Python >= 3.4
  * Add support for IPython’s asynchronous code execution (PR #323)
  * Update release process in CONTRIBUTING.md (PR #339)
- Drop python 2 build since they are no longer supported.
- Switch to wheels for more reliable installation.
- Update to version 4.9.0
  * Python 3.3 is no longer supported (:ghpull:`336`)
  * Flush stdout/stderr in KernelApp before replacing (:ghpull:`314`)
  * Allow preserving stdout and stderr in KernelApp (:ghpull:`315`)
  * Override writable method on OutStream (:ghpull:`316`)
  * Add metadata to help display matplotlib figures legibly (:ghpull:`336`)
- Update to version 4.8.2
  * Fix compatibility issue with qt eventloop and pyzmq 17 (:ghpull:`307`).
- Update to version 4.8.1
  * set zmq.ROUTER_HANDOVER socket option when available
    to workaround libzmq reconnect bug (:ghpull:`300`).
  * Fix sdists including absolute paths for kernelspec files,
    which prevented installation from sdist on Windows
    (:ghpull:`306`).
- Update to version 4.8.0
  * set zmq.ROUTER_HANDOVER socket option when available
    to workaround libzmq reconnect bug (:ghpull:`300`).
  * Fix sdists including absolute paths for kernelspec files,
    which prevented installation from sdist on Windows
    (:ghpull:`306`).
- update to version 4.8.9
  * Cleanly shutdown integrated event loops when shutting down the
    kernel. (:ghpull:`290`)
  * %gui qt now uses Qt 5 by default rather than Qt 4, following a
    similar change in terminal IPython. (:ghpull:`293`)
  * Fix event loop integration for :mod:`asyncio` when run with
    Tornado 5, which uses asyncio where available. (:ghpull:`296`)
- update to version 4.7.0:
  * Add event loop integration for :mod:`asyncio`.
  * Use the new IPython completer API.
  * Add support for displaying GIF images (mimetype image/gif).
  * Allow the kernel to be interrupted without killing the Qt console.
  * Fix is_complete response with cell magics.
  * Clean up encoding of bytes objects.
  * Clean up help links to use https and improve display titles.
  * Clean up ioloop handling in preparation for tornado 5.
- Update to 4.6.1
  * Fix eventloop-integration bug preventing Qt windows/widgets
    from displaying with ipykernel 4.6.0 and IPython ≥ 5.2.
  * Avoid deprecation warnings about naive datetimes when working
    with jupyter_client ≥ 5.0.
- Implement single-spec version.
- Update to 4.6.0
  * Add to API `DisplayPublisher.publish` two new fully backward-compatible
    keyword-args:
      - `update: bool`
      - `transient: dict`
  * Support new `transient` key in `display_data` messages spec for `publish`.
    For a display data message, `transient` contains data that shouldn't be
    persisted to files or documents. Add a `display_id` to this `transient`
    dict by `display(obj, display_id=...)`
  * Add `ipykernel_launcher` module which removes the current working directory
    from `sys.path` before launching the kernel. This helps to reduce the cases
    where the kernel won't start because there's a `random.py` (or similar)
    module in the current working directory.
  * Add busy/idle messages on IOPub during processing of aborted requests
  * Add active event loop setting to GUI, which enables the correct response
    to IPython's `is_event_loop_running_xxx`
  * Include IPython kernelspec in wheels to reduce reliance on "native kernel
    spec" in jupyter_client
  * Modify `OutStream` to inherit from `TextIOBase` instead of object to improve
    API support and error reporting
  * Fix IPython kernel death messages at start, such as "Kernel Restarting..."
    and "Kernel appears to have died", when parent-poller handles PID 1
  * Various bugfixes
- Install icons
- Update to 4.6.0
  * Add to API `DisplayPublisher.publish` two new fully backward-compatible
    keyword-args:
      - `update: bool`
      - `transient: dict`
  * Support new `transient` key in `display_data` messages spec for `publish`.
    For a display data message, `transient` contains data that shouldn't be
    persisted to files or documents. Add a `display_id` to this `transient`
    dict by `display(obj, display_id=...)`
  * Add `ipykernel_launcher` module which removes the current working directory
    from `sys.path` before launching the kernel. This helps to reduce the cases
    where the kernel won't start because there's a `random.py` (or similar)
    module in the current working directory.
  * Add busy/idle messages on IOPub during processing of aborted requests
  * Add active event loop setting to GUI, which enables the correct response
    to IPython's `is_event_loop_running_xxx`
  * Include IPython kernelspec in wheels to reduce reliance on "native kernel
    spec" in jupyter_client
  * Modify `OutStream` to inherit from `TextIOBase` instead of object to improve
    API support and error reporting
  * Fix IPython kernel death messages at start, such as "Kernel Restarting..."
    and "Kernel appears to have died", when parent-poller handles PID 1
  * Various bugfixes
- Update to 4.5.2
  * Fix bug when instantating Comms outside of the IPython kernel (introduced in 4.5.1).
- Update to 4.5.1
  * Add missing ``stream`` parameter to overridden :func:`getpass`
  * Remove locks from iopub thread, which could cause deadlocks during debugging
  * Fix regression where KeyboardInterrupt was treated as an aborted request, rather than an error
  * Allow instantating Comms outside of the IPython kernel
- Update to 4.5.0
  * Use figure.dpi instead of savefig.dpi to set DPI for inline figures
  * Support ipympl matplotlib backend (requires IPython update as well to fully work)
  * Various bugfixes, including fixes for output coming from threads,
    and :func:`input` when called with non-string prompts, which stdlib allows.
- Update to 4.4.1
  * Fix circular import of matplotlib on Python 2 caused by the inline backend changes in 4.4.0.
- Update to 4.4.0
  * Use `MPLBACKEND`_ environment variable to tell matplotlib >= 1.5 use use the inline backend by default.
    This is only done if MPLBACKEND is not already set and no backend has been explicitly loaded,
    so setting ``MPLBACKEND=Qt4Agg`` or calling ``%matplotlib notebook`` or ``matplotlib.use('Agg')``
    will take precedence.
  * Fixes for logging problems caused by 4.3,
    where logging could go to the terminal instead of the notebook.
  * Add ``--sys-prefix`` and ``--profile`` arguments to :command:`ipython kernel install`
  * Allow Comm (Widget) messages to be sent from background threads.
  * Select inline matplotlib backend by default if ``%matplotlib`` magic or
    ``matplotlib.use()`` are not called explicitly (for matplotlib >= 1.5).
  * Fix some longstanding minor deviations from the message protocol
    (missing status: ok in a few replies, connect_reply format).
  * Remove calls to NoOpContext from IPython, deprecated in 5.0.
- Update to 4.3.2
  * Use a nonempty dummy session key for inprocess kernels to avoid security
    warnings.
  * Fix Windows Python 3.5 incompatibility caused by faulthandler patch in 4.3
- Update to 4.3.0
  * Publish all IO in a thread, via :class:`IOPubThread`.
    This solves the problem of requiring :meth:`sys.stdout.flush` to be called in the notebook to produce output promptly during long-running cells.
  * Remove refrences to outdated IPython guiref in kernel banner.
  * Patch faulthandler to use ``sys.__stderr__`` instead of forwarded ``sys.stderr``,
    which has no fileno when forwarded.
  * Deprecate some vestiges of the Big Split:
  * :func:`ipykernel.find_connection_file` is deprecated. Use :func:`jupyter_client.find_connection_file` instead.
  * Various pieces of code specific to IPython parallel are deprecated in ipykernel
    and moved to ipyparallel.
- Split documentation into own subpackage
- Update to version 4.2.2
  * Don't show interactive debugging info when kernel crashes
  * Fix handling of numerical types in json_clean
  * Testing fixes for output capturing
- update to version 4.2.1:
  * Fix default display name back to "Python X" instead of "pythonX"
- update to version 4.2.0:
  * Support sending a full message in initial opening of comms
    (metadata, buffers were not previously allowed)
  * When using "ipython kernel install --name" to install the IPython
    kernelspec, default display-name to the same value as "--name".
- update to version 4.1.1:
  * Fix missing "ipykernel.__version__" on Python 2.
  * Fix missing "target_name" when opening comms from the frontend.
- Update to 4.1.0
  * add ipython kernel install entrypoint for installing the IPython kernelspec
  * provisional implementation of comm_info request/reply for msgspec v5.1
- Initial version

OBS-URL: https://build.opensuse.org/request/show/697882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=1
2019-04-25 15:51:12 +00:00
2 changed files with 0 additions and 28 deletions

View File

@ -1,25 +0,0 @@
From e2827a6ee80767a815b1f9a6b913faf4f2b731c4 Mon Sep 17 00:00:00 2001
From: Steve Kowalik <steven@wedontsleep.org>
Date: Tue, 28 May 2024 15:49:36 +1000
Subject: [PATCH] Catch IPython 8.24 DeprecationWarnings
test_pylab with IPython 8.24 and above raises DeprecationWarnings about
backend{s,2gui} being deprecated, causing test failures. Add them into
the IPython list so they are ignored.
---
pyproject.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index cdf265f6..d9481564 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -172,6 +172,8 @@ filterwarnings= [
# IPython warnings
"ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning",
+ "ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
+ "ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
# Ignore jupyter_client warnings
"ignore:unclosed <socket.socket:ResourceWarning",

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c
size 162958