15
0

- Update to 1.17.5:

* minor fixes
- Do not pull extra pytest deps and use even latest pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-05-06 07:26:26 +00:00
committed by Git OBS Bridge
parent 9fcd4f67c2
commit 10649bd63f
4 changed files with 15 additions and 9 deletions

View File

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

3
blessed-1.17.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 6 07:22:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.17.5:
* minor fixes
- Do not pull extra pytest deps and use even latest pytest
-------------------------------------------------------------------
Thu Mar 26 15:07:26 UTC 2020 - Daniel Wagner <daniel.wagner@suse.com>

View File

@@ -16,21 +16,18 @@
#
%bcond_without python2
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-blessed
Version: 1.17.4
Version: 1.17.5
Release: 0
Summary: Wrapper around terminal styling, screen positioning, and keyboard input
License: MIT
Group: Development/Languages/Python
URL: https://github.com/jquast/blessed
Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
BuildRequires: %{python_module curses}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest < 5}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: %{python_module wcwidth >= 0.1.4}
@@ -87,6 +84,8 @@ Blessed **does not** provide...
%setup -q -n blessed-%{version}
# disable cons25 tests as they fail in OBS
sed -i -e 's:cons25 ::' tests/accessories.py
# do not pull extra deps that are not needed
rm tox.ini
%build
%python_build