Skip to content

Commit 07f587d

Browse files
authored
Bump python-xlib to 0.33 (#9420)
1 parent 3c58efd commit 07f587d

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

stubs/python-xlib/@tests/stubtest_allowlist.txt

-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Xlib.protocol.rq.DictWrapper.__lt__
1212
Xlib.protocol.rq.Event.__gt__
1313
Xlib.protocol.rq.Event.__lt__
1414

15-
# Default values
16-
Xlib.protocol.display.Display.send_and_recv
1715
# Can be None or str once instanciated
1816
Xlib.protocol.rq.*.structcode
1917
# Should only ever be str once instanciated
@@ -24,8 +22,6 @@ Xlib.protocol.rq.Struct.__getattr__
2422

2523
# Iteration variable bleed into the global scope
2624
Xlib.protocol.rq.c
27-
# Re-export from tkinter
28-
Xlib.ext.randr.W
2925
# Re-exports from six
3026
Xlib.ext.xinput.integer_types
3127
Xlib.protocol.display.PY3

stubs/python-xlib/METADATA.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.32.*"
1+
version = "0.33.*"
22
requires = ["types-Pillow"]
33

44
[tool.stubtest]

stubs/python-xlib/Xlib/support/unix_connect.pyi

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ from typing_extensions import Literal, TypeAlias
77

88
from Xlib._typing import Unused
99

10-
F_SETFD: int
11-
FD_CLOEXEC: int
12-
1310
if sys.platform == "darwin":
1411
SUPPORTED_PROTOCOLS: tuple[None, Literal["tcp"], Literal["unix"], Literal["darwin"]]
1512
_Protocol: TypeAlias = Literal[None, "tcp", "unix", "darwin"]

0 commit comments

Comments
 (0)