types-ttkthemes 3.2.4.20250924__tar.gz → 3.2.4.20250927__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of types-ttkthemes might be problematic. Click here for more details.

Files changed (20) hide show
  1. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/CHANGELOG.md +6 -0
  2. {types_ttkthemes-3.2.4.20250924/types_ttkthemes.egg-info → types_ttkthemes-3.2.4.20250927}/PKG-INFO +2 -2
  3. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/README.md +1 -1
  4. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/pyproject.toml +2 -2
  5. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/themed_tk.pyi +16 -16
  6. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927/types_ttkthemes.egg-info}/PKG-INFO +2 -2
  7. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/LICENSE +0 -0
  8. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/MANIFEST.in +0 -0
  9. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/setup.cfg +0 -0
  10. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/setup.py +0 -0
  11. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/METADATA.toml +0 -0
  12. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/__init__.pyi +0 -0
  13. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/_imgops.pyi +0 -0
  14. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/_utils.pyi +0 -0
  15. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/_widget.pyi +0 -0
  16. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/py.typed +0 -0
  17. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/ttkthemes-stubs/themed_style.pyi +0 -0
  18. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/types_ttkthemes.egg-info/SOURCES.txt +0 -0
  19. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/types_ttkthemes.egg-info/dependency_links.txt +0 -0
  20. {types_ttkthemes-3.2.4.20250924 → types_ttkthemes-3.2.4.20250927}/types_ttkthemes.egg-info/top_level.txt +0 -0
