FreeBSD Bugzilla – Attachment 237277 Details for
Bug 266681
sysutils/py-docker: Adopt/Update to 6.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-docker.diff (text/plain), 1.96 KB, created by
Norikatsu Shigemura
on 2022-10-13 20:10:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Norikatsu Shigemura
Created:
2022-10-13 20:10:43 UTC
Size:
1.96 KB
patch
obsolete
>diff --git sysutils/py-docker/Makefile sysutils/py-docker/Makefile >index 8ddd0c7..cd3e1ac 100644 >--- sysutils/py-docker/Makefile >+++ sysutils/py-docker/Makefile >@@ -1,10 +1,10 @@ > PORTNAME= docker >-PORTVERSION= 5.0.3 >+PORTVERSION= 6.0.0 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= nork@ninth-nine.com > COMMENT= Python library for the Docker Engine API > WWW= https://github.com/docker/docker-py > >@@ -12,12 +12,14 @@ LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}packaging>=14.0:devel/py-packaging@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}paramiko>2.4.3:security/py-paramiko@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>2.26.0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}urllib3>1.26.0:net/py-urllib3@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} > >-USES= python >+USES= python:3.7-3.10 > USE_PYTHON= autoplist distutils > > NO_ARCH= yes >diff --git sysutils/py-docker/distinfo sysutils/py-docker/distinfo >index d2aa941..c5b07b5 100644 >--- sysutils/py-docker/distinfo >+++ sysutils/py-docker/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1633651276 >-SHA256 (docker-5.0.3.tar.gz) = d916a26b62970e7c2f554110ed6af04c7ccff8e9f81ad17d0d40c75637e227fb >-SIZE (docker-5.0.3.tar.gz) = 209485 >+TIMESTAMP = 1664349514 >+SHA256 (docker-6.0.0.tar.gz) = 19e330470af40167d293b0352578c1fa22d74b34d3edf5d4ff90ebc203bbb2f1 >+SIZE (docker-6.0.0.tar.gz) = 257587
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nork
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 266681
:
236917
|
237277
|
237582
|
239402