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:           Thu Oct 31 10:40:06 UTC 2024

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

Log Message:
py-pip: updated to 24.3.1

24.3.1 (2024-10-27)

Bug Fixes

- Allow multiple nested inclusions of the same requirements file again.

24.3 (2024-10-27)

Deprecations and Removals

- Deprecate wheel filenames that are not compliant with :pep:`440`.

Features

- Detect recursively referencing requirements files and help users identify
  the source.
- Support for :pep:`730` iOS wheels.

Bug Fixes

- Display a better error message when an already installed package has an invalid requirement.
- Ignore ``PIP_TARGET`` and ``pip.conf`` ``global.target`` when preparing a build environment.
- Restore support for macOS 10.12 and older (via truststore).
- Allow installing pip in editable mode in a virtual environment on Windows.

Vendored Libraries

- Upgrade certifi to 2024.8.30
- Upgrade distlib to 0.3.9
- Upgrade truststore to 0.10.0
- Upgrade urllib3 to 1.26.20


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.65 -r1.66 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.77 pkgsrc/devel/py-pip/Makefile:1.78
--- pkgsrc/devel/py-pip/Makefile:1.77   Wed Jul 31 08:14:36 2024
+++ pkgsrc/devel/py-pip/Makefile        Thu Oct 31 10:40:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2024/07/31 08:14:36 adam Exp $
+# $NetBSD: Makefile,v 1.78 2024/10/31 10:40:06 adam Exp $
 
-DISTNAME=      pip-24.2
+DISTNAME=      pip-24.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
@@ -19,8 +19,6 @@ REPLACE_PYTHON+=      src/pip/_vendor/appdirs
 REPLACE_PYTHON+=       src/pip/_vendor/chardet/cli/chardetect.py
 REPLACE_PYTHON+=       src/pip/_vendor/requests/certs.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 FILES_SUBST+=  PYMAJORVERSION=${PYTHON_VERSION:C/^([0-9]).*/\1/}
 

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.65 pkgsrc/devel/py-pip/distinfo:1.66
--- pkgsrc/devel/py-pip/distinfo:1.65   Wed Jul 31 08:14:36 2024
+++ pkgsrc/devel/py-pip/distinfo        Thu Oct 31 10:40:06 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.65 2024/07/31 08:14:36 adam Exp $
+$NetBSD: distinfo,v 1.66 2024/10/31 10:40:06 adam Exp $
 
-BLAKE2s (pip-24.2.tar.gz) = dedfaf4135bab6a72a22cec0f611ea534e9cfde7692dfd119de92a226432b8fb
-SHA512 (pip-24.2.tar.gz) = 42da0dc6ccf5759fea20fd6f54db272aae7afb2d997c84e1d817e3c95437ba073f4f15cb511e5275cf4f35a82828bb0259c5ffe381d278dc75c2bc8f82dfa404
-Size (pip-24.2.tar.gz) = 1922041 bytes
+BLAKE2s (pip-24.3.1.tar.gz) = b1f637ab07aed3e7f82f99c6d5d54c871c6b53b49c6ea75bf37a29c7e15cac67
+SHA512 (pip-24.3.1.tar.gz) = 2fad7072473d67fa0dbfc2c060b1b4752ea1b0d021051ebef44a668e6c9c731a530b1afb38872fdbc2efec0598fae532e61a5ed545524875b51a3fe0a8d11d96
+Size (pip-24.3.1.tar.gz) = 1931073 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