From 10649bd63f32f274b975b32287e68fdd86c29af4494456df4b5465118a65fde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 May 2020 07:26:26 +0000 Subject: [PATCH] - 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 --- blessed-1.17.4.tar.gz | 3 --- blessed-1.17.5.tar.gz | 3 +++ python-blessed.changes | 7 +++++++ python-blessed.spec | 11 +++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 blessed-1.17.4.tar.gz create mode 100644 blessed-1.17.5.tar.gz diff --git a/blessed-1.17.4.tar.gz b/blessed-1.17.4.tar.gz deleted file mode 100644 index 7d46267..0000000 --- a/blessed-1.17.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:320a619c83298a9c9d632dbd8fafbb90ba9a38b83c7e64726c572fb186dd0781 -size 98224 diff --git a/blessed-1.17.5.tar.gz b/blessed-1.17.5.tar.gz new file mode 100644 index 0000000..c88a47f --- /dev/null +++ b/blessed-1.17.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926916492220af741657ec4668aba95f54a8c32445e765cfa38c7ccd3343cc6f +size 14030669 diff --git a/python-blessed.changes b/python-blessed.changes index b4fc1a7..9b8a122 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 6 07:22:06 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-blessed.spec b/python-blessed.spec index 3ca4a09..0c6a8ed 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -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