Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dbd1e91c09
!9 Update package to version 1.5.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-12-28 09:01:43 +00:00
jxy_git
ea5bc4a798 Update package to version 1.5.0 2023-12-27 14:41:29 +08:00
openeuler-ci-bot
abb2b891d5
!8 Upgrade to latest release [python-xcffib -> 1.4.0]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-07 07:30:43 +00:00
Jason_828e
bcde1cc4b2 Updated to latest 1.4.0 2023-07-04 05:05:54 +08:00
openeuler-ci-bot
86a9adf8ce
!7 Upgrade to latest release [python-xcffib -> 1.3.0]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-05 15:13:13 +00:00
wubijie
6bba12dcbe update version to 1.3.0 2023-05-05 16:02:11 +08:00
openeuler-ci-bot
74f38271e9
!6 Update package to version 1.2.0
From: @wubijie123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-02-14 06:34:42 +00:00
wubijie
20c8b20cf1 Update package to version 1.2.0 2023-02-07 15:34:31 +08:00
openeuler-ci-bot
34e3dde003
!5 Upgrade package to version 0.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-05 10:50:34 +00:00
jxy_git
20ba3355ce Upgrade package to version 0.12.1 2022-12-05 16:17:51 +08:00
3 changed files with 33 additions and 17 deletions

View File

@ -1,20 +1,13 @@
%global srcname xcffib %global srcname xcffib
Name: python-xcffib Name: python-xcffib
Version: 0.11.1 Version: 1.5.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/source/x/xcffib/xcffib-0.11.1.tar.gz Source0: https://files.pythonhosted.org/packages/80/79/69a7239a42ebe3054c32857124caa26e84024fce2fd56616091a047fe7fa/xcffib-1.5.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,8 +52,24 @@ 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 Dec 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.5.0-1
- Update package to version 1.5.0
* Wed Jul 05 2023 chenzixuan<chenzixuan@kylinos.cn> - 1.4.0-1
- Update package to versoin 1.4.0
* 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
- Update package to version 1.2.0
* Mon Dec 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.12.1-1
- Upgrade package to version 0.12.1
* Fri Jun 10 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.11.1-1 * Fri Jun 10 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.11.1-1
- Upgrade to version 0.11.1 - Upgrade to version 0.11.1
* Sat Feb 20 2021 Ge Wang <wangge20@huawei.com> - 0.9.0-1 * Sat Feb 20 2021 Ge Wang <wangge20@huawei.com> - 0.9.0-1
- Init package - Init package

Binary file not shown.

BIN
xcffib-1.5.0.tar.gz Normal file

Binary file not shown.