- 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
This commit is contained in:
Tomáš Chvátal 2018-07-17 13:28:26 +00:00 committed by Git OBS Bridge
parent 5c47ee19e3
commit cd3ad82d3b
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea
size 20122

BIN
blessings-1.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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