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: adam
Date: Sat Oct 21 14:31:56 UTC 2023
Modified Files:
pkgsrc/devel/py-pip: Makefile distinfo
Log Message:
py-pip: updated to 23.3.1
23.3.1 (2023-10-21)
Bug Fixes
- Handle a timezone indicator of Z when parsing dates in the self check.
- Fix bug where installing the same package at the same time with multiple pip processes could fail.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.58 -r1.59 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.68 pkgsrc/devel/py-pip/Makefile:1.69
--- pkgsrc/devel/py-pip/Makefile:1.68 Sun Oct 15 19:37:43 2023
+++ pkgsrc/devel/py-pip/Makefile Sat Oct 21 14:31:55 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2023/10/15 19:37:43 adam Exp $
+# $NetBSD: Makefile,v 1.69 2023/10/21 14:31:55 adam Exp $
-DISTNAME= pip-23.3
+DISTNAME= pip-23.3.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.58 pkgsrc/devel/py-pip/distinfo:1.59
--- pkgsrc/devel/py-pip/distinfo:1.58 Sun Oct 15 19:37:43 2023
+++ pkgsrc/devel/py-pip/distinfo Sat Oct 21 14:31:55 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.58 2023/10/15 19:37:43 adam Exp $
+$NetBSD: distinfo,v 1.59 2023/10/21 14:31:55 adam Exp $
-BLAKE2s (pip-23.3.tar.gz) = 0aa42e79de105fe1d10f90cb8ab5eb6e8f21129537b8e787c88a16b80d6ae432
-SHA512 (pip-23.3.tar.gz) = 8ddadca835f2776b8b1742bcf30d1c0a20d5a0b3506eecf9c7701415bce61e1de96411a11e5e04e6b5ff2a8cbcb827932a3df0bdf6b232ab524e14262ac392e6
-Size (pip-23.3.tar.gz) = 2131482 bytes
+BLAKE2s (pip-23.3.1.tar.gz) = cb3fa52e44fc76db3897cc3ced653030e15b8ecc9e130576e8510495a211eeab
+SHA512 (pip-23.3.1.tar.gz) = 101b66998758897ab3976004386e6c8f0adf4dab0cf7402a6b25c561485a46670bb56f7d50e7658d6cfa4f779c3ff39671ca2299cce17f8c7f68393674912488
+Size (pip-23.3.1.tar.gz) = 2132086 bytes
SHA1 (patch-src_pip___internal_build__env.py) = 19c6feb4b56cbdb70f9150c452dac73ca3949911
SHA1 (patch-src_pip___internal_commands_install.py) = 2f78c5af7c677d052a2275488dcda2f7b86c6e51
SHA1 (patch-src_pip___internal_operations_install_wheel.py) = 0f590d2a11a2373f50abbc9377044f728625b13d
Home |
Main Index |
Thread Index |
Old Index