Wed Sep 9 07:26:48 2020 UTC ()
py-pip: updated to 20.2.3

20.2.3:

Deprecations and Removals
-------------------------
- Deprecate support for Python 3.5

Features
--------
- Make the ``setup.py install`` deprecation warning less noisy. We warn only
  when ``setup.py install`` succeeded and ``setup.py bdist_wheel`` failed, as
  situations where both fails are most probably irrelevant to this deprecation.


(adam)
diff -r1.41 -r1.42 pkgsrc/devel/py-pip/Makefile
diff -r1.34 -r1.35 pkgsrc/devel/py-pip/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/devel/py-pip/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pip/Makefile 2020/08/26 11:50:45 1.41
+++ pkgsrc/devel/py-pip/Makefile 2020/09/09 07:26:48 1.42
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2020/08/26 11:50:45 adam Exp $ 1# $NetBSD: Makefile,v 1.42 2020/09/09 07:26:48 adam Exp $
2 2
3DISTNAME= pip-20.2.2 3DISTNAME= pip-20.2.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pip.pypa.io/ 9HOMEPAGE= https://pip.pypa.io/
10COMMENT= Installs Python packages as an easy_install replacement 10COMMENT= Installs Python packages as an easy_install replacement
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15REPLACE_PYTHON+= src/pip/_vendor/appdirs.py 15REPLACE_PYTHON+= src/pip/_vendor/appdirs.py
16REPLACE_PYTHON+= src/pip/_vendor/chardet/cli/chardetect.py 16REPLACE_PYTHON+= src/pip/_vendor/chardet/cli/chardetect.py

cvs diff -r1.34 -r1.35 pkgsrc/devel/py-pip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pip/distinfo 2020/08/26 11:50:45 1.34
+++ pkgsrc/devel/py-pip/distinfo 2020/09/09 07:26:48 1.35
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.34 2020/08/26 11:50:45 adam Exp $ 1$NetBSD: distinfo,v 1.35 2020/09/09 07:26:48 adam Exp $
2 2
3SHA1 (pip-20.2.2.tar.gz) = cb5345ea5615422bbd10db22af98c784b0bb387f 3SHA1 (pip-20.2.3.tar.gz) = 5e708de15d0959386595bea819d75fbc5d4480b3
4RMD160 (pip-20.2.2.tar.gz) = 763683c71040feb9a0291758a555a1461dc26da2 4RMD160 (pip-20.2.3.tar.gz) = 35eb2126b13b44e77115c0915dccf1cd26c1638e
5SHA512 (pip-20.2.2.tar.gz) = 3b56009d6ef13e40595c6cb72d5412aaebc33b9945bef4130b2fcf61baf11f6e9194850b64f12ac5ee8af0e2ac1898c09a34c35dc2961378ed3c22050862dd4e 5SHA512 (pip-20.2.3.tar.gz) = 9225609e936f4be841317b640f90f13a747218c9e87945a500324e39ea392b8818385ea3f0e460fc9ddb3c96b2c59f83e015d447d8e40f863df8091006c18c44
6Size (pip-20.2.2.tar.gz) = 1496965 bytes 6Size (pip-20.2.3.tar.gz) = 1497161 bytes