George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-debian
Commits: 43303e41 by Wang Bing-hua at 2026-05-21T22:42:09+08:00 Switch to python-charset-normalizer * Follow upstream switch to charset-normalizer in commit ba915cfa [1]. * Drops python-chardet, which is frozen at version 6 on Arch Linux [2]. [1] https://salsa.debian.org/python-debian-team/python-debian/-/commit/ba915cfa9e342ffd6cf2256bed8e38490c0f6312 [2] https://gitlab.archlinux.org/archlinux/packaging/packages/python-chardet/-/commit/08f1355c12068486b8f4c61496ca724edd18e95c - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -13,7 +13,7 @@ pkgbase = python-debian makedepends = python-setuptools makedepends = python-setuptools-scm depends = python - depends = python-chardet + depends = python-charset-normalizer source = python-debian::git+https://salsa.debian.org/python-debian-team/python-debian#tag=debian/1.1.0 sha512sums = 733a901017cb000a92b1fd0944a96d1f0f04e0a1b1d349fc25f72fe177ebf6be97f7636531e94b095854bcc6783e858777263cecf0bc31ebfc86262c4fb0f93b b2sums = 10ff7a658b1386c80785773ba8d41efac3cfb866319637277992da1203835a513a8078f4cd6528f696af3cc0c7be8df21c6bde6fd83aa651d8e469c674c3dde4 ===================================== PKGBUILD ===================================== @@ -12,7 +12,7 @@ url='https://salsa.debian.org/python-debian-team/python-debian' license=(GPL-2.0-or-later) depends=( python - python-chardet + python-charset-normalizer ) makedepends=( git View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debian/-/commit/43303e41968f116a6923e9554bd5573e5ac89428 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debian/-/commit/43303e41968f116a6923e9554bd5573e5ac89428 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
