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 Apr 23 10:02:49 UTC 2023

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

Log Message:
py-pip: updated to 23.1.1

23.1.1 (2023-04-22)
===================

Bug Fixes
---------
- Revert <https://github.com/pypa/pip/pull/11487>, as it causes issues with virtualenvs created by the Windows Store distribution of Python.

Vendored Libraries
------------------
- Revert pkg_resources (via setuptools) back to 65.6.3

Improved Documentation
----------------------
- Update documentation to reflect the new behavior of using the cache of locally
  built wheels in hash-checking mode.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.52 -r1.53 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.62 pkgsrc/devel/py-pip/Makefile:1.63
--- pkgsrc/devel/py-pip/Makefile:1.62   Fri Apr 21 09:21:43 2023
+++ pkgsrc/devel/py-pip/Makefile        Sun Apr 23 10:02:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/04/21 09:21:43 adam Exp $
+# $NetBSD: Makefile,v 1.63 2023/04/23 10:02:49 adam Exp $
 
-DISTNAME=      pip-23.1
+DISTNAME=      pip-23.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.52 pkgsrc/devel/py-pip/distinfo:1.53
--- pkgsrc/devel/py-pip/distinfo:1.52   Fri Apr 21 09:21:43 2023
+++ pkgsrc/devel/py-pip/distinfo        Sun Apr 23 10:02:49 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2023/04/21 09:21:43 adam Exp $
+$NetBSD: distinfo,v 1.53 2023/04/23 10:02:49 adam Exp $
 
-BLAKE2s (pip-23.1.tar.gz) = dabb9f9c5ebabb6d9ad99125f533d9932723526280c54e9f6e37c7e0666e03f5
-SHA512 (pip-23.1.tar.gz) = 6573096753db231e3189ad66d9fba08b99d1320593131ced7cee2d4442b137749fd0fc5c98fe338c4683081ea1c1bfd269a752ff16052c72457f8bb91265b5d2
-Size (pip-23.1.tar.gz) = 2087572 bytes
+BLAKE2s (pip-23.1.1.tar.gz) = 90ca63f646df1685f6e375f962e0a3f2d6d8ca468ec923800ea6b9439d9611f6
+SHA512 (pip-23.1.1.tar.gz) = 498c7d2f51629e74e39df75079c7eac4373999dda13614a44a9f0ae1a228ad8479b7b444fb3aa8bfab321c81ecfd9f0048b1d4a76b4f7a921f1bd8c3583d50fb
+Size (pip-23.1.1.tar.gz) = 2087384 bytes
 SHA1 (patch-src_pip___internal_build__env.py) = 19c6feb4b56cbdb70f9150c452dac73ca3949911



Home | Main Index | Thread Index | Old Index