Date: Fri, 12 Jun 2020 01:46:24 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 245709] www/py-boto3: devel/py-botocore upgrade broken the dependency check in port Makefile Message-ID: <bug-245709-21822-sr3UTtbtGq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245709-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-245709-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245709 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #9 from Kubilay Kocak <koobs@FreeBSD.org> --- Resolved in ports r538543 Author: bhughes Date: Thu Jun 11 21:05:07 2020 New Revision: 538543 URL: https://svnweb.freebsd.org/changeset/ports/538543 Log: www/py-boto3: Update 1.12.39 -> 1.14.1 Reported by: koobs Approved by: koobs (implicit) Sponsored by: Miles AS Modified: head/www/py-boto3/Makefile head/www/py-boto3/distinfo Modified: head/www/py-boto3/Makefile ============================================================================== --- head/www/py-boto3/Makefile Thu Jun 11 21:03:13 2020 (r538542) +++ head/www/py-boto3/Makefile Thu Jun 11 21:05:07 2020 (r538543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto3 -PORTVERSION= 1.12.39 +PORTVERSION= 1.14.1 CATEGORIES= www python devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= AWS SDK for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.15.39,<1.16.0:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.17.1,<1.18.0:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1,<1.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.3.0,<0.4.0:net/py-s3transfer@${PY_FLAVOR} -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245709-21822-sr3UTtbtGq>
