Accepting request 623453 from devel:languages:python
- Version update to 1.7: * py 2.6 and 3.3 dropped support * use six OBS-URL: https://build.opensuse.org/request/show/623453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blessings?expand=0&rev=4
This commit is contained in:
commit
593a800680
@ -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
BIN
blessings-1.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user