!5 upgrade to 0.33

From: @jackssir 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-03-07 10:01:50 +00:00 committed by Gitee
commit dcc12cd05b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
python-xlib-0.33.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.32
Release: 2
Version: 0.33
Release: 1
Summary: Python X Library
License: LGPL-2.1-or-later
URL: https://github.com/python-xlib/python-xlib
Source0: https://github.com/python-xlib/python-xlib/archive/refs/tags/python-xlib-0.32.tar.gz
Source0: https://github.com/python-xlib/python-xlib/archive/refs/tags/python-xlib-0.33.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.32
%autosetup -n python-xlib-0.33
%build
%py3_build
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Feb 27 2023 lvfei <lvfei@kylinos.cn> - 0.33-1
- upgrade to 0.33
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.32-2
- License compliance rectification