!7 Upgrade to latest release [python-xcffib -> 1.3.0]
From: @wubijie123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
86a9adf8ce
@ -1,20 +1,13 @@
|
|||||||
%global srcname xcffib
|
%global srcname xcffib
|
||||||
|
|
||||||
Name: python-xcffib
|
Name: python-xcffib
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A drop in replacement for xpyb, an XCB python binding
|
Summary: A drop in replacement for xpyb, an XCB python binding
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/tych0/xcffib
|
URL: https://github.com/tych0/xcffib
|
||||||
Source0: https://files.pythonhosted.org/packages/0f/7e/b83f38ad12910c22b3e56e9edf2352178924c30b2256a3f11468eec312c4/xcffib-1.2.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/e9/3e/d513b437d2e24d7c27bb435e11470ea343aae8666ab8e41510adb132d9b9/xcffib-1.3.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3-pycparser
|
|
||||||
BuildRequires: python3-cffi >= 1.1.2
|
|
||||||
BuildRequires: python3-six
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xcffib is intended to be a (mostly) drop-in replacement for xpyb. xpyb
|
xcffib is intended to be a (mostly) drop-in replacement for xpyb. xpyb
|
||||||
@ -24,7 +17,14 @@ some of the issues described above. xcffib also builds bindings for 27 of
|
|||||||
the 29 (xprint and xkb are missing) X extensions in 1.10.
|
the 29 (xprint and xkb are missing) X extensions in 1.10.
|
||||||
|
|
||||||
%package -n python3-xcffib
|
%package -n python3-xcffib
|
||||||
Summary: A drop in replacement for xpyb, an XCB python binding
|
Summary: A drop in replacement for xpyb, an XCB python binding
|
||||||
|
Provides: python-xcffib = %{version}-%{release}
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pycparser
|
||||||
|
BuildRequires: python3-cffi
|
||||||
|
BuildRequires: python3-six
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
Requires: python3-cffi
|
Requires: python3-cffi
|
||||||
Requires: libxcb
|
Requires: libxcb
|
||||||
@ -37,7 +37,7 @@ some of the issues described above. xcffib also builds bindings for 27 of
|
|||||||
the 29 (xprint and xkb are missing) X extensions in 1.10.
|
the 29 (xprint and xkb are missing) X extensions in 1.10.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n xcffib-%{version}
|
%autosetup -n xcffib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -52,6 +52,9 @@ the 29 (xprint and xkb are missing) X extensions in 1.10.
|
|||||||
%{python3_sitelib}/xcffib*.egg-info
|
%{python3_sitelib}/xcffib*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 26 2023 wubijie <wubijie@kylinos.cn> - 1.3.0-1
|
||||||
|
- Update package to version 1.3.0
|
||||||
|
|
||||||
* Tue Feb 7 2023 wubijie <wubijie@kylinos.cn> - 1.2.0-1
|
* Tue Feb 7 2023 wubijie <wubijie@kylinos.cn> - 1.2.0-1
|
||||||
- Update package to version 1.2.0
|
- Update package to version 1.2.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
xcffib-1.3.0.tar.gz
Normal file
BIN
xcffib-1.3.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user