pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 21:55:13 UTC 2026

Modified Files:
        pkgsrc/devel/py-pip: Makefile distinfo

Log Message:
py-pip: update to 26.0.1.

26.0.1 (2026-02-04)
===================

Bug Fixes
---------

- Fix ``--pre`` not being respected from the command line when a requirement file
  includes an option e.g. ``-extra-index-url``. (`#13788 <https://github.com/pypa/pip/issues/13788>`_)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-pip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.88 pkgsrc/devel/py-pip/Makefile:1.89
--- pkgsrc/devel/py-pip/Makefile:1.88   Sun Feb  1 18:15:55 2026
+++ pkgsrc/devel/py-pip/Makefile        Sun Feb  8 21:55:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2026/02/01 18:15:55 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2026/02/08 21:55:13 wiz Exp $
 
-DISTNAME=      pip-26.0
+DISTNAME=      pip-26.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.73 pkgsrc/devel/py-pip/distinfo:1.74
--- pkgsrc/devel/py-pip/distinfo:1.73   Sun Feb  1 18:15:55 2026
+++ pkgsrc/devel/py-pip/distinfo        Sun Feb  8 21:55:13 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2026/02/01 18:15:55 wiz Exp $
+$NetBSD: distinfo,v 1.74 2026/02/08 21:55:13 wiz Exp $
 
-BLAKE2s (pip-26.0.tar.gz) = 1150d7306d2059cb4ca66edfff2d43e3499e6df0a12734ff86f41b1717d8abd2
-SHA512 (pip-26.0.tar.gz) = 00097de18ae8f80e4093752687a0eeadcc1fd4ba7e3ea8e78a18fffc72f85e679d60399d9117ba889750ce804ae05464bedc09ff87eae13d68c64c507fc7e759
-Size (pip-26.0.tar.gz) = 1812654 bytes
+BLAKE2s (pip-26.0.1.tar.gz) = 375771e8febb18826adbfa8b07a6370e8f01115fb5ca781722cbe6babb45d4b6
+SHA512 (pip-26.0.1.tar.gz) = 7fbcdd1f3f49ccc2b635b3f464488fedbafc71c2c18e2f801b2bc00c765c3ffbe3068050ea9a2964c93975c87a1f27d0188e7d01a9a17893dd6d2593ec58cf69
+Size (pip-26.0.1.tar.gz) = 1812747 bytes
 SHA1 (patch-src_pip___internal_build__env.py) = b154cb3557521fa35f238a5706f1e9ac46fb0420
 SHA1 (patch-src_pip___internal_commands_install.py) = 2f78c5af7c677d052a2275488dcda2f7b86c6e51
 SHA1 (patch-src_pip___internal_operations_install_wheel.py) = c9573b09f697713e2666680e0884ec6156350dc3



Home | Main Index | Thread Index | Old Index