* update python-pip to 25.0-1

This commit is contained in:
Alexander Baldeck 2025-02-18 13:05:32 +01:00
parent 552887418d
commit cbb792685c
2 changed files with 15 additions and 10 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pip
pkgdesc = The PyPA recommended tool for installing Python packages
pkgver = 24.3.1
pkgrel = 3
pkgver = 25.0
pkgrel = 1
url = https://pip.pypa.io/
arch = any
license = MIT
@ -23,13 +23,14 @@ pkgbase = python-pip
makedepends = python-sphinx
makedepends = python-sphinx-copybutton
makedepends = python-sphinx-inline-tabs
makedepends = python-sphinx-issues
depends = python
depends = python-attrs
depends = python-cryptography
depends = python-filelock
depends = python-wheel
source = https://github.com/pypa/pip/archive/24.3.1/pip-24.3.1.tar.gz
sha512sums = 9cf5f18eefd559cf27bc026e5206b0028ea77fd904a61fea9a6682b519305c962dd19170b841581bd05ff72192a9c458ec0eba173fa66db0438b046111ff5856
b2sums = c70524bfedf46776d5ab8da24754e8177caac6d87cc90aa86b144c0fe9718860fe3d08823f655495c059dbece6e0ecbb2ac8e655cff3124693f64a35deac512e
source = https://github.com/pypa/pip/archive/25.0/pip-25.0.tar.gz
sha512sums = 023db908a1da1cbbd2134bb83cc69a7a35e6d010b3f846bb8abcab14ca79a8cee4d02ead9346220e05fe137039377074c732b4bf2a9e6eee5c0d9161f1754f95
b2sums = 9606eea2b08d5220f9ed7528c14251ef20499693bdb817a2280124672860cb24111999bdb67af1107006ae4dd02c52d395fddea7e6b09dbc820a41ee8618fd50
pkgname = python-pip

View File

@ -1,14 +1,15 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: David Runge <dvzrv@archlinux.org>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Christian Heusel <gromit@archlinux.org>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Dan McGee <dan@archlinux.org>
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
# Contributor: Sebastien Binet <binet@lblbox>
_name=pip
pkgname=python-pip
pkgver=24.3.1
pkgrel=3
pkgver=25.0
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
arch=(any)
@ -28,6 +29,7 @@ makedepends=(
python-sphinx
python-sphinx-copybutton
python-sphinx-inline-tabs
python-sphinx-issues
)
checkdepends=(
git
@ -43,8 +45,8 @@ checkdepends=(
subversion
)
source=(https://github.com/pypa/$_name/archive/$pkgver/$_name-$pkgver.tar.gz)
sha512sums=('9cf5f18eefd559cf27bc026e5206b0028ea77fd904a61fea9a6682b519305c962dd19170b841581bd05ff72192a9c458ec0eba173fa66db0438b046111ff5856')
b2sums=('c70524bfedf46776d5ab8da24754e8177caac6d87cc90aa86b144c0fe9718860fe3d08823f655495c059dbece6e0ecbb2ac8e655cff3124693f64a35deac512e')
sha512sums=('023db908a1da1cbbd2134bb83cc69a7a35e6d010b3f846bb8abcab14ca79a8cee4d02ead9346220e05fe137039377074c732b4bf2a9e6eee5c0d9161f1754f95')
b2sums=('9606eea2b08d5220f9ed7528c14251ef20499693bdb817a2280124672860cb24111999bdb67af1107006ae4dd02c52d395fddea7e6b09dbc820a41ee8618fd50')
prepare() {
# pip is moving towards a separate sphinx config without towncrier https://github.com/pypa/pip/issues/12881
@ -73,6 +75,8 @@ check() {
--deselect tests/unit/test_req.py::TestRequirementSet::test_download_info_web_archive
--deselect tests/unit/test_req.py::TestRequirementSet::test_download_info_vcs
--deselect tests/unit/test_network_session.py::TestPipSession::test_proxy
# fails due to EXTERNALLY-MANAGED / PEP 668 behaviour in v25
--deselect tests/unit/test_self_check_outdated.py::test_pip_self_version_check_calls_underlying_implementation
)
cd $_name-$pkgver