118 Commits

Author SHA1 Message Date
xavier2k6
44393832f3 Explicitly use python 3.13 (#891)
Some checks failed
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
9f495dbb9f Chore: send coverage data to codacy and put badge on readme (#856)
* chore: send coverage to codacy service

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* docs: add codacy badge

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: track jar file in LFS

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: add codacy utility in ci/ folder

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: use bundled ci/codacy-coverage-reporter-assembly.jar

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: ci: checkout with lfs support

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

---------

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-12-17 11:18:20 +09:00
Hiroshi Miura
bdf8b4b1f9 chore(ci): bump target qt versions: 6.5.x, 6.6.x, 6.7.x and 6.8.0 (#822)
* chore(ci): bump target qt versions

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): use install-qt subcommand

- Drop backward compat check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix qmake query checks

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix mingw targets

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add target 6.8.0 and drop use of python3.9

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add expectation for Qt 6.8

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): drop tox test from install-qt check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix expectation for windows/android qt 6.6

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci):  wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci):  wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add taget Qt 6.7.3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): bump actions/setup-python@v5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: drop test target Qt5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: update triggers

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: disable Linux_ARM64

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: replace list with list-qt

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: no build check if list-qt

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

---------

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-10-06 08:40:49 +09:00
Hiroshi Miura
1307eb14ba chore: drop python3.8 support and add 3.13
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-09-29 10:34:24 +09:00
Hiroshi Miura
1f45a3d01b docs: update README.rst
- Update links for licensing

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-08-04 11:55:29 +09:00
Hiroshi Miura
55410e8a85 Update README.rst
- Update minimum required python version 3.8
- Tested version is 3.9 and 3.12
2024-06-20 18:18:17 +09:00
Martin Burchell
710d69ff75 Fix link to Nelson's blog article in README 2022-11-25 11:59:28 +00:00
Hiroshi Miura
166c89065a Drop support for python 3.6
- Update manual to say minimum version is 3.7.5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-17 10:43:50 +09:00
Hiroshi Miura
f64981d511 Update README
Add package maturity  snyk health indicator badge
2022-11-15 15:09:25 +09:00
Hiroshi Miura
22882ce926 Update document link URL
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-09-23 12:35:47 +09:00
Hiroshi Miura
d82d20f95e Update documents
- Add --autodesktop example on README
- Update patch version in examples
- Add missing changes

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-09-23 12:20:14 +09:00
David Dalcino
0fe801746a Update Mac CI pipelines to use MacOS-12 (#541)
* Update Mac CI pipelines to use MacOS-12

The MacOS-10.15 CI runners are now deprecated, and will begin brownouts in August. See discussion here: https://github.com/actions/virtual-environments/issues/5583

MacOS-11 is also available, in case there are any issues with 12.

* drop non-functional qt

* add warnings about Qt < 6.2 to docs

* specify Qt 6.2.4 as the minimum for ios
2022-09-18 15:34:08 +09:00
Doronin Stanislav
cb6b0a0f11 readme list-qt fix 2022-06-02 11:07:34 +03:00
Hiroshi Miura
cc6ec53761 README: update document links
- Change v1.2.5 as obsolete
- Add link to document for v2.0.6
2022-04-14 12:45:10 +09:00
Hiroshi Miura
331d6da51e Support pyproject.toml:project section (#507)
* Support pyproject.toml:project section

- Bump py7zr@0.18.3 that fixes pyproject.toml:project section

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-04-14 08:05:37 +09:00
Hiroshi Miura
cd70975f20 README: add note about MSYS2/Mingw64 environment
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-03-12 20:24:20 +09:00
Hiroshi Miura
09d403820f Update README: warning against unrelated aqt 2022-02-13 09:25:02 +09:00
David Dalcino
b333c841f7 fix URL again 2021-09-16 17:25:29 -07:00
David Dalcino
3d48afe59b Fix continuous URL 2021-09-16 17:22:45 -07:00
David Dalcino
4c91e57c62 Add link to continuous release 2021-09-16 17:17:39 -07:00
David Dalcino
df52d66389 Fix formatting 2021-09-16 13:32:49 -07:00
David Dalcino
53f4ce2e29 Add documentation for aqt.exe 2021-09-16 13:28:33 -07:00
Hiroshi Miura
a85a33dc6b README: better punctuations consistency
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-09-02 10:00:46 +09:00
Hiroshi Miura
9646265863 Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-31 17:25:52 +09:00
Hiroshi Miura
fddd6f91a3 README: simplify heading words
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-08-31 09:48:11 +09:00
Hiroshi Miura
ef45686359 README: fix inline command quote 2021-08-31 08:49:14 +09:00
Hiroshi Miura
2432d95013 Apply suggestions from code review
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
2021-08-31 08:38:34 +09:00
Hiroshi Miura
d34ed9d9ca Update README.rst 2021-08-30 18:37:03 +09:00
Hiroshi Miura
5e8556fe9b Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-30 18:24:59 +09:00
Hiroshi Miura
a630b6b4b0 Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-30 12:22:23 +09:00
Hiroshi Miura
900fe6b91e Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-30 12:21:25 +09:00
Hiroshi Miura
0e761d6aac Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-30 12:21:16 +09:00
Hiroshi Miura
978d83c444 Update README.rst
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-08-30 12:13:35 +09:00
Hiroshi Miura
61f16215f9 Update note about environment variables 2021-08-30 08:52:24 +09:00
Hiroshi Miura
a5e1c5f18e Add reddit discussion for testimonies 2021-08-30 08:49:00 +09:00
Hiroshi Miura
f7f3ecf066 README: make shorter and dense for v2.0
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-08-30 08:17:55 +09:00
David Dalcino
444cff91db Recommend running aqt with python3 on old systems
This is intended to prevent issues like #347.
2021-07-27 10:25:43 -07:00
Hiroshi Miura
a98032849e Fix mingw example
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-07-23 18:34:25 +09:00
Hiroshi Miura
3be9903dc2 Update README
pyqt-tool don't use aqtinstall now
2021-07-22 08:50:33 +09:00
Hiroshi Miura
c330a08f25 Adjust words
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-07-22 08:41:32 +09:00
Hiroshi Miura
85cb11bd99 Link document for stable 2021-07-21 11:14:05 +09:00
Oleg Shparber
823fc1f58f Fix typos in README.rst 2021-07-18 21:53:02 -04:00
Hiroshi Miura
c4aa0d4469 Update README
- Change syntax lexer to console for windows example
- Add example for both windows and linux for easy to copy
- don't use lexer for command output example
2021-07-17 13:30:47 +09:00
Hiroshi Miura
f7c66d268f Use console and doscon syntax lexer for README
and change advanced example to update dependency
2021-07-17 13:13:48 +09:00
Arun Kumar
510b327512 Update README.rst 2021-07-17 06:59:26 +05:30
Arun Kumar
fdcc20f105 Update README.rst 2021-07-16 17:30:17 +05:30
Hiroshi Miura
d56c5caae2 Add coveralls badge
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-07-15 09:04:56 +09:00
Hiroshi Miura
d28ed163cc README: Change recommended python version
Recommend  3.8 and 3.9 from 3.7 because of frequently tested.
2021-06-16 13:08:29 +09:00
Hiroshi Miura
a577555a6b Improve README expressions
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-04-08 13:11:43 +09:00
Hiroshi Miura
e5a062a150 Allow non-existence of py7zr dependency
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-04-08 11:35:37 +09:00