1969 Commits

Author SHA1 Message Date
Hiroshi Miura
e0b98b5090 chore: remove deprecated configuration for readthedocs
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-09-16 23:44:19 +09:00
Hiroshi Miura
977e0633e7 Merge pull request #713 from ddalcino/topic/ddalcino/docs/update-docs-msvc_arm64
Update documentation for `--autodesktop` flag
2023-09-14 16:06:54 +09:00
Dave Dalcino
dcc6924222 update documentation for --autodesktop flag 2023-09-12 16:21:48 -07:00
Hiroshi Miura
ed74bf5d63 Update CHANGELOG.rst
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-09-12 13:53:51 +09:00
Hiroshi Miura
c059593817 Merge pull request #705 from ddalcino/topic/ddalcino/cli/warn-ext7zr
Log a warning when aqtinstall falls back to an external 7z extraction tool
2023-09-12 07:35:30 +09:00
Hiroshi Miura
f75305cc5f Merge pull request #711 from ddalcino/topic/ddalcino/cli/fix-win-arm64
Fix installation of win64_msvc2019_arm64 arch
2023-09-12 07:24:35 +09:00
Dave Dalcino
8ad9c686e3 revert arm64 arch: not a valid arch 2023-09-06 21:11:37 -07:00
Dave Dalcino
3ea8140dfb Fix docs build deprecation 2023-09-06 21:10:47 -07:00
Dave Dalcino
954dbfd183 Reformat steps.yml conditions for readability 2023-09-06 18:58:17 -07:00
Dave Dalcino
15f72c5c9d Add msvc arm64 azure pipelines job 2023-09-06 18:56:01 -07:00
Dave Dalcino
5c2c18d96b Fix installation of win64_msvc2019_arm64 arch
This fixes the behavior of the `--autodesktop` flag and the updater,
when installing win64_msvc2019_arm64 for desktop targets.
2023-09-06 18:09:02 -07:00
Hiroshi Miura
4f2bdda951 Merge pull request #708 from ddalcino/topic/ddalcino/ci/fix-tarfile-test-python-below-3_11_4
Fix `test_install` that fails on Python<3.11.4
2023-08-30 07:40:28 +09:00
Dave Dalcino
772edb83bf Fix test_install that fails on Python<3.11.4
The tarfile test does not permit the new warning, "Extracting may be
unsafe; consider updating Python to 3.11.4 or greater". This change
should allow the test to succeed when running on 3.11.4 and below.
2023-08-28 05:44:03 -07:00
Dave Dalcino
2bc3766da7 fix format string without placeholders 2023-08-28 05:28:46 -07:00
Dave Dalcino
0ffc48a1b1 remove unused import 2023-08-28 05:28:46 -07:00
Dave Dalcino
112080e6cb black 2023-08-28 05:28:46 -07:00
Dave Dalcino
70dbe2a997 mypy 2023-08-28 05:28:46 -07:00
Dave Dalcino
772c20aa4d Remove duplicated test 2023-08-28 05:28:45 -07:00
Dave Dalcino
85037194fe Remove fallback parameter 2023-08-28 05:28:45 -07:00
Dave Dalcino
1eeebfb44d Add passing impl for refactored _set_sevenzip 2023-08-28 05:28:45 -07:00
Dave Dalcino
9752164811 Add test for refactored _set_sevenzip 2023-08-28 05:28:45 -07:00
Hiroshi Miura
ea12c61aa1 Merge pull request #707 from ddalcino/topic/ddalcino/cli/tarfile-extraction-filter
Use 'tar' filter when extracting tarfiles
2023-08-28 18:13:40 +09:00
Hiroshi Miura
dc6e3cae76 Merge pull request #706 from ddalcino/fix-readthedocs-theme
Fix failing documentation builds
2023-08-28 18:10:54 +09:00
Dave Dalcino
c3195c9d64 Use 'tar' filter when extracting tarfiles
This is to address a SNYK warning. The new code will only run on Python
3.11.4 and above
2023-08-27 18:45:46 -07:00
Dave Dalcino
4f3ddc551f Attempt to fix failing documentation builds
There's a version resolution issue with sphinx and sphinx_rtd_theme;
sphinx_rtd_theme just added support for sphinx 7 last week.
For some reason, recent docs builds are installing sphinx<2 and
sphinx_rtd_theme<0.5, and then installing and running sphinx 7.2.3 and
running it with sphinx_rtd_theme 0.4.3.

