Bas Couwenberg pushed to branch master at Debian GIS Project / pooch
Commits: 5d435e9c by Bas Couwenberg at 2026-06-29T04:30:13+02:00 Annotate optional dependencies with nocheck, add xxhash to Suggests. (closes: #1140962) - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,9 @@ pooch (1.9.0-2) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.4, no changes. + * Annotate optional dependencies with nocheck, + add xxhash to Suggests. + (closes: #1140962) -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:17:38 +0200 ===================================== debian/control ===================================== @@ -9,15 +9,15 @@ Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-packaging, - python3-paramiko, + python3-paramiko <!nocheck>, python3-platformdirs, python3-pytest <!nocheck>, python3-pytest-httpserver <!nocheck>, python3-requests, python3-setuptools, python3-setuptools-scm, - python3-tqdm, - python3-xxhash + python3-tqdm <!nocheck>, + python3-xxhash <!nocheck> Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pooch Vcs-Git: https://salsa.debian.org/debian-gis-team/pooch.git @@ -28,7 +28,8 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-tqdm -Suggests: python3-paramiko +Suggests: python3-paramiko, + python3-xxhash Description: Tools to manage Python library's data files Pooch manages a data registry by downloading your data files from a server only when needed and storing them locally in a data View it on GitLab: https://salsa.debian.org/debian-gis-team/pooch/-/commit/5d435e9c0aa6e217bf8f969c46d2f30fa4e2decf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pooch/-/commit/5d435e9c0aa6e217bf8f969c46d2f30fa4e2decf You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
