diff --git a/python-python-xlib.changes b/python-python-xlib.changes index f5e4651..610a2fc 100644 --- a/python-python-xlib.changes +++ b/python-python-xlib.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Apr 23 16:27:15 UTC 2023 - Frederic Crozat + +- 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. + ------------------------------------------------------------------- Tue Apr 12 08:58:13 UTC 2022 - Markéta Machová diff --git a/python-python-xlib.spec b/python-python-xlib.spec index f880c52..6ad73f0 100644 --- a/python-python-xlib.spec +++ b/python-python-xlib.spec @@ -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 diff --git a/python-xlib-0.31.tar.gz b/python-xlib-0.31.tar.gz deleted file mode 100644 index c4aab71..0000000 --- a/python-xlib-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d83a081f532bc07f6d7afcd6416ec38403d68f68b9b9dc9e1f28fbf2d799e9 -size 266303 diff --git a/python-xlib-0.33.tar.gz b/python-xlib-0.33.tar.gz new file mode 100644 index 0000000..6afe496 --- /dev/null +++ b/python-xlib-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55af7906a2c75ce6cb280a584776080602444f75815a7aff4d287bb2d7018b32 +size 269068