Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pip py-pip: updated to 20.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/247499627849
branches:  trunk
changeset: 436536:247499627849
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 04 17:53:31 2020 +0000

description:
py-pip: updated to 20.2.1

20.2.1
======

Features
--------
- Ignore require-virtualenv in ``pip list``

Bug Fixes
---------
- Correctly find already-installed distributions with dot (``.``) in the name
  and uninstall them when needed.
- Trace a better error message on installation failure due to invalid ``.data``
  files in wheels.
- Fix SVN version detection for alternative SVN distributions.
- New resolver: Correctly include the base package when specified with extras
  in ``--no-deps`` mode.
- Use UTF-8 to handle ZIP archive entries on Python 2 according to PEP 427, so
  non-ASCII paths can be resolved as expected.

Improved Documentation
----------------------
- Add details on old resolver deprecation and removal to migration documentation.
- Fix feature flag name in docs.

diffstat:

 devel/py-pip/Makefile |   4 ++--
 devel/py-pip/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 69d7cfaa5c88 -r 247499627849 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Tue Aug 04 15:50:19 2020 +0000
+++ b/devel/py-pip/Makefile     Tue Aug 04 17:53:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/07/29 10:00:16 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/08/04 17:53:31 adam Exp $
 
-DISTNAME=      pip-20.2
+DISTNAME=      pip-20.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 69d7cfaa5c88 -r 247499627849 devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Tue Aug 04 15:50:19 2020 +0000
+++ b/devel/py-pip/distinfo     Tue Aug 04 17:53:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2020/07/29 10:00:16 adam Exp $
+$NetBSD: distinfo,v 1.33 2020/08/04 17:53:31 adam Exp $
 
-SHA1 (pip-20.2.tar.gz) = efd12b35cd30c8172f92ab8b75019d84401bf7f8
-RMD160 (pip-20.2.tar.gz) = 863a726c4201f0bf249309f2dc77a1ed03b0a0b0
-SHA512 (pip-20.2.tar.gz) = de8e5c21ab60dd52361605f34c8d7daa3dbfac78ef95aca855a21da650c4574adedc6fe18e5782e8f6dcfa7a4344f42f584dfbad415ec19956ff37bb8e158b5e
-Size (pip-20.2.tar.gz) = 1494827 bytes
+SHA1 (pip-20.2.1.tar.gz) = 717cb5e8a652a696be81bdb8624d91819f2a390d
+RMD160 (pip-20.2.1.tar.gz) = 22bf7d470ef287213956156f4ea530e289a2f136
+SHA512 (pip-20.2.1.tar.gz) = 24fa394e00f613b5b35992eed4be0e25f6fe419e23d81923561a3a5c97744c1966093524b0eeec4caa69139b042315de4f029f6afdcee3b949040c9ede29b66e
+Size (pip-20.2.1.tar.gz) = 1496280 bytes



Home | Main Index | Thread Index | Old Index