* [gentoo-commits] gentoo-x86 commit in net-misc/gsutil/files: gsutil-3.42-use-friendy-version-checks.patch
@ 2014-02-03 15:31 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-02-03 15:31 UTC (permalink / raw
To: gentoo-commits
vapier 14/02/03 15:31:49
Added: gsutil-3.42-use-friendy-version-checks.patch
Log:
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.1 net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch?rev=1.1&content-type=text/plain
Index: gsutil-3.42-use-friendy-version-checks.patch
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -33,15 +33,13 @@ management tasks, including:
"""
requires = [
- 'boto==2.22.1',
+ 'boto>=2.22.1',
'httplib2>=0.8',
'python-gflags>=2.0',
'google-api-python-client>=1.1',
'pyOpenSSL>=0.13',
'crcmod>=1.7',
- # Not using 1.02 because of:
- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
- 'SocksiPy-branch==1.01',
+ 'SocksiPy-branch>=1.01',
'retry_decorator>=1.0.0',
]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-03 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 15:31 [gentoo-commits] gentoo-x86 commit in net-misc/gsutil/files: gsutil-3.42-use-friendy-version-checks.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox