upgrade to 0.33

This commit is contained in:
lvfei 2023-02-27 03:41:49 -05:00
parent 3901e2ab0b
commit 2863556e2d
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 %global _empty_manifest_terminate_build 0
Name: python-xlib Name: python-xlib
Version: 0.32 Version: 0.33
Release: 2 Release: 1
Summary: Python X Library Summary: Python X Library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://github.com/python-xlib/python-xlib 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 BuildArch: noarch
Requires: python3-six Requires: python3-six
@ -44,7 +44,7 @@ Provides: python3-python-xlib-doc
%description help %_description %description help %_description
%prep %prep
%autosetup -n python-xlib-0.32 %autosetup -n python-xlib-0.33
%build %build
%py3_build %py3_build
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.32-2
- License compliance rectification - License compliance rectification