14
0
forked from pool/python-pyte

Accepting request 1002436 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=16
This commit is contained in:
2022-09-12 07:23:51 +00:00
committed by Git OBS Bridge
parent 9b477d4714
commit 9a491d9d3e
4 changed files with 34 additions and 6 deletions

View File

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

3
pyte-0.8.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jun 4 20:34:46 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* require python >= 3.7
* be more specific in %files section
- update to version 0.8.1:
* Yet another fix of "Screen.set_margins" for the case of CSI with
no arguments. See issue #61 on GitHub.
* Changed "Screen.erase_in_display" to accept additional positional
arguments as some some "clear" implementations include a ";" after
the first parameter causing "pyte" to assume a "0" second
parameter.
* Changed "Stream" FSM to reinit on error when parsing control
sequence.
* Added support for blink to the SGR handler. See PR #120 on GitHub.
Thanks to @eight04!
* Changed "Stream" to skip XTerm-specific "ESC]...$[a-z]" sequences.
See issue #117 on GitHub.
* Dropped Python 2.X support. The minimal required version of Python
is now 3.7.
-------------------------------------------------------------------
Fri May 28 07:59:26 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyte
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyte
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: VTXXX-compatible linux terminal emulator
License: LGPL-3.0-only
Group: Development/Languages/Python
URL: https://github.com/selectel/pyte
Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wcwidth}
@@ -59,6 +61,8 @@ sed -i '/pytest-runner/d' setup.py
%files %{python_files}
%license LICENSE
%doc README AUTHORS CHANGES docs/*rst
%{python_sitelib}/*
%dir %{python_sitelib}/pyte
%{python_sitelib}/pyte/*
%{python_sitelib}/pyte-%{version}-py*.egg-info
%changelog