jupyter-collaboration 3.0.0b8__tar.gz → 3.0.0rc1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: jupyter-collaboration
3
- Version: 3.0.0b8
3
+ Version: 3.0.0rc1
4
4
  Summary: JupyterLab/Jupyter Notebook 7+ Real Time Collaboration extension (metapackage)
5
5
  License: # Licensing terms
6
6
 
@@ -78,9 +78,9 @@ Classifier: Programming Language :: Python :: 3.10
78
78
  Classifier: Programming Language :: Python :: 3.11
79
79
  Classifier: Programming Language :: Python :: 3.12
80
80
  Requires-Python: >=3.8
81
- Requires-Dist: jupyter-collaboration-ui>=1.0.0b1
82
- Requires-Dist: jupyter-docprovider>=1.0.0b1
83
- Requires-Dist: jupyter-server-ydoc>=1.0.0b1
81
+ Requires-Dist: jupyter-collaboration-ui>=1.0.0rc1
82
+ Requires-Dist: jupyter-docprovider>=1.0.0rc1
83
+ Requires-Dist: jupyter-server-ydoc>=1.0.0rc1
84
84
  Description-Content-Type: text/markdown
85
85
 
86
86
  # jupyter-collaboration
@@ -0,0 +1 @@
1
+ __version__ = "3.0.0rc1"
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) Jupyter Development Team.
2
2
  # Distributed under the terms of the Modified BSD License.
3
- dependencies = ["jupyter_collaboration>=3.0.0b8", "jupyter_collaboration_ui>=1.0.0b8", "jupyter_docprovider>=1.0.0b8", "jupyter_server_ydoc>=1.0.0b8"]
4
3
 
5
4
  [build-system]
6
5
  build-backend = "hatchling.build"
@@ -29,12 +28,12 @@ classifiers = [
29
28
  "Framework :: Jupyter :: JupyterLab :: Extensions",
30
29
  "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
31
30
  ]
31
+ dynamic = ["version"]
32
32
  dependencies = [
33
- "jupyter-server-ydoc>=1.0.0b1",
34
- "jupyter-collaboration-ui>=1.0.0b1",
35
- "jupyter-docprovider>=1.0.0b1"
33
+ "jupyter_collaboration_ui>=1.0.0rc1",
34
+ "jupyter_docprovider>=1.0.0rc1",
35
+ "jupyter_server_ydoc>=1.0.0rc1",
36
36
  ]
37
- dynamic = ["version"]
38
37
 
39
38
  [tool.hatch.version]
40
39
  path = "jupyter_collaboration/_version.py"
@@ -1 +0,0 @@
1
- __version__ = "3.0.0b8"