vapier 14/09/09 22:46:47
Added:
gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch
Log:
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.1
dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch?rev=1.1&content-type=text/plain
Index: gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -36,9 +36,7 @@ requires = [
'httplib2>=0.8',
'google-api-python-client>=1.1',
'pyOpenSSL>=0.13',
- # 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',
]