Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
python-pip
Commits:
49a8ad6c by Christian Heusel at 2025-01-26T14:26:31+01:00
upgpkg: 25.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
PKGBUILD
=====================================
@@ -1,13 +1,14 @@
# Maintainer: David Runge <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Christian Heusel <[email protected]>
+# Contributor: Felix Yan <[email protected]>
# Contributor: Dan McGee <[email protected]>
# Contributor: Eli Schwartz <[email protected]>
# 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)
@@ -27,6 +28,7 @@ makedepends=(
python-sphinx
python-sphinx-copybutton
python-sphinx-inline-tabs
+ python-sphinx-issues
)
checkdepends=(
git
@@ -42,8 +44,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
@@ -72,6 +74,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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pip/-/commit/49a8ad6c896397072c2bf1bed0fc7773ca765af2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pip/-/commit/49a8ad6c896397072c2bf1bed0fc7773ca765af2
You're receiving this email because of your account on gitlab.archlinux.org.