!3 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:33:01 +00:00 committed by Gitee
commit bc2f8d8146
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
python-xlib-0.32.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-xlib
Version: 0.27
Version: 0.32
Release: 1
Summary: Python X Library
License: LGPLv2+
URL: https://github.com/python-xlib/python-xlib
Source0: https://files.pythonhosted.org/packages/e8/fa/a61ef33df117de4c57d11b4ba0b624f5352f21aa2e1eda404860155e8855/python-xlib-0.27.tar.bz2
Source0: https://github.com/python-xlib/python-xlib/archive/refs/tags/python-xlib-0.32.tar.gz
BuildArch: noarch
Requires: python3-six
@ -44,7 +44,7 @@ Provides: python3-python-xlib-doc
%description help %_description
%prep
%autosetup -n python-xlib-0.27
%autosetup -n python-xlib-0.32
%build
%py3_build
@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Dec 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.32-1
- Update package to version 0.32
* Wed Sep 02 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated