FreeBSD Bugzilla – Attachment 172558 Details for
Bug 211073
devel/awscli: update to 1.10.47, devel/py-botocore: update to 1.4.37
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from a git commit
awscli-1.10.47.diff (text/plain), 3.54 KB, created by
Bradley T. Hughes
on 2016-07-15 16:12:23 UTC
(
hide
)
Description:
patch from a git commit
Filename:
MIME Type:
Creator:
Bradley T. Hughes
Created:
2016-07-15 16:12:23 UTC
Size:
3.54 KB
patch
obsolete
>commit 85ab6062928f6a19360623ac668a353babc1888f >Author: Bradley T. Hughes <bradleythughes@fastmail.fm> >Date: Wed Jul 13 07:46:34 2016 +0000 > > devel/awscli: update to 1.10.47 > devel/py-botocore: udpate to 1.4.37 > > Both ports need to be updated at the same time, as they are developed > and released in tandem. > > Patch devel/awscli to be less strict about dependency versions. See > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211073#c1 for details. > >diff --git devel/awscli/Makefile devel/awscli/Makefile >index a646422..e13d9c5 100644 >--- devel/awscli/Makefile >+++ devel/awscli/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= awscli >-PORTVERSION= 1.10.20 >+PORTVERSION= 1.10.47 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > >@@ -11,7 +11,7 @@ COMMENT= Universal Command Line Interface for Amazon Web Services > > LICENSE= APACHE20 > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.11:devel/py-botocore \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.37:devel/py-botocore \ > ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ > ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:net/py-s3transfer \ > ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ >diff --git devel/awscli/distinfo devel/awscli/distinfo >index cbc03dd..e17360e 100644 >--- devel/awscli/distinfo >+++ devel/awscli/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (awscli-1.10.20.tar.gz) = 63d18580fea9accfb63a26ceb829cac9986ac609fedc3cc967ac24f40573258d >-SIZE (awscli-1.10.20.tar.gz) = 459271 >+TIMESTAMP = 1468598694 >+SHA256 (awscli-1.10.47.tar.gz) = 176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70 >+SIZE (awscli-1.10.47.tar.gz) = 474746 >diff --git devel/awscli/files/patch-setup.cfg devel/awscli/files/patch-setup.cfg >new file mode 100644 >index 0000000..83b58bb >--- /dev/null >+++ devel/awscli/files/patch-setup.cfg >@@ -0,0 +1,16 @@ >+--- setup.cfg.orig 2016-07-15 16:01:20 UTC >++++ setup.cfg >+@@ -3,11 +3,11 @@ universal = 1 >+ >+ [metadata] >+ requires-dist = >+- botocore==1.4.37 >++ botocore>=1.4.37 >+ colorama>=0.2.5,<=0.3.3 >+ docutils>=0.10 >+ rsa>=3.1.2,<=3.5.0 >+- s3transfer==0.0.1 >++ s3transfer>=0.0.1 >+ argparse>=1.1; python_version=="2.6" >+ >+ [egg_info] >diff --git devel/awscli/files/patch-setup.py devel/awscli/files/patch-setup.py >new file mode 100644 >index 0000000..37d3a86 >--- /dev/null >+++ devel/awscli/files/patch-setup.py >@@ -0,0 +1,16 @@ >+--- setup.py.orig 2016-07-15 16:00:42 UTC >++++ setup.py >+@@ -6,11 +6,11 @@ from setuptools import setup, find_packa >+ import awscli >+ >+ >+-requires = ['botocore==1.4.37', >++requires = ['botocore>=1.4.37', >+ 'colorama>=0.2.5,<=0.3.3', >+ 'docutils>=0.10', >+ 'rsa>=3.1.2,<=3.5.0', >+- 's3transfer==0.0.1'] >++ 's3transfer>=0.0.1'] >+ >+ >+ if sys.version_info[:2] == (2, 6): >diff --git devel/py-botocore/Makefile devel/py-botocore/Makefile >index c148def..1a421f5 100644 >--- devel/py-botocore/Makefile >+++ devel/py-botocore/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= botocore >-PORTVERSION= 1.4.11 >+PORTVERSION= 1.4.37 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git devel/py-botocore/distinfo devel/py-botocore/distinfo >index fe6f0fe..e46e59f 100644 >--- devel/py-botocore/distinfo >+++ devel/py-botocore/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (botocore-1.4.11.tar.gz) = 96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb >-SIZE (botocore-1.4.11.tar.gz) = 2455881 >+TIMESTAMP = 1468598754 >+SHA256 (botocore-1.4.37.tar.gz) = 20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 >+SIZE (botocore-1.4.37.tar.gz) = 2642647
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:
bhughes
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 211073
:
172455
| 172558