Skip to content

Commit 361aca6

Browse files
authored
Merge pull request #315 from emcek/pyside_6_7_1
Update Pyside 6.7.1
2 parents aa0d7a4 + b65b0c5 commit 361aca6

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
lines changed

.github/workflows/style.yml

-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
- name: "Set up Python environment"
6565
uses: ./.github/actions/setup-python
6666

67-
- name: "Patch QtGui.pyi"
68-
run: |
69-
patch /opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/PySide6/QtGui.pyi < QtGui_pyi.patch
70-
7167
- name: "Check mypy"
7268
run: |
7369
mypy .

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Basic support for **F-4E Phantom II** (@emcek)
33
* Add button to repair DCS-BIOS installation (@emcek)
44
* Can't start DCSpy after stopping #314 (@emcek)
5+
* Internal:
6+
* Update PySide6 framework
7+
* optimize unit tests
58

69
## 3.4.2
710
* Fix update process when downloaded new release can not be saved in filesystem

QtGui_pyi.patch

-11
This file was deleted.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ dependencies = [
4343
'Pillow==10.3.0',
4444
'psutil==5.9.8',
4545
'pydantic==2.7.1',
46-
'PySide6==6.7.0',
46+
'PySide6==6.7.1',
4747
'PyYAML==6.0.1',
4848
'requests==2.32.2',
49-
'typing_extensions==4.11.0; python_version < "3.12"',
49+
'typing_extensions==4.12.0; python_version < "3.12"',
5050
]
5151

5252
[project.urls]

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging==24.0
44
Pillow==10.3.0
55
psutil==5.9.8
66
pydantic==2.7.1
7-
PySide6==6.7.0
7+
PySide6==6.7.1
88
PyYAML==6.0.1
99
requests==2.32.2
10-
typing_extensions==4.11.0; python_version < '3.12'
10+
typing_extensions==4.12.0; python_version < '3.12'

0 commit comments

Comments
 (0)