diff --git a/jupyter_server-2.0.5.tar.gz b/jupyter_server-2.0.5.tar.gz deleted file mode 100644 index 5507364..0000000 --- a/jupyter_server-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d9e63d40412334dfa348cef8bfe8415b973752d12ca3afd64f0ea478e52aa4a -size 682705 diff --git a/jupyter_server-2.0.6.tar.gz b/jupyter_server-2.0.6.tar.gz new file mode 100644 index 0000000..f0830e0 --- /dev/null +++ b/jupyter_server-2.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd75992e90b7ca556794a1ed5cca51263c697abc6d0df561af574aa1c0a033f +size 686312 diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index f955f92..3cdbb4d 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 1 17:50:22 UTC 2023 - Ben Greiner + +- Update to 2.0.6 + * Iterate through set of apps in extension_manager.any_activity + method #1157 (@mahendrapaipuri) + * Handle flake8-errmsg #1155 (@blink1073) + * Add spelling and docstring enforcement #1147 (@blink1073) + ------------------------------------------------------------------- Sun Dec 25 21:57:37 UTC 2022 - Ben Greiner diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index 2228b64..61ccfec 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,12 +32,13 @@ %endif Name: python-jupyter-server%{psuffix} -Version: 2.0.5 +Version: 2.0.6 Release: 0 Summary: The backend to Jupyter web applications License: BSD-3-Clause Group: Development/Languages/Python URL: https://jupyter-server.readthedocs.io +# SourceRepository: https://github.com/jupyter-server/jupyter_server Source: https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatch-jupyter-builder >= 0.8.1}