Skip to content

Commit c08b33b

Browse files
committed
Publish 4.3.2
SHA256 hashes: jupyterlite-xeus-4.3.2.tgz: 8f5591a0063f0542420b834aaded64d69ef7b867fc72a9d41435ab1eab2b555a jupyterlite-xeus-core-4.3.2.tgz: d8bc5522708a4029ec99f4385a4b3b40ef40b4c1eaa7a081f42ee5106030137f jupyterlite-xeus-extension-4.3.2.tgz: 04576e203031e4dbf2cc6209e95a3c957db265681b30310d64ae711799c4cb7c jupyterlite_xeus-4.3.2-py3-none-any.whl: ecf237e284a040fb59b7942fd39edd3eaac5178f8ed56be7825bb786de488a82 jupyterlite_xeus-4.3.2.tar.gz: 83d040ce6900f382d88e76207282713897974566d283f1ff6d644fa1eb6ba427
1 parent 4cd4a15 commit c08b33b

File tree

6 files changed

+31
-12
lines changed

6 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.3.2
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.1...4cd4a15da0b264812b7d88f7b6270a117c63102f))
8+
9+
### Enhancements made
10+
11+
- Support for `!pip install jaraco.classes` (Python packages with dots) [#330](https://github.com/jupyterlite/xeus/pull/330) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Bugs fixed
14+
15+
- Fix support for empacked pip packages [#329](https://github.com/jupyterlite/xeus/pull/329) ([@martinRenou](https://github.com/martinRenou))
16+
- Fix handling of channels from prefixes [#328](https://github.com/jupyterlite/xeus/pull/328) ([@martinRenou](https://github.com/martinRenou))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-11-27&to=2025-12-01&type=c))
21+
22+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-11-27..2025-12-01&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 4.3.1
627

728
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.0...4df60ea95e97647498c0839e3066aaa2adadde9a))
@@ -16,8 +37,6 @@
1637

1738
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-11-26..2025-11-27&type=Issues)
1839

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 4.3.0
2241

2342
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.2.2...8712857250fedaa8091de03a333f98cf4937951c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-root",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "JupyterLite loader for Xeus kernels",
66
"keywords": [

packages/xeus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-core",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "JupyterLite Xeus core library",
55
"keywords": [
66
"jupyter",

packages/xeus-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-extension",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -46,7 +46,7 @@
4646
"@jupyterlab/logconsole": "^4.5.0",
4747
"@jupyterlite/apputils": "^0.7.0",
4848
"@jupyterlite/services": "^0.7.0",
49-
"@jupyterlite/xeus": "^4.3.1",
49+
"@jupyterlite/xeus": "^4.3.2",
5050
"@lumino/coreutils": "^2"
5151
},
5252
"devDependencies": {

packages/xeus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "JupyterLite Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -41,7 +41,7 @@
4141
"@jupyterlab/coreutils": "^6.5.0",
4242
"@jupyterlab/services": "^7.5.0",
4343
"@jupyterlite/services": "^0.7.0",
44-
"@jupyterlite/xeus-core": "^4.3.1",
44+
"@jupyterlite/xeus-core": "^4.3.2",
4545
"@lumino/coreutils": "^2",
4646
"@lumino/signaling": "^2",
4747
"coincident": "^1.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ __metadata:
783783
languageName: node
784784
linkType: hard
785785

786-
"@jupyterlite/xeus-core@^4.3.1, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.3.2, @jupyterlite/xeus-core@workspace:packages/xeus-core":
787787
version: 0.0.0-use.local
788788
resolution: "@jupyterlite/xeus-core@workspace:packages/xeus-core"
789789
dependencies:
@@ -816,7 +816,7 @@ __metadata:
816816
"@jupyterlab/logconsole": ^4.5.0
817817
"@jupyterlite/apputils": ^0.7.0
818818
"@jupyterlite/services": ^0.7.0
819-
"@jupyterlite/xeus": ^4.3.1
819+
"@jupyterlite/xeus": ^4.3.2
820820
"@lumino/coreutils": ^2
821821
"@types/json-schema": ^7.0.11
822822
"@types/react": ^18.0.26
@@ -849,7 +849,7 @@ __metadata:
849849
languageName: unknown
850850
linkType: soft
851851

852-
"@jupyterlite/xeus@^4.3.1, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.3.2, @jupyterlite/xeus@workspace:packages/xeus":
853853
version: 0.0.0-use.local
854854
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
855855
dependencies:
@@ -858,7 +858,7 @@ __metadata:
858858
"@jupyterlab/coreutils": ^6.5.0
859859
"@jupyterlab/services": ^7.5.0
860860
"@jupyterlite/services": ^0.7.0
861-
"@jupyterlite/xeus-core": ^4.3.1
861+
"@jupyterlite/xeus-core": ^4.3.2
862862
"@lumino/coreutils": ^2
863863
"@lumino/signaling": ^2
864864
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)