From 88cfd27f67cbb8cca7c837d0b49bc5507b70a43e Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 9 May 2026 12:07:27 +0800 Subject: [PATCH 1/7] pyglossary: Add version 5.3.0 --- bucket/pyglossary.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/pyglossary.json diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json new file mode 100644 index 00000000000000..1fc25fd1ad4984 --- /dev/null +++ b/bucket/pyglossary.json @@ -0,0 +1,27 @@ +{ + "version": "5.3.0", + "description": "A tool for converting dictionary files aka glossaries.", + "homepage": "https://github.com/ilius/pyglossary", + "license": "GPL-3-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/5.3.0/PyGlossary-5.3.0-Windows-X64-dist.zip", + "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" + } + }, + "bin": "pyglossary.exe", + "shortcuts": [ + [ + "pyglossary.exe", + "PyGlossary" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/$version/PyGlossary-$version-Windows-X64-dist.zip" + } + } + } +} From 907fa4319ec87324271332ce7aed1b73e9e5799e Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 9 May 2026 04:14:10 +0000 Subject: [PATCH 2/7] pyglossary: Update license field Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/pyglossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index 1fc25fd1ad4984..30fb13930efe9d 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -2,7 +2,7 @@ "version": "5.3.0", "description": "A tool for converting dictionary files aka glossaries.", "homepage": "https://github.com/ilius/pyglossary", - "license": "GPL-3-or-later", + "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://github.com/ilius/pyglossary/releases/download/5.3.0/PyGlossary-5.3.0-Windows-X64-dist.zip", From f424fca28e159801965fc396baf6105a632a97af Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 24 Jun 2026 23:15:19 +0800 Subject: [PATCH 3/7] pyglossary: Update version, bin --- bucket/pyglossary.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index 30fb13930efe9d..a2461e07868c68 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -1,18 +1,23 @@ { - "version": "5.3.0", + "version": "5.4.1", "description": "A tool for converting dictionary files aka glossaries.", "homepage": "https://github.com/ilius/pyglossary", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/ilius/pyglossary/releases/download/5.3.0/PyGlossary-5.3.0-Windows-X64-dist.zip", + "url": "https://github.com/ilius/pyglossary/releases/download/5.4.1/PyGlossary-5.4.1-Windows-X64-dist.zip", "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" } }, - "bin": "pyglossary.exe", + "bin": [ + [ + "PyGlossary.exe", + "pyglossary", + ] + ], "shortcuts": [ [ - "pyglossary.exe", + "PyGlossary.exe", "PyGlossary" ] ], From b2c1788957843ed475f697bcb6d4c15a06d422d3 Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 24 Jun 2026 23:21:11 +0800 Subject: [PATCH 4/7] pyglossary: Add suggest --- bucket/pyglossary.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index a2461e07868c68..a7c3da476be1d0 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -9,6 +9,9 @@ "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" } }, + "suggest": { + "vcredist": "extras/vcredist2022" + }, "bin": [ [ "PyGlossary.exe", From 894236880455f6b7b7d5888dea3d2f09927db254 Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 24 Jun 2026 23:27:09 +0800 Subject: [PATCH 5/7] pyglossary: fix writing --- bucket/pyglossary.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index a7c3da476be1d0..104f052ad4f010 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -3,15 +3,15 @@ "description": "A tool for converting dictionary files aka glossaries.", "homepage": "https://github.com/ilius/pyglossary", "license": "GPL-3.0-or-later", + "suggest": { + "vcredist": "extras/vcredist2022" + }, "architecture": { "64bit": { "url": "https://github.com/ilius/pyglossary/releases/download/5.4.1/PyGlossary-5.4.1-Windows-X64-dist.zip", "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" } }, - "suggest": { - "vcredist": "extras/vcredist2022" - }, "bin": [ [ "PyGlossary.exe", From f7b53a8486b6a892dfb1c7efa5d9e6d02fe9af87 Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 24 Jun 2026 23:33:31 +0800 Subject: [PATCH 6/7] pyglossary: Update hash --- bucket/pyglossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index 104f052ad4f010..dc6f732b676d78 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/ilius/pyglossary/releases/download/5.4.1/PyGlossary-5.4.1-Windows-X64-dist.zip", - "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" + "hash": "0cac7c5d33668ee079414b48fd5b3a5d8f8c59c49db326daab3aaf35a964472b" } }, "bin": [ From dda324002d39114c1f4a34ab3c00647f9547e671 Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 24 Jun 2026 23:39:37 +0800 Subject: [PATCH 7/7] pyglossary: fix writing --- bucket/pyglossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index dc6f732b676d78..8660518cc85a73 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -15,7 +15,7 @@ "bin": [ [ "PyGlossary.exe", - "pyglossary", + "pyglossary" ] ], "shortcuts": [