jupyter-collaboration 3.1.0b0__tar.gz → 4.0.0__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
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: jupyter-collaboration
3
- Version: 3.1.0b0
3
+ Version: 4.0.0
4
4
  Summary: JupyterLab/Jupyter Notebook 7+ Real Time Collaboration extension (metapackage)
5
5
  License: # Licensing terms
6
6
 
@@ -61,6 +61,7 @@ License: # Licensing terms
61
61
 
62
62
  # Copyright (c) Jupyter Development Team.
63
63
  # Distributed under the terms of the Modified BSD License.
64
+ License-File: LICENSE
64
65
  Classifier: Framework :: Jupyter
65
66
  Classifier: Framework :: Jupyter :: JupyterLab
66
67
  Classifier: Framework :: Jupyter :: JupyterLab :: 4
@@ -77,9 +78,9 @@ Classifier: Programming Language :: Python :: 3.10
77
78
  Classifier: Programming Language :: Python :: 3.11
78
79
  Classifier: Programming Language :: Python :: 3.12
79
80
  Requires-Python: >=3.8
80
- Requires-Dist: jupyter-collaboration-ui>=1.1.0b0
81
- Requires-Dist: jupyter-docprovider>=1.1.0b0
82
- Requires-Dist: jupyter-server-ydoc>=1.1.0b0
81
+ Requires-Dist: jupyter-collaboration-ui>=2.0.0
82
+ Requires-Dist: jupyter-docprovider>=2.0.0
83
+ Requires-Dist: jupyter-server-ydoc>=2.0.0
83
84
  Description-Content-Type: text/markdown
84
85
 
85
86
  # jupyter-collaboration
@@ -0,0 +1 @@
1
+ __version__ = "4.0.0"
@@ -30,9 +30,9 @@ classifiers = [
30
30
  ]
31
31
  dynamic = ["version"]
32
32
  dependencies = [
33
- "jupyter_collaboration_ui>=1.1.0b0",
34
- "jupyter_docprovider>=1.1.0b0",
35
- "jupyter_server_ydoc>=1.1.0b0",
33
+ "jupyter_collaboration_ui>=2.0.0",
34
+ "jupyter_docprovider>=2.0.0",
35
+ "jupyter_server_ydoc>=2.0.0",
36
36
  ]
37
37
 
38
38
  [tool.hatch.version]
@@ -1 +0,0 @@
1
- __version__ = "3.1.0b0"