14
0
forked from pool/python-xcffib

- Update to 0.8.1:

* Testsuite expansion mostly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xcffib?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-06-17 12:08:36 +00:00
committed by Git OBS Bridge
parent acca934bc3
commit ab99676aa9
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xcffib
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: A drop in replacement for xpyb, an XCB python binding
License: Apache-2.0
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: http://github.com/tych0/xcffib
Source: https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.1.0}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
@@ -36,7 +37,6 @@ BuildRequires: xvfb-run
Requires: python-cffi >= 1.1.0
Requires: python-six
BuildArch: noarch
BuildRequires: %{python_module nose}
%python_subpackages
%description