Alexandre 'Kidev' Poumaroux
f16e919d69
Fix architecture guessing error when the version is not fully qualified
2025-04-10 23:30:54 +02:00
Alexandre Poumaroux
8bda49f385
Merge branch 'miurahr:master' into use-official-doc
2025-04-09 22:41:17 +02:00
Hiroshi Miura
b789314264
Merge pull request #906 from Kidev/official_ux
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Add --use-official-installer, fix official installer download after update 4.9
2025-03-27 21:39:48 +09:00
Alexandre 'Kidev' Poumaroux
21d17952e8
Add timeout to request.get in get_qt_installers
2025-03-24 21:59:54 +01:00
Alexandre Poumaroux
228ab08026
Add --dry-run and example for --use-official-installer
2025-03-24 04:53:00 +01:00
Alexandre Poumaroux
d4f2cdbe1b
Add --use-official-installer doc to cli.rst
2025-03-24 04:46:49 +01:00
Alexandre 'Kidev' Poumaroux
0a488b84bf
Removed --override in install-qt as it has no purpose and is causing issues
2025-03-24 03:28:31 +01:00
Alexandre 'Kidev' Poumaroux
0ada55c475
Fix lint and tests
2025-03-23 02:49:14 +01:00
Alexandre 'Kidev' Poumaroux
4fdb75de3b
Change syntax of extract_auth to work with python 3.9
2025-03-21 06:17:53 +01:00
Alexandre 'Kidev' Poumaroux
8d09f6550c
Fetch installer names without hardcode, add get_os_arch to support arm64 for linux and windows
2025-03-21 03:59:38 +01:00
Alexandre 'Kidev' Poumaroux
60a1bfce2b
Print the running log before executing it
2025-03-19 05:00:26 +01:00
Alexandre 'Kidev' Poumaroux
75e08f10a2
Hide email and password in message showing the command ran by the official installer
2025-03-18 00:48:36 +01:00
Alexandre 'Kidev' Poumaroux
bb523be201
Add --use-official-installer to install-qt
2025-03-18 00:32:57 +01:00
xavier2k6
44393832f3
Explicitly use python 3.13 ( #891 )
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Co-authored-by: Hiroshi Miura <miurahr@linux.com >
2025-03-16 22:05:41 +09:00
Hiroshi Miura
0cd00b4a50
Release v3.2.1
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
v3.2.1
2025-03-16 18:06:12 +09:00
Hiroshi Miura
7abca71379
style: apply black for test
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-16 18:06:00 +09:00
Hiroshi Miura
82d051a04d
Fix: variable become undefined when extension not exist or connection error ( #868 )
...
- Fixed the issue #867
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-16 17:56:53 +09:00
Alexandre Poumaroux
d0ca508859
Commercial docs ( #886 )
...
* First documentation draft for the commercial feature
* Update commercial.rst
* Update commercial.rst
* Update docs/commercial.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com >
* Update docs/commercial.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com >
* Update and rename commercial.rst to official.rst
* Update index.rst
* Update official.rst
---------
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com >
2025-03-16 17:54:54 +09:00
Hiroshi Miura
3665552702
Merge pull request #901 from jdpurcell/pr-target_qt_log
...
Fix missing log statement for target_qt.conf
2025-03-16 17:54:09 +09:00
J.D. Purcell
47e2dea3a9
Update tests to recognize new log output
2025-03-12 10:05:50 -04:00
J.D. Purcell
7f5d0ed242
Fix missing log statement for target_qt.conf
2025-03-11 20:38:32 -04:00
Hiroshi Miura
9aafd0bfd4
Merge pull request #892 from xavier2k6/aqt_test_jom
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Use latest jom for test
2025-03-12 08:35:49 +09:00
xavier2k6
ffe1efa119
Use latest jom for test
2025-03-11 19:54:52 +00:00
Hiroshi Miura
ccd4c275cf
Merge pull request #898 from jdpurcell/pr-macos-official
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Fix official installer on macOS
2025-03-11 23:48:48 +09:00
J.D. Purcell
a19e36e80d
Fix error running official installer on macOS
2025-03-11 09:46:33 -04:00
Alex Spataru
bb20a686cf
Fix download URL for official installer on macOS
2025-03-11 09:43:41 -04:00
Hiroshi Miura
1f11296e5d
Merge pull request #899 from miurahr/topic/miurahr/ci/check-jom-hash-pwsh
...
chore(ci): fix jom md5 check
2025-03-11 19:02:16 +09:00
Hiroshi Miura
3eac0f5b23
Merge pull request #900 from miurahr/topic/miurahr/official/check-hash
...
feat: install-qt-official checks hash for downloaded binary
2025-03-11 19:01:08 +09:00
Hiroshi Miura
752b3adabd
style: apply black for test
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-11 14:33:01 +09:00
Hiroshi Miura
83cbd6c4e1
Update aqt/installer.py
...
Co-authored-by: J.D. Purcell <jdpurcell@gmail.com >
2025-03-11 14:19:21 +09:00
Hiroshi Miura
3b9a1a98ae
style: apply black
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-04 16:20:24 +09:00
Hiroshi Miura
4a2f739647
Fix: run_list_qt_commercial: call of download_installer
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-04 16:20:11 +09:00
Hiroshi Miura
ecc4e4e873
style: fix linter errors
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-04 11:44:12 +09:00
Hiroshi Miura
122377cb8a
refactor: removal of duplicated download_installer functionality
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-04 11:43:53 +09:00
Hiroshi Miura
edc423a239
feat: install-qt-official checks hash for downloaded binary
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-04 09:00:58 +09:00
Hiroshi Miura
94da8dee63
chore(ci): adjust for review comment
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-03 08:18:51 +09:00
Hiroshi Miura
41d039500e
chore(ci): print error message for jom md5 error
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-02 11:08:34 +09:00
Hiroshi Miura
0ffe65700c
Merge pull request #897 from jdpurcell/pr-jom_winarm
...
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
chore(ci): Fix/update Windows ARM64 cross-compilation job
2025-03-02 10:58:52 +09:00
Hiroshi Miura
e4c43e11fd
chore(ci): fix jom md5 check
...
- Currently md5sum failed with unknown md5sum file error
- Uses pwsh syntax to check md5 hash
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-02 10:52:48 +09:00
J.D. Purcell
defc725bcf
chore(ci): Use Qt 6.8.1 for Windows ARM64 cross-compilation job
2025-03-01 11:12:28 -05:00
J.D. Purcell
14b32b052c
chore(ci): Fix vcvars for ARM64 cross-compilation
2025-03-01 10:47:26 -05:00
Hiroshi Miura
d5ab3792ea
chore(ci): avoid zipped resources from repository ( #895 )
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
* chore(ci): expand test sources
- Avoid zip archive from repository for security
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore(ci): download jom from official repository
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore(ci): revert jom to 1.1.3
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore(ci): update md5 checks
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-03-01 10:41:05 +09:00
Hiroshi Miura
4dccfeb760
chore(ci): fix syntax error on azure pipelines
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-02-28 14:46:29 +09:00
Hiroshi Miura
0187f5d802
chore(ci): fix github actions job dependency
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-02-28 14:42:35 +09:00
Hiroshi Miura
07e9c2bf3d
chore(ci): fix azure pipelines syntax error
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-02-28 14:33:21 +09:00
Hiroshi Miura
9a67e1fb19
chore(ci): fix azure pipelines syntax error
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-02-28 14:27:47 +09:00
Hiroshi Miura
8aeff23e8b
chore(ci): fix azure pipelines syntax error
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-02-28 14:23:55 +09:00
Hiroshi Miura
39ae4946a6
chore: support trusted publisher to publish with OIDC ( #888 )
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Signed-off-by: miurahr <miurahr@linux.com >
2025-02-22 09:58:59 +09:00
Alexandre Poumaroux
5d699b9ebf
Commercial fixes, CI tests, more tests, coverage ( #883 )
...
* Add authentication flags for list-qt-commercial, add tests for coverage
* Add dry run
* Make tests really use auth since secrets have been added, fix some indents
* Fix auth issue, rename user 'email, and password 'pw'
* Fix modules param type
* Update commands names
2025-02-22 09:56:56 +09:00
Hiroshi Miura
a30f5a3d05
Release version 3.2.0
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Signed-off-by: miurahr <miurahr@linux.com >
v3.2.0
2025-01-29 08:07:32 +09:00