update version to 0.32

This commit is contained in:
liqiuyu123 2022-12-08 13:29:29 +08:00
parent cc200bfab0
commit d462bde698
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 %global _empty_manifest_terminate_build 0
Name: python-xlib Name: python-xlib
Version: 0.27 Version: 0.32
Release: 1 Release: 1
Summary: Python X Library Summary: Python X Library
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/python-xlib/python-xlib 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 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.27 %autosetup -n python-xlib-0.32
%build %build
%py3_build %py3_build
@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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> * Wed Sep 02 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated