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:           Sun May  4 12:57:37 UTC 2025

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

Log Message:
py-pip: updated to 25.1.1

25.1.1 (2025-05-02)

Bug Fixes

- Fix ``req.source_dir`` AssertionError when using the legacy resolver.
- Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
  during installation.
- Names in dependency group includes are now normalized before lookup, which
  fixes incorrect ``Dependency group '...' not found`` errors.

Vendored Libraries

- Fix issues with using tomllib from the stdlib if available, rather than tomli
- Upgrade dependency-groups to 1.3.1


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.69 -r1.70 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.83 pkgsrc/devel/py-pip/Makefile:1.84
--- pkgsrc/devel/py-pip/Makefile:1.83   Mon Apr 28 10:46:04 2025
+++ pkgsrc/devel/py-pip/Makefile        Sun May  4 12:57:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2025/04/28 10:46:04 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2025/05/04 12:57:37 adam Exp $
 
-DISTNAME=      pip-25.1
+DISTNAME=      pip-25.1.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.69 pkgsrc/devel/py-pip/distinfo:1.70
--- pkgsrc/devel/py-pip/distinfo:1.69   Mon Apr 28 10:46:04 2025
+++ pkgsrc/devel/py-pip/distinfo        Sun May  4 12:57:37 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2025/04/28 10:46:04 wiz Exp $
+$NetBSD: distinfo,v 1.70 2025/05/04 12:57:37 adam Exp $
 
-BLAKE2s (pip-25.1.tar.gz) = ff340174e5cda2129c3d45c0449e8871a0195c9f952406ad972f4e6c8010700a
-SHA512 (pip-25.1.tar.gz) = f3576b5e0ef57e3470791074052723acfef8ea3e9a042fa330a236ded418e00adc9b889c394c082c6a8abd785cb435ff4be81d535edb0d84bc64ae005512ca46
-Size (pip-25.1.tar.gz) = 1939624 bytes
+BLAKE2s (pip-25.1.1.tar.gz) = f18c4104f1318450180c33b48ee06a015ed42bee31f23ea6904479f2fcf4ce3e
+SHA512 (pip-25.1.1.tar.gz) = aa607dc778188700c30086ac03970f991ebcf00308003555552d57ee9edfad25caf78d2ae94260ed3df39c7338eb51d3101950bfe79c800f882031cb31eebe72
+Size (pip-25.1.1.tar.gz) = 1940155 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