Date: Saturday, October 15, 2022 @ 17:25:28 Author: dvzrv Revision: 458211
upgpkg: python-pip 22.3-1: Upgrade to 22.3. Add python-attrs, python-cryptography and python-wheel as dependencies for the vendored libraries. Modified: python-pip/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-15 14:44:21 UTC (rev 458210) +++ PKGBUILD 2022-10-15 17:25:28 UTC (rev 458211) @@ -6,13 +6,18 @@ _name=pip pkgname=python-pip -pkgver=22.2.2 -pkgrel=2 +pkgver=22.3 +pkgrel=1 pkgdesc="The PyPA recommended tool for installing Python packages" url="https://pip.pypa.io/" arch=(any) license=(MIT) -depends=(python) +depends=( + python + python-attrs # for vendored rich + python-cryptography # for vendored requests and urllib3 + python-wheel # for internal misc utils +) makedepends=( python-build python-installer @@ -22,26 +27,22 @@ python-sphinx-copybutton python-sphinx-inline-tabs python-sphinxcontrib-towncrier - python-wheel ) checkdepends=( git - python-cryptography python-freezegun python-pytest python-pytest-rerunfailures python-pytest-xdist python-scripttest - python-setuptools python-tomli-w python-virtualenv python-werkzeug - python-wheel subversion ) source=($_name-$pkgver.tar.gz::https://github.com/pypa/$_name/archive/$pkgver.tar.gz) -sha512sums=('bd59e28b55475b77a8f11ea771cbad3b2602ff974e219f9a55288963a9522c9279a5b00fde40fb65cfebefae0e905d3da3c06fe50b402aa5326b25f70a98a015') -b2sums=('2179b0d3f5f05bbd678f1785b4dbc0613078c09c83b45faa62d766182dfeb564095abda809ed99f45644abcb06c125efc528aeaed3ad40ab1c9e8972e33ccbb2') +sha512sums=('804c5bad805da77d922e5e123440f6b7639a33769b41ab5cd1c27e5c5f0e4548ce6e5a0cc4c4d4fa42d25e4699d67d60db059045f97ba974b2ea4d552683a693') +b2sums=('68c0151f9c1ae14a6cb9b41d39521b3898b156f642361df5f3b272e4ba1640e794189d5d991dcb56156745c587cfbe02161763683965c2bb8a69adb9f109fd00') build() { cd $_name-$pkgver
