diff --git a/jupyterlab_server-2.27.3.tar.gz b/jupyterlab_server-2.27.3.tar.gz deleted file mode 100644 index e760979ae03e1a50f5ad537ecad17ed55b1c99d3..0000000000000000000000000000000000000000 Binary files a/jupyterlab_server-2.27.3.tar.gz and /dev/null differ diff --git a/jupyterlab_server-2.28.0.tar.gz b/jupyterlab_server-2.28.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74d29f5e75d7ae766f7c02748c3e5cb2774050fb Binary files /dev/null and b/jupyterlab_server-2.28.0.tar.gz differ diff --git a/python-jupyterlab-server.spec b/python-jupyterlab-server.spec index 5daef877262c2288f801cf750843a212c928dac4..6454dd732a6db83dc24eee77297851270c375f5a 100644 --- a/python-jupyterlab-server.spec +++ b/python-jupyterlab-server.spec @@ -8,12 +8,12 @@ It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.} Name: python-%{pypi_name} -Version: 2.27.3 +Version: 2.28.0 Release: 1 Summary: A set of server components for JupyterLab and JupyterLab like applications License: BSD-3-Clause URL: https://jupyterlab-server.readthedocs.io -Source0: https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz +Source0: https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -57,6 +57,14 @@ Help documents for the %{name} API %doc docs %changelog +* Thu Nov 13 2025 liyue - 2.28.0-1 +- Update to 2.28.0 +- Enhancements made: Add `untracked_message_types` to Page Config +- Bugs fixed: - Fix typo in default for template directory traitlet (`template_dir` → `templates_dir`) +- Add `@web.authenticated` for `ListingsHandler`'s `GET` method +- Fix CI Failures +- Add documentation for `page_config_hook` + * Tue Aug 20 2024 xuhe - 2.27.3-1 - Update to 2.27.3 - Fix test util typings.