pkgsrc-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.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93f3761ca05d
branches:  trunk
changeset: 442976:93f3761ca05d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 04 14:17:02 2020 +0000

description:
py-pip: updated to 20.3.1

20.3.1 (2020-12-03)
===================

Deprecations and Removals
-------------------------
- The --build-dir option has been restored as a no-op, to soften the transition
  for tools that still used it.


20.3 (2020-11-30)
=================

Deprecations and Removals
-------------------------
- Remove --unstable-feature flag as it has been deprecated.

Features
--------
- Add support for :pep:`600`: Future 'manylinux' Platform Tags for Portable Linux Built Distributions.
- The new resolver now resolves packages in a deterministic order.
- Add support for MacOS Big Sur compatibility tags.

Bug Fixes
---------
- New Resolver: Rework backtracking and state management, to avoid getting stuck in an infinite loop.
- New resolver: Check version equality with ``packaging.version`` to avoid edge
  cases if a wheel used different version normalization logic in its filename
  and metadata.
- New resolver: Show each requirement in the conflict error message only once to reduce cluttering.
- Fix a regression that made ``pip wheel`` generate zip files of editable
  requirements in the wheel directory.
- Fix ResourceWarning in VCS subprocesses
- Redact auth from URL in help message.
- New Resolver: editable installations are done, regardless of whether
  the already-installed distribution is editable.

Vendored Libraries
------------------
- Upgrade certifi to 2020.11.8
- Upgrade colorama to 0.4.4
- Upgrade packaging to 20.7
- Upgrade pep517 to 0.9.1
- Upgrade requests to 2.25.0
- Upgrade resolvelib to 0.5.3
- Upgrade toml to 0.10.2
- Upgrade urllib3 to 1.26.2

Improved Documentation
----------------------
- Add a section to the User Guide to cover backtracking during dependency resolution.
- Reorder and revise installation instructions to make them easier to follow.

diffstat:

 devel/py-pip/Makefile |   4 ++--
 devel/py-pip/PLIST    |  20 +++++++++++++-------
 devel/py-pip/distinfo |  10 +++++-----
 3 files changed, 20 insertions(+), 14 deletions(-)

diffs (96 lines):

diff -r cc50af8c8d18 -r 93f3761ca05d devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Fri Dec 04 14:13:32 2020 +0000
+++ b/devel/py-pip/Makefile     Fri Dec 04 14:17:02 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/11/04 10:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/12/04 14:17:02 adam Exp $
 
