From 91e5c3c1cf46c054eec7cb4a4da84444a0e232a0e97ab18d7b57b6d112623ffc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Jul 2022 08:02:15 +0000 Subject: [PATCH] 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 --- python-terminado.changes | 15 +++++++++++++++ python-terminado.spec | 9 +++++---- terminado-0.13.3.tar.gz | 3 --- terminado-0.15.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 terminado-0.13.3.tar.gz create mode 100644 terminado-0.15.0.tar.gz diff --git a/python-terminado.changes b/python-terminado.changes index 68eba3a..d826fe8 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jun 4 23:16:57 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-terminado.spec b/python-terminado.spec index 8b9b2f0..3316fed 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -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 diff --git a/terminado-0.13.3.tar.gz b/terminado-0.13.3.tar.gz deleted file mode 100644 index 302d124..0000000 --- a/terminado-0.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d -size 17060 diff --git a/terminado-0.15.0.tar.gz b/terminado-0.15.0.tar.gz new file mode 100644 index 0000000..543892f --- /dev/null +++ b/terminado-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4eeedccfcc1e6134bfee86106af90852c69d602884ea3a1e8ca6d4486e9bfe +size 29599