Commit Graph

7 Commits

Author SHA1 Message Date
luk1337 fc0d2c5268
Use PySide6 for non-windows + python >= 3.12 (#645)
PySide2 is dead and won't support Python 3.12 or newer.
2023-11-24 00:27:36 +00:00
Alberto Sottile 2aa73122ab macOS: bundle PySide6 and create a `universal2` app
- macOS build: add arch checker for the bundle
- Actions macOS: restrict env to universal2 step
- Actions macOS: universal2 for zope.interface
- Actions macOS: universal2 for cffi and cryptography
- macOS build: ad-hoc sign again bundle after altering it
- macOS build: symlink instead of copy libshiboken6
- vendor.Qt: restrict warnings to QT_VERBOSE
- GHA: re-enable all jobs
- GHA macOS: use Python installer to build universal2 app
- Actions macOS: build Python with pyenv
- Older pyenv version is used...
- Abandon pyenv action
- Bump image to macOS-12
- One more attempt with pyenv
- Try with the official Python installer
- Must run as root
- Switch back to python3 calls
- Manually update PATH
- Momentarily disable other jobs
- Restore app cleaner
- ui: add support for PySide6
- vendor.Qt: "support" PySide6
- Update vendored Qt.py to 1.3.7
- Update requirements_gui
2022-11-05 23:40:30 +01:00
Daniel Wróbel 55b4cfba35
Allow PySide2 5.15.1
PySide2 5.15.1 was released, which should fix the external bug causing #321
2020-09-13 20:10:07 +02:00
Artur Quaresma a1a5d7bc3c
Corrected some not translated on pt-BR and added pt-PT (#317)
* Solved some errors on translation

* more error on translation founded

* Full portuguese from Portugal translation.

Since its the original country, I decided to change words. The way that Brazil writes its very different from Portugal
2020-06-18 21:17:25 +01:00
Daniel Wróbel 9484e1042f
Exclude pyside2 5.15 from requirements.
This should hopefully prevent #321 from occurring in automatically built packages.

This is a temporary measure that should be reversed when pyside2 5.15.1 is released as it should include fix for the problem.
2020-06-07 18:32:40 +02:00
Daniel Wróbel 692143b0a1
Lower pyside2 requirement as 5.11 also works.
This fixes compatibility issues with Debian Buster and Ubuntu Eoan.
2020-06-01 19:45:07 +02:00
Alberto Sottile e52e9410e2 requirements: separate files for GUI and TLS support 2019-02-26 12:20:15 +01:00