-DISTNAME=      pip-20.2.4
+DISTNAME=      pip-20.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r cc50af8c8d18 -r 93f3761ca05d devel/py-pip/PLIST
--- a/devel/py-pip/PLIST        Fri Dec 04 14:13:32 2020 +0000
+++ b/devel/py-pip/PLIST        Fri Dec 04 14:17:02 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/11/04 10:23:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/12/04 14:17:02 adam Exp $
 bin/pip${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -291,6 +291,9 @@
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.py
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.pyc
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.pyo
+${PYSITELIB}/pip/_internal/resolution/resolvelib/reporter.py
+${PYSITELIB}/pip/_internal/resolution/resolvelib/reporter.pyc
+${PYSITELIB}/pip/_internal/resolution/resolvelib/reporter.pyo
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/requirements.py
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/requirements.pyc
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/requirements.pyo
@@ -810,9 +813,6 @@
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.py
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyc
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyo
-${PYSITELIB}/pip/_vendor/packaging/__about__.py
-${PYSITELIB}/pip/_vendor/packaging/__about__.pyc
-${PYSITELIB}/pip/_vendor/packaging/__about__.pyo
 ${PYSITELIB}/pip/_vendor/packaging/__init__.py
 ${PYSITELIB}/pip/_vendor/packaging/__init__.pyc
 ${PYSITELIB}/pip/_vendor/packaging/__init__.pyo
@@ -978,9 +978,6 @@
 ${PYSITELIB}/pip/_vendor/toml/__init__.py
 ${PYSITELIB}/pip/_vendor/toml/__init__.pyc
 ${PYSITELIB}/pip/_vendor/toml/__init__.pyo
-${PYSITELIB}/pip/_vendor/toml/common.py
-${PYSITELIB}/pip/_vendor/toml/common.pyc
-${PYSITELIB}/pip/_vendor/toml/common.pyo
 ${PYSITELIB}/pip/_vendor/toml/decoder.py
 ${PYSITELIB}/pip/_vendor/toml/decoder.pyc
 ${PYSITELIB}/pip/_vendor/toml/decoder.pyo
@@ -999,6 +996,9 @@
 ${PYSITELIB}/pip/_vendor/urllib3/_collections.py
 ${PYSITELIB}/pip/_vendor/urllib3/_collections.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/_collections.pyo
+${PYSITELIB}/pip/_vendor/urllib3/_version.py
+${PYSITELIB}/pip/_vendor/urllib3/_version.pyc
+${PYSITELIB}/pip/_vendor/urllib3/_version.pyo
 ${PYSITELIB}/pip/_vendor/urllib3/connection.py
 ${PYSITELIB}/pip/_vendor/urllib3/connection.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/connection.pyo
@@ -1077,6 +1077,9 @@
 ${PYSITELIB}/pip/_vendor/urllib3/util/connection.py
 ${PYSITELIB}/pip/_vendor/urllib3/util/connection.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/util/connection.pyo
+${PYSITELIB}/pip/_vendor/urllib3/util/proxy.py
+${PYSITELIB}/pip/_vendor/urllib3/util/proxy.pyc
+${PYSITELIB}/pip/_vendor/urllib3/util/proxy.pyo
 ${PYSITELIB}/pip/_vendor/urllib3/util/queue.py
 ${PYSITELIB}/pip/_vendor/urllib3/util/queue.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/util/queue.pyo
@@ -1092,6 +1095,9 @@
 ${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.py
 ${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.pyo
+${PYSITELIB}/pip/_vendor/urllib3/util/ssltransport.py
+${PYSITELIB}/pip/_vendor/urllib3/util/ssltransport.pyc
+${PYSITELIB}/pip/_vendor/urllib3/util/ssltransport.pyo
 ${PYSITELIB}/pip/_vendor/urllib3/util/timeout.py
 ${PYSITELIB}/pip/_vendor/urllib3/util/timeout.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/util/timeout.pyo
diff -r cc50af8c8d18 -r 93f3761ca05d devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Fri Dec 04 14:13:32 2020 +0000
+++ b/devel/py-pip/distinfo     Fri Dec 04 14:17:02 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2020/11/04 10:23:45 adam Exp $
+$NetBSD: distinfo,v 1.37 2020/12/04 14:17:02 adam Exp $
 
-SHA1 (pip-20.2.4.tar.gz) = feff6f85f624602444600c4de8e55abea9d96bc9
-RMD160 (pip-20.2.4.tar.gz) = 85d1dbfb806723cbf03c6664af40358888453684
-SHA512 (pip-20.2.4.tar.gz) = 5df51a73b2c7aee077405a6748f3924d76f3898e98d841e4c64e3b4bbd3a496eafd3d309f53dfc7bedf9625686251298b1108f6308bd196892e1ec98c1de09b2
-Size (pip-20.2.4.tar.gz) = 1501159 bytes
+SHA1 (pip-20.3.1.tar.gz) = 8f72fbd3ef7a5d0e1db9c174d05c24a466ce7bd8
+RMD160 (pip-20.3.1.tar.gz) = 5b19481fff79185db2dc2c94ba094fe29f9b9348
+SHA512 (pip-20.3.1.tar.gz) = 3e6b468772411b9fce2ee1193489f7a3acee4e6f910850d26f328cff9b4546ec23647dc7eeb924793938dbadee7c9591662d67928689b04950a917a653db75ea
+Size (pip-20.3.1.tar.gz) = 1526593 bytes



Home | Main Index | Thread Index | Old Index