- Update to 0.4.4

* Add typing file #74 (@blink1073)
  * Add spelling and docstring enforcement #72 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server-terminals?expand=0&rev=6
This commit is contained in:
Benjamin Greiner 2023-01-22 13:02:08 +00:00 committed by Git OBS Bridge
parent 748055bf8a
commit f3f7dfa2f2
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8421438d95a1f1f6994c48dd5dc10ad167ea7c196972bb5d1d7a9da1e30fde02
size 29488

BIN
jupyter_server_terminals-0.4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de> Mon Dec 26 14:04:19 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,25 +26,25 @@
%endif %endif
Name: python-jupyter-server-terminals%{psuffix} Name: python-jupyter-server-terminals%{psuffix}
Version: 0.4.3 Version: 0.4.4
Release: 0 Release: 0
Summary: A Jupyter Server Extension Providing Terminals Summary: A Jupyter Server Extension Providing Terminals
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/jupyter-server/jupyter_server_terminals 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 base >= 3.8}
BuildRequires: %{python_module hatchling} BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: jupyter-rpm-macros BuildRequires: jupyter-rpm-macros
Requires: python-terminado >= 0.8.3 BuildRequires: python-rpm-macros
Requires: jupyter-server-terminals = %{version} Requires: jupyter-server-terminals = %{version}
Requires: python-terminado >= 0.8.3
Provides: python-jupyter_server_terminals = %{version}-%{release} Provides: python-jupyter_server_terminals = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module jupyter-server-terminals = %{version}}
BuildRequires: %{python_module jupyter-server >= 2} BuildRequires: %{python_module jupyter-server >= 2}
BuildRequires: %{python_module jupyter-server-terminals = %{version}}
BuildRequires: %{python_module pytest >= 7.0} BuildRequires: %{python_module pytest >= 7.0}
BuildRequires: %{python_module pytest-jupyter-server >= 0.5.3} BuildRequires: %{python_module pytest-jupyter-server >= 0.5.3}
BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-timeout}