Accepting request 988789 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/988789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-terminado?expand=0&rev=20
This commit is contained in:
Matej Cepl 2022-07-13 08:02:15 +00:00 committed by Git OBS Bridge
parent aca5aa49a6
commit 91e5c3c1cf
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 4 23:16:57 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* require pip, hatchling, swtich to pyproject build
- update to version 0.15.0:
* no changelog available
- changes from version 0.14.0:
* Add pre-commit
* add mypy support
* Switch to flit build backend
* Switch to hatch backend
-------------------------------------------------------------------
Wed Mar 9 16:47:14 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -17,11 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
# Disable tests until random testing race condition fixed, see: https://github.com/jupyter/terminado/issues/21
%bcond_with tests
Name: python-terminado
Version: 0.13.3
Version: 0.15.0
Release: 0
Summary: Terminals served to termjs using Tornado websockets
License: BSD-2-Clause
@ -29,6 +28,8 @@ Group: Development/Languages/Python
URL: https://github.com/jupyter/terminado
Source: https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4}
@ -54,10 +55,10 @@ of QWeb).
%setup -q -n terminado-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d
size 17060

3
terminado-0.15.0.tar.gz Normal file
View File

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