Date: Sat, 30 Jul 2022 19:30:13 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa65b17db3f7 - main - devel/py-pip: Update to 22.2.1 Message-ID: <202207301930.26UJUDKo044381@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa65b17db3f7aff624d341a9451579ef10c15f4b commit fa65b17db3f7aff624d341a9451579ef10c15f4b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 19:26:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 19:26:34 +0000 devel/py-pip: Update to 22.2.1 Changes: https://github.com/pypa/pip/blob/main/NEWS.rst https://pip.pypa.io/en/stable/news/ --- devel/py-pip/Makefile | 8 ++++---- devel/py-pip/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index b9b6eff0bf53..05d415065630 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -1,10 +1,10 @@ PORTNAME= pip -PORTVERSION= 22.2 +PORTVERSION= 22.2.1 CATEGORIES= devel python -MASTER_SITES= https://files.pythonhosted.org/packages/fb/58/9efbfe68482dab9557c49d433a60fff9efd7ed8835f829eba8297c2c124a/:test_setuptools \ +MASTER_SITES= https://files.pythonhosted.org/packages/a4/53/bfc6409447ca024558b8b19d055de94c813c3e32c0296c48a0873a161cf5/:test_setuptools \ https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/:test_wheel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= setuptools-62.1.0-py3-none-any.whl:test_setuptools \ +DISTFILES= setuptools-63.2.0-py3-none-any.whl:test_setuptools \ wheel-0.37.1-py2.py3-none-any.whl:test_wheel DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -65,7 +65,7 @@ post-install-DOCS-on: pre-test: ${MKDIR} ${WRKSRC}/tests/data/common_wheels # the tests check for these wheel files, so fetch them and copy them in - ${CP} ${DISTDIR}/${DIST_SUBDIR}/setuptools-62.1.0-py3-none-any.whl ${WRKSRC}/tests/data/common_wheels + ${CP} ${DISTDIR}/${DIST_SUBDIR}/setuptools-63.2.0-py3-none-any.whl ${WRKSRC}/tests/data/common_wheels ${CP} ${DISTDIR}/${DIST_SUBDIR}/wheel-0.37.1-py2.py3-none-any.whl ${WRKSRC}/tests/data/common_wheels ${LN} -sf ${LOCALBASE}/bin/pip ${LOCALBASE}/bin/pip3 diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo index 8f479c651a42..584abcae78f1 100644 --- a/devel/py-pip/distinfo +++ b/devel/py-pip/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1658506717 -SHA256 (pip/setuptools-62.1.0-py3-none-any.whl) = 26ead7d1f93efc0f8c804d9fafafbe4a44b179580a7105754b245155f9af05a8 -SIZE (pip/setuptools-62.1.0-py3-none-any.whl) = 1144059 +TIMESTAMP = 1659161353 +SHA256 (pip/setuptools-63.2.0-py3-none-any.whl) = 0d33c374d41c7863419fc8f6c10bfe25b7b498aa34164d135c622e52580c6b16 +SIZE (pip/setuptools-63.2.0-py3-none-any.whl) = 1228000 SHA256 (pip/wheel-0.37.1-py2.py3-none-any.whl) = 4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a SIZE (pip/wheel-0.37.1-py2.py3-none-any.whl) = 35301 -SHA256 (pip/pypa-pip-22.2_GH0.tar.gz) = 29f3b99409e8d633167df8c71262675ff7698b9831de45aa17d9221ed97028b6 -SIZE (pip/pypa-pip-22.2_GH0.tar.gz) = 9278410 +SHA256 (pip/pypa-pip-22.2.1_GH0.tar.gz) = 24101ea00b2e328c5b91ec2cd4bb4bf4b5ef31add715db10565d64a07467f5cd +SIZE (pip/pypa-pip-22.2.1_GH0.tar.gz) = 9279141
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207301930.26UJUDKo044381>