From cd3ad82d3b5c40870f55b3289d4c338a8c234d54b18ee43377a592c50eee432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Jul 2018 13:28:26 +0000 Subject: [PATCH] - Version update to 1.7: * py 2.6 and 3.3 dropped support * use six OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessings?expand=0&rev=7 --- blessings-1.6.1.tar.gz | 3 --- blessings-1.7.tar.gz | 3 +++ python-blessings.changes | 7 +++++++ python-blessings.spec | 15 ++++++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 blessings-1.6.1.tar.gz create mode 100644 blessings-1.7.tar.gz diff --git a/blessings-1.6.1.tar.gz b/blessings-1.6.1.tar.gz deleted file mode 100644 index dca2f0e..0000000 --- a/blessings-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea -size 20122 diff --git a/blessings-1.7.tar.gz b/blessings-1.7.tar.gz new file mode 100644 index 0000000..edd42e6 --- /dev/null +++ b/blessings-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d +size 28194 diff --git a/python-blessings.changes b/python-blessings.changes index f913cdf..7dd8f66 100644 --- a/python-blessings.changes +++ b/python-blessings.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 17 13:18:24 UTC 2018 - tchvatal@suse.com + +- Version update to 1.7: + * py 2.6 and 3.3 dropped support + * use six + ------------------------------------------------------------------- Sat Jan 6 17:14:43 UTC 2018 - arun@gmx.de diff --git a/python-blessings.spec b/python-blessings.spec index 7c1dad6..eec50ba 100644 --- a/python-blessings.spec +++ b/python-blessings.spec @@ -18,19 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-blessings -Version: 1.6.1 +Version: 1.7 Release: 0 Summary: A thin, practical wrapper around terminal capabilities in Python License: MIT Group: Development/Languages/Python -Url: https://github.com/erikrose/blessings +URL: https://github.com/erikrose/blessings Source: https://files.pythonhosted.org/packages/source/b/blessings/blessings-%{version}.tar.gz BuildRequires: %{python_module curses} -BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros Requires: python-curses +Requires: python-six BuildArch: noarch %python_subpackages @@ -47,9 +48,13 @@ arrays of text. %install %python_install +%check +# Can't be run because it expects real term where it can play with colours +#%%python_expand nosetests-%{$python_bin_suffix} + %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog