python3.pkgs.pyglossary: 5.1.1 -> 5.2.1 (#474745)

This commit is contained in:
Doron Behar
2025-12-28 10:45:58 +00:00
committed by GitHub
@@ -28,25 +28,16 @@
buildPythonPackage rec {
pname = "pyglossary";
version = "5.1.1";
version = "5.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ilius";
repo = "pyglossary";
tag = version;
hash = "sha256-OrySbbStVSz+WF8D+ODK++lKfYJOm9KCfOxDP3snuKY=";
hash = "sha256-kxCJ5Sv/v7LOIgNrhpv2Q3ooWx/eciWOVV5YhjOWf70=";
};
patches = [
# Fixes a few install issues, can be removed in the next release. See:
# https://github.com/ilius/pyglossary/pull/684
(fetchpatch {
url = "https://github.com/ilius/pyglossary/commit/f86c91ed987579cd8a1c7f7f278452901ce725ac.patch";
hash = "sha256-ewYeNwD3/aSsNbMazgW/3tBpYAPBZdnVu9LCh7tQZjg=";
})
];
build-system = [
setuptools
]
@@ -78,11 +69,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
versionCheckHook
];
env = {
# The default --help creates permission errors that may be confusing when
# observed in the build log.
versionCheckProgramArg = "--version";
};
pythonImportsCheck = [
"pyglossary"