diff --git a/jupyter_server_terminals-0.4.3.tar.gz b/jupyter_server_terminals-0.4.3.tar.gz deleted file mode 100644 index a36456d..0000000 --- a/jupyter_server_terminals-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8421438d95a1f1f6994c48dd5dc10ad167ea7c196972bb5d1d7a9da1e30fde02 -size 29488 diff --git a/jupyter_server_terminals-0.4.4.tar.gz b/jupyter_server_terminals-0.4.4.tar.gz new file mode 100644 index 0000000..5c28c14 --- /dev/null +++ b/jupyter_server_terminals-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d +size 29850 diff --git a/python-jupyter-server-terminals.changes b/python-jupyter-server-terminals.changes index 2260398..ad085e3 100644 --- a/python-jupyter-server-terminals.changes +++ b/python-jupyter-server-terminals.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner + +- Update to 0.4.4 + * Add typing file #74 (@blink1073) + * Add spelling and docstring enforcement #72 (@blink1073) + ------------------------------------------------------------------- Mon Dec 26 14:04:19 UTC 2022 - Ben Greiner diff --git a/python-jupyter-server-terminals.spec b/python-jupyter-server-terminals.spec index 82042f1..0203fbe 100644 --- a/python-jupyter-server-terminals.spec +++ b/python-jupyter-server-terminals.spec @@ -1,7 +1,7 @@ # -# spec file for package python-jupyter-server-terminals +# 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 @@ -26,25 +26,25 @@ %endif Name: python-jupyter-server-terminals%{psuffix} -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: A Jupyter Server Extension Providing Terminals License: BSD-3-Clause URL: https://github.com/jupyter-server/jupyter_server_terminals -Source: https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.4.3.tar.gz +Source: https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: jupyter-rpm-macros -Requires: python-terminado >= 0.8.3 +BuildRequires: python-rpm-macros Requires: jupyter-server-terminals = %{version} +Requires: python-terminado >= 0.8.3 Provides: python-jupyter_server_terminals = %{version}-%{release} BuildArch: noarch %if %{with test} -BuildRequires: %{python_module jupyter-server-terminals = %{version}} BuildRequires: %{python_module jupyter-server >= 2} +BuildRequires: %{python_module jupyter-server-terminals = %{version}} BuildRequires: %{python_module pytest >= 7.0} BuildRequires: %{python_module pytest-jupyter-server >= 0.5.3} BuildRequires: %{python_module pytest-timeout} @@ -55,9 +55,9 @@ BuildRequires: %{python_module pytest-timeout} A Jupyter Server Extension Providing Terminals. %package -n jupyter-server-terminals -Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals +Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals # Any flavor is okay -Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//')) +Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//')) %description -n jupyter-server-terminals A Jupyter Server Extension Providing Terminals.