txl-remote-kernels 0.2.3__tar.gz → 0.2.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of txl-remote-kernels might be problematic. Click here for more details.

@@ -1,3 +1,4 @@
1
1
  __pycache__
2
+
2
3
  # pixi environments
3
4
  .pixi
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: txl_remote_kernels
3
- Version: 0.2.3
3
+ Version: 0.2.14
4
4
  Summary: TXL plugin for remote kernels
5
5
  Project-URL: Source, https://github.com/davidbrochart/jpterm/plugins/remote_kernels
6
6
  Author-email: David Brochart <david.brochart@gmail.com>
@@ -16,9 +16,9 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
16
16
  Requires-Python: >=3.10
17
17
  Requires-Dist: httpx-ws>=0.4.2
18
18
  Requires-Dist: httpx>=0.23.1
19
- Requires-Dist: pycrdt<0.8.0,>=0.7.2
20
- Requires-Dist: txl
19
+ Requires-Dist: pycrdt<0.9.0,>=0.8.11
21
20
  Requires-Dist: txl-kernel
21
+ Requires-Dist: txl<0.3.0,>=0.2.18
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # TXL plugin for remote kernels
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_remote_kernels"
7
+ version = "0.2.14"
7
8
  description = "TXL plugin for remote kernels"
8
9
  readme = "README.md"
9
10
  requires-python = ">=3.10"
@@ -22,13 +23,12 @@ classifiers = [
22
23
  "Programming Language :: Python :: Implementation :: PyPy",
23
24
  ]
24
25
  dependencies = [
25
- "txl",
26
+ "txl >=0.2.18,<0.3.0",
26
27
  "txl_kernel",
27
28
  "httpx >=0.23.1",
28
29
  "httpx-ws >=0.4.2",
29
- "pycrdt >=0.7.2,<0.8.0",
30
+ "pycrdt >=0.8.11,<0.9.0",
30
31
  ]
31
- dynamic = ["version"]
32
32
 
33
33
  [project.urls]
34
34
  Source = "https://github.com/davidbrochart/jpterm/plugins/remote_kernels"
@@ -36,6 +36,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/remote_kernels"
36
36
  [project.entry-points]
37
37
  "asphalt.components" = {remote_kernels = "txl_remote_kernels.components:RemoteKernelsComponent", remote_kernelspecs = "txl_remote_kernels.components:RemoteKernelspecsComponent"}
38
38
  "txl.components" = {remote_kernels = "txl_remote_kernels.components:RemoteKernelsComponent", remote_kernelspecs = "txl_remote_kernels.components:RemoteKernelspecsComponent"}
39
-
40
- [tool.hatch.version]
41
- path = "txl_remote_kernels/__init__.py"
@@ -1 +0,0 @@
1
- __version__ = "0.2.3"