Hopefully, requesting newer versions in the pyproject.toml file will
fix this.

Failing build that pairs sphinx 7 with sphinx_rtd_theme 0.4.3:
https://readthedocs.org/projects/aqtinstall/builds/21735283/
2023-08-27 16:42:44 -07:00
Hiroshi Miura
72da54f4b0 Merge pull request #702 from miurahr/topic/miurahr/fix-error-when-target-relative
fix: exception when target path is relative
2023-08-05 19:48:40 +09:00
Hiroshi Miura
c8efcfc5a5 fix: exception when target path is relative
- Bump py7zr@0.20.6
  it includes the fix: allow specify target path in relative path

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-08-05 09:42:14 +09:00
Hiroshi Miura
ebc8175deb Release v3.1.7
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
v3.1.7
2023-08-01 16:20:01 +09:00
Hiroshi Miura
7bbca9bfb6 docs: update URL in cli manual
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-08-01 16:20:01 +09:00
Hiroshi Miura
fc4988a4a9 Merge pull request #698 from miurahr/update-combinations
Update `aqt/combinations.json`
2023-08-01 16:00:39 +09:00
Qt Repo Watchbot
9fb3852e46 Update aqt/combinations.json 2023-08-01 00:26:44 +00:00
Hiroshi Miura
8cbe51b371 Merge pull request #685 from miurahr/update-combinations
Update `aqt/combinations.json`
2023-07-01 11:49:43 +09:00
Hiroshi Miura
6b0d6af23a Merge pull request #689 from pzhlkj6612/master
Docs: might be unhappy with the default blacklist settings
2023-06-19 16:39:01 +09:00
Mozi
19b54d82c4 Docs: might be unhappy with the default blacklist settings 2023-06-18 16:36:29 +00:00
Hiroshi Miura
f53616523c fix: remove a mirror that can be error
- remove https://mirrors.sjtug.sjtu.edu.cn/qt/ from fallbacks
- Adjust from report #687

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-06-02 22:33:56 +09:00
Qt Repo Watchbot
66e3d5c4df Update aqt/combinations.json 2023-06-01 00:29:33 +00:00
Thorbjørn Lindeijer
7c65f6640f Fixed command to check tools_mingw90 version (#680)
* Fixed command to check tools_mingw90 version

* Update docs/cli.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
2023-05-26 08:22:08 +09:00
Hiroshi Miura
fd01bc56df Merge pull request #678 from ddalcino/topic/ddalcino/test-install-sdktool
Add tests for sdktool: install-tool and list-tool
2023-05-25 08:45:45 +09:00
Dave Dalcino
7c0de86f78 Add tests for sdktool: install-tool and list-tool 2023-05-24 15:38:13 -07:00
Hiroshi Miura
91226160dc Merge pull request #682 from ddalcino/patch-1
Fix help text for list-tool
2023-05-25 07:12:07 +09:00
David Dalcino
a6fe17edb7 Fix help text for list-tool
Flags must either precede or follow the entire list of positional arguments.
2023-05-24 14:00:07 -07:00
Hiroshi Miura
a712e952a8 Merge pull request #677 from luk1337/luk/sdktool
Add support for standalone sdktool installation
2023-05-17 23:10:38 +09:00
LuK1337
66940df150 Update aqt/combinations.json 2023-05-17 09:30:38 +02:00
LuK1337
27fb2b3339 Add support for standalone sdktool installation
This allows us to install sdktool using the following command:
aqt install-tool windows desktop sdktool
2023-05-16 20:55:48 +02:00
Hiroshi Miura
70a91b7631 Release v3.1.6
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
v3.1.6
2023-05-05 00:59:49 +09:00
Hiroshi Miura
cf9c3820e2 Merge pull request #674 from miurahr/update-combinations
Update `aqt/combinations.json`
2023-05-01 23:14:12 +09:00
Qt Repo Watchbot
e0a19697a3 Update aqt/combinations.json 2023-05-01 00:22:54 +00:00
Hiroshi Miura
7afb05ac8c Update CHANGES.rst 2023-04-19 13:47:03 +09:00
Hiroshi Miura
76eac19e3d docs: fix syntax in CHANGELOG.rst 2023-04-19 13:36:42 +09:00
Hiroshi Miura
e70e8f393c Release v3.1.5
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
v3.1.5
2023-03-30 22:58:06 +09:00