Date: Friday, February 25, 2022 @ 15:00:01 Author: felixonmars Revision: 438131
upgpkg: python-pip 21.0-1 Modified: python-pip/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-25 14:14:52 UTC (rev 438130) +++ PKGBUILD 2022-02-25 15:00:01 UTC (rev 438131) @@ -3,8 +3,8 @@ # Contributor: Sebastien Binet <binet@lblbox> pkgname=python-pip -pkgver=20.3.4 -pkgrel=4 +pkgver=21.0 +pkgrel=1 pkgdesc="The PyPA recommended tool for installing Python packages" url="https://pip.pypa.io/" arch=('any') @@ -15,13 +15,13 @@ 'pyopenssl') depends=("${_deps[@]/#/python-}") makedepends=("${_deps[@]/#/python-}" 'python-sphinx' - 'python-sphinx-inline-tabs') + 'python-sphinx-inline-tabs' 'python-sphinxcontrib-towncrier') checkdepends=('python-pytest-runner' 'python-scripttest' 'python-virtualenv' 'python-pretend' 'python-yaml' 'python-mock' 'python-freezegun' 'python-cryptography' 'python-pip' 'python-wheel' 'python-werkzeug' 'python-csv23' 'git' 'subversion') source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz" resolvelib-0.5.5.patch) -sha512sums=('30e9d6d5dfc54681ca07e5701e26cdde202326848f6b37a013fe1fcc38402efa81284e15d7750de97d871e0da995cf5363e5c9676a036d271ff06bb0052cc1ec' +sha512sums=('ac77a7204423f1fdc3a4d328dab1860258efccde0123cff3217f357637c4ce3d85772ab81a230122ff813be2cfa40f2862e5d499390289efe1dcde3a31a42264' 'f339a20e965c583c1dc741d9fff90749aab049d591f0ac974e2187d4f41842661802b96266e8e35454b65d61d65c337a770d58b81119af07483fde0eda48001b') shopt -s extglob
