Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'doug': 0.05; 'url:launchpad': 0.05; 'subject:released': 0.07; 'git': 0.09; 'received:internal': 0.09; 'python': 0.11; 'bug': 0.12; 'csv': 0.16; 'from:name:doug hellmann': 0.16; 'logger': 0.16; 'pep8': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'redundant': 0.16; 'typos': 0.16; 'fix': 0.17; 'rules': 0.22; 'shell': 0.22; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'environment': 0.24; 'cc:2**0': 0.24; 'fixed': 0.29; 'url:bugs': 0.29; 'publicly': 0.31; 'compatible': 0.32; 'option': 0.32; 'updated': 0.34; 'skip:_ 10': 0.34; 'received:66': 0.35; 'add': 0.35; 'version': 0.36; 'method': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'integration': 0.37; 'wrong': 0.37; 'application': 0.37; 'requirements': 0.37; 'list': 0.37; 'received:10': 0.37; 'stable': 0.38; 'release': 0.40; 'failures': 0.60; 'header:Message-Id:1': 0.63; 'show': 0.63; 'name': 0.63; 'includes:': 0.68; 'default': 0.69; 'ending': 0.78; 'expose': 0.84; 'oslo': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type :content-transfer-encoding:subject:date:message-id:cc:to :mime-version; s=smtpout; bh=Di+Yz6ku2vRp+2Fvi6ie7g75fDE=; b=f1n LAzUkhk3miARkDzX8QmOpQYmDAkQ5ZZQdU4yVC883zwQyC0sKLiVgd4aeY2k8HjV kqAGdLI7X7z15hVmf3Ri3oXAbHxXqusX0eRpyZ9vwpUkocnT17cG3TWP/Bklr/O9 3bSFFz9MHAtL3H4OLA2i0MbmcIfqsMDfrxGHGP9c= X-Sasl-enc: LwE0Ssqyp3wmTYj9uBDY0qKsPw8ulnL+Noupdn0fQ5k5 1410188126 From: Doug Hellmann Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: cliff 1.7.0 released Date: Mon, 8 Sep 2014 10:55:24 -0400 To: "OpenStack Development Mailing List (not for usage questions)" Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Mailman-Approved-At: Mon, 08 Sep 2014 16:56:05 +0200 Cc: Python Announce X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410188165 news.xs4all.nl 2919 [2001:888:2000:d::a6]:46465 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python.announce:1386 The Oslo team is pleased to release version 1.7.0 of cliff. This release includes: $ git log --oneline --no-merges 1.6.1..1.7.0 42675b2 Add release notes for 1.7.0 86fe20f Fix stable integration tests bf0c611 Updated from global requirements ac1347c Clean up default tox environment list db4eef5 Do not allow wheels for stable tests 6bb6944 Set the main logger name to match the application c383448 CSV formatter should use system-dependent line ending e3bec7b Make show option compatible with Python 2.6. 9315a32 Use six.add_metaclass instead of __metaclass__ 9f331fb fixed typos found by RETF rules d150502 The --variable option to shell format is redundant 69966df Expose load_commands publicly a37ef60 Fix wrong method name assert_called_once 4bdf5fc Updated from global requirements 90ea2b2 Fix pep8 failures on rule E265 Please report issues to the bug tracker: = https://bugs.launchpad.net/python-cliff Doug=