From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 00/10] Add python-barbicanclient. Date: Fri, 29 Apr 2016 16:20:53 +0200 Message-ID: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw9Ii-00075N-A5 for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw9IR-0001LD-Sj for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:42 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:34713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw9IQ-0001Da-JI for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:31 -0400 Received: by mail-wm0-x230.google.com with SMTP id v200so10640150wmv.1 for ; Fri, 29 Apr 2016 07:21:16 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patch series adds python-barbicanclient, one of the CLI clients for OpenStack. Cyril. --- Cyril Roelandt (10): gnu: python2-jsonschema: make python-functools32 a propagated input. gnu: Update python-unittest2 to 0.6.0 gnu: Add python-cmd2. gnu: remove test-only depencies of python-pbr gnu: Add python-pyinotify. gnu: Update python-oslo.log to 3.5.0. gnu: Add python-funcsigs. gnu: Update python-mock to 2.0.0. gnu: Add python-cliff. gnu: Add python-barbicanclient. gnu/local.mk | 3 + gnu/packages/openstack.scm | 112 ++++++++++++++- .../python-barbicanclient-assertItemsEqual.patch | 48 +++++++ .../patches/python-cliff-remove-unicodecsv.patch | 11 ++ .../patches/python-unittest2-skip-some-tests.patch | 18 +++ gnu/packages/python.scm | 152 ++++++++++++++++----- 6 files changed, 301 insertions(+), 43 deletions(-) create mode 100644 gnu/packages/patches/python-barbicanclient-assertItemsEqual.patch create mode 100644 gnu/packages/patches/python-cliff-remove-unicodecsv.patch create mode 100644 gnu/packages/patches/python-unittest2-skip-some-tests.patch -- 2.6.2