winipedia-pyside 0.2.26__py3-none-any.whl → 0.2.29__py3-none-any.whl

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 winipedia-pyside might be problematic. Click here for more details.

@@ -36,23 +36,16 @@ class PySide6WorkflowMixin(WinipediaWorkflow):
36
36
  @classmethod
37
37
  def get_poetry_setup_steps(
38
38
  cls,
39
- *,
40
- install_dependencies: bool = False,
41
- fetch_depth: int | None = None,
42
- configure_pipy_token: bool = False,
43
- force_main_head: bool = False,
44
- token: bool = False,
39
+ *args: Any,
40
+ **kwargs: Any,
45
41
  ) -> list[dict[str, Any]]:
46
42
  """Get the poetry setup steps.
47
43
 
48
44
  We need to install additional system dependencies for pyside6.
49
45
  """
50
46
  steps = super().get_poetry_setup_steps(
51
- install_dependencies=install_dependencies,
52
- fetch_depth=fetch_depth,
53
- configure_pipy_token=configure_pipy_token,
54
- force_main_head=force_main_head,
55
- token=token,
47
+ *args,
48
+ **kwargs,
56
49
  )
57
50
  steps.append(
58
51
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: winipedia-pyside
3
- Version: 0.2.26
3
+ Version: 0.2.29
4
4
  Summary: A package for pyside utils
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -19,8 +19,8 @@ winipedia_pyside/ui/windows/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X
19
19
  winipedia_pyside/ui/windows/base/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
20
20
  winipedia_pyside/ui/windows/base/base.py,sha256=GMe6dhxrqMSiB_rIYr_dnjw3QYbYErDOoU0bqfEbEOw,1378
21
21
  winipedia_pyside/workflows/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
22
- winipedia_pyside/workflows/configs.py,sha256=wbMyPoQiJOKenyylTnnki7VCmNe-xykQppFhmaB5w-s,2683
23
- winipedia_pyside-0.2.26.dist-info/METADATA,sha256=S1mtRHRm5jfRl8_LvIKup-vo8AiWDNCMu2ooRKBQiXA,6575
24
- winipedia_pyside-0.2.26.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
25
- winipedia_pyside-0.2.26.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
26
- winipedia_pyside-0.2.26.dist-info/RECORD,,
22
+ winipedia_pyside/workflows/configs.py,sha256=41PUMnUYAux1LfYaz9wystVxEU_OT3L66W1TmCiqDYg,2343
23
+ winipedia_pyside-0.2.29.dist-info/METADATA,sha256=ZXh3Ak9HxAoXMFl1pTeW2IOa57Fc0UuU9_QdyrQCGYM,6575
24
+ winipedia_pyside-0.2.29.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
25
+ winipedia_pyside-0.2.29.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
26
+ winipedia_pyside-0.2.29.dist-info/RECORD,,