[ARVADOS] updated: a7e8991d92cdd798406e163171127d8285ddd4d0

Git user git at public.curoverse.com
Wed Apr 13 13:30:42 EDT 2016


Summary of changes:
 build/run-build-packages.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  a7e8991d92cdd798406e163171127d8285ddd4d0 (commit)
       via  c0b76aafff3e6883635b3bd0f186591eddac2a7d (commit)
      from  d4ac44b6224001cb9dc1d86e180c2ac48ef1bce6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a7e8991d92cdd798406e163171127d8285ddd4d0
Merge: d4ac44b c0b76aa
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Apr 13 13:30:35 2016 -0400

    Merge branch '8959-python-gflags-dependencies'


commit c0b76aafff3e6883635b3bd0f186591eddac2a7d
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Apr 13 13:29:08 2016 -0400

    Revert "I <3 pythong-gflags"
    
    This reverts commit e935e107a4ac6250ae64878262c3145d7a62b8e8.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index c98ffed..5dcf3e9 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -89,7 +89,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -103,7 +103,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -117,7 +117,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -143,7 +143,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=$PYTHON2_PACKAGE
         PYTHON3_PACKAGE=$(rpm -qf "$(which python$PYTHON3_VERSION)" --queryformat '%{NAME}\n')
         PYTHON3_PKG_PREFIX=$PYTHON3_PACKAGE
-        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname 'pycurl<7.21.5' \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list