@@ -1,3 +1,9 @@
1
+ ## 3.2.4.20250927 (2025-09-27)
2
+
3
+ [tkinter] Remove _ScreenUnits alias ([#14782](https://github.com/python/typeshed/pull/14782))
4
+
5
+ Inspired by https://github.com/python/typeshed/pull/14742#pullrequestreview-3241268005
6
+
1
7
  ## 3.2.4.20250924 (2025-09-24)
2
8
 
3
9
  [tkinter] Remove a few type aliases ([#14742](https://github.com/python/typeshed/pull/14742))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-ttkthemes
3
- Version: 3.2.4.20250924
3
+ Version: 3.2.4.20250927
4
4
  Summary: Typing stubs for ttkthemes
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/python/typeshed
@@ -35,4 +35,4 @@ This package was tested with the following type checkers:
35
35
  * [pyright](https://github.com/microsoft/pyright) 1.1.405
36
36
 
37
37
  It was generated from typeshed commit
38
- [`2cc9c1667d94002f74a7e7757558a16ea6d4872e`](https://github.com/python/typeshed/commit/2cc9c1667d94002f74a7e7757558a16ea6d4872e).
38
+ [`ec184feeee93a545028833de6a1d62ffbb766f2c`](https://github.com/python/typeshed/commit/ec184feeee93a545028833de6a1d62ffbb766f2c).
@@ -18,4 +18,4 @@ This package was tested with the following type checkers:
18
18
  * [pyright](https://github.com/microsoft/pyright) 1.1.405
19
19
 
20
20
  It was generated from typeshed commit
21
- [`2cc9c1667d94002f74a7e7757558a16ea6d4872e`](https://github.com/python/typeshed/commit/2cc9c1667d94002f74a7e7757558a16ea6d4872e).
21
+ [`ec184feeee93a545028833de6a1d62ffbb766f2c`](https://github.com/python/typeshed/commit/ec184feeee93a545028833de6a1d62ffbb766f2c).
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0.3"]
4
4
 
5
5
  [project]
6
6
  name = "types-ttkthemes"
7
- version = "3.2.4.20250924"
7
+ version = "3.2.4.20250927"
8
8
  license = "Apache-2.0"
9
9
  license-files = ["LICENSE"]
10
10
  description = "Typing stubs for ttkthemes"
@@ -29,7 +29,7 @@ This package was tested with the following type checkers:
29
29
  * [pyright](https://github.com/microsoft/pyright) 1.1.405
30
30
 
31
31
  It was generated from typeshed commit
32
- [`2cc9c1667d94002f74a7e7757558a16ea6d4872e`](https://github.com/python/typeshed/commit/2cc9c1667d94002f74a7e7757558a16ea6d4872e).
32
+ [`ec184feeee93a545028833de6a1d62ffbb766f2c`](https://github.com/python/typeshed/commit/ec184feeee93a545028833de6a1d62ffbb766f2c).
33
33
  """, content-type = "text/markdown" }
34
34
  classifiers = [
35
35
  "Programming Language :: Python :: 3",
@@ -32,21 +32,21 @@ class ThemedTk(tkinter.Tk, ThemedWidget):
32
32
  toplevel: bool | None = ...,
33
33
  theme: str | None = ...,
34
34
  background: str = ...,
35
- bd: tkinter._ScreenUnits = ...,
35
+ bd: float | str = ...,
36
36
  bg: str = ...,
37
- border: tkinter._ScreenUnits = ...,
38
- borderwidth: tkinter._ScreenUnits = ...,
37
+ border: float | str = ...,
38
+ borderwidth: float | str = ...,
39
39
  cursor: tkinter._Cursor = ...,
40
- height: tkinter._ScreenUnits = ...,
40
+ height: float | str = ...,
41
41
  highlightbackground: str = ...,
42
42
  highlightcolor: str = ...,
43
- highlightthickness: tkinter._ScreenUnits = ...,
43
+ highlightthickness: float | str = ...,
44
44
  menu: tkinter.Menu = ...,
45
- padx: tkinter._ScreenUnits = ...,
46
- pady: tkinter._ScreenUnits = ...,
45
+ padx: float | str = ...,
46
+ pady: float | str = ...,
47
47
  relief: Literal["raised", "sunken", "flat", "ridge", "solid", "groove"] = ...,
48
48
  takefocus: bool | Literal[0, 1, ""] | Callable[[str], bool | None] = ...,
49
- width: tkinter._ScreenUnits = ...,
49
+ width: float | str = ...,
50
50
  ) -> dict[str, tuple[str, str, str, Any, Any]] | None: ...
51
51
  def cget(self, k: str) -> Any: ...
52
52
  def configure( # type: ignore[override]
@@ -57,21 +57,21 @@ class ThemedTk(tkinter.Tk, ThemedWidget):
57
57
  toplevel: bool | None = ...,
58
58
  theme: str | None = ...,
59
59
  background: str = ...,
60
- bd: tkinter._ScreenUnits = ...,
60
+ bd: float | str = ...,
61
61
  bg: str = ...,
62
- border: tkinter._ScreenUnits = ...,
63
- borderwidth: tkinter._ScreenUnits = ...,
62
+ border: float | str = ...,
63
+ borderwidth: float | str = ...,
64
64
  cursor: tkinter._Cursor = ...,
65
- height: tkinter._ScreenUnits = ...,
65
+ height: float | str = ...,
66
66
  highlightbackground: str = ...,
67
67
  highlightcolor: str = ...,
68
- highlightthickness: tkinter._ScreenUnits = ...,
68
+ highlightthickness: float | str = ...,
69
69
  menu: tkinter.Menu = ...,
70
- padx: tkinter._ScreenUnits = ...,
71
- pady: tkinter._ScreenUnits = ...,
70
+ padx: float | str = ...,
71
+ pady: float | str = ...,
72
72
  relief: Literal["raised", "sunken", "flat", "ridge", "solid", "groove"] = ...,
73
73
  takefocus: bool | Literal[0, 1, ""] | Callable[[str], bool | None] = ...,
74
- width: tkinter._ScreenUnits = ...,
74
+ width: float | str = ...,
75
75
  ) -> dict[str, tuple[str, str, str, Any, Any]] | None: ...
76
76
  def __getitem__(self, k: str) -> Any: ...
77
77
  def __setitem__(self, k: str, v: Any) -> None: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-ttkthemes
3
- Version: 3.2.4.20250924
3
+ Version: 3.2.4.20250927
4
4
  Summary: Typing stubs for ttkthemes
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/python/typeshed
@@ -35,4 +35,4 @@ This package was tested with the following type checkers:
35
35
  * [pyright](https://github.com/microsoft/pyright) 1.1.405
36
36
 
37
37
  It was generated from typeshed commit
38
- [`2cc9c1667d94002f74a7e7757558a16ea6d4872e`](https://github.com/python/typeshed/commit/2cc9c1667d94002f74a7e7757558a16ea6d4872e).
38
+ [`ec184feeee93a545028833de6a1d62ffbb766f2c`](https://github.com/python/typeshed/commit/ec184feeee93a545028833de6a1d62ffbb766f2c).