forked from pool/python-python-xlib
Accepting request 1082294 from home:fcrozat:branches:home:simotek:base
- update to 0.33:
* Removed unused imports.
* Avoid to use fcntl module on some environments.
* Change a test behavior for unix_connect.get_socket.
* Fix accidental data change.
* Prefer bool over Literal[0, 1, None].
* Change parentheses to brackets in LICENSE.
- Changes from version 0.32:
* Use archived link for X documentation resource.
* Fix for auth entry having no display number.
* Fix return type inconsistency with the pack_value for class Object.
* Rename add_extension_error method to extension_add_error.
* Extension screensaver: fix screensaver protocol mismatch.
* Extension XRandr: add version 1.5 support for
RRSetMonitor RRGetMonitors and RRDeleteMonitors.
OBS-URL: https://build.opensuse.org/request/show/1082294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=23
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -32,7 +32,7 @@
|
||||
%bcond_with wheel
|
||||
%endif
|
||||
Name: python-python-xlib%{psuffix}
|
||||
Version: 0.31
|
||||
Version: 0.33
|
||||
Release: 0
|
||||
Summary: Python X11 interface
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user