14
0
forked from pool/python-xcffib

- update to 1.3.0:

* remove leftover six import
  * module: expose additional xcb errors
  * Fix List.to_string()
- drop python-xcffib-six-leftover.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xcffib?expand=0&rev=28
This commit is contained in:
2023-05-10 06:55:48 +00:00
committed by Git OBS Bridge
parent 1cdcd043fe
commit 72f5729ba4
5 changed files with 13 additions and 19 deletions

View File

@@ -27,15 +27,13 @@
%{?sle15_python_module_pythons}
Name: python-xcffib%{?psuffix}
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: A drop in replacement for xpyb, an XCB python binding
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/tych0/xcffib
Source: https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz
# https://github.com/tych0/xcffib/commit/8a488867d30464913706376ca3a9f4c98ca6c5cf
Patch0: python-xcffib-six-leftover.patch
# fix ffi import [bsc#1209570c4]
Patch1: python-xcffib-ffi-import.patch
BuildRequires: %{python_module cffi >= 1.1.0}