14
0
forked from pool/python-pyte

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/621455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2018-07-08 16:39:38 +00:00
committed by Git OBS Bridge
parent 090691df31
commit 6fd5cca1ee
4 changed files with 35 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyte
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-pyte
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: VTXXX-compatible linux terminal emulator
License: LGPL-3.0
License: LGPL-3.0-only
Group: Development/Languages/Python
Url: https://github.com/selectel/pyte
URL: https://github.com/selectel/pyte
Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest-runner}
@@ -59,8 +59,8 @@ other DEC VTs between 1970 and 1995. pyte can be used to:
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README AUTHORS CHANGES docs/*rst
%license LICENSE
%doc README AUTHORS CHANGES docs/*rst
%{python_sitelib}/*
%changelog