Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1315

pbr 0.9.0 released

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <doug.hellmann@dreamhost.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'doug': 0.05; 'url:launchpad': 0.05; '(python': 0.07; 'subject:released': 0.07; 'git': 0.09; 'launchpad': 0.09; 'parsing': 0.09; 'wrapper': 0.09; 'python': 0.11; 'sections': 0.14; 'apache': 0.15; 'easier.': 0.16; 'fails.': 0.16; 'from:addr:doug.hellmann': 0.16; 'from:name:doug hellmann': 0.16; 'sdist': 0.16; 'setuptools': 0.16; 'to:addr:python-announce-list': 0.16; 'directory.': 0.24; 'versions': 0.24; 'script': 0.25; 'to:2**1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'libraries': 0.31; 'run': 0.32; 'url:python': 0.33; 'announce': 0.33; 'packaging': 0.33; 'received:74.125.82': 0.34; 'received:google.com': 0.35; 'version': 0.36; 'entry': 0.36; 'url:org': 0.36; 'integration': 0.37; 'skip:- 10': 0.38; 'received:74.125': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'commands': 0.60; 'more': 0.64; 'details,': 0.68; 'includes:': 0.68; 'restore': 0.78; 'examining': 0.84; 'oslo': 0.84; 'received:74.125.82.172': 0.84
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=AIUROpDZUNgt2Flg6jpxTGFh5AX9K93NYprhN+/iW8Y=; b=dN1tUYzqbg4g2MCI6jzpFgIDGBjUwBHcLv/o+ktXrvh5/nVCw5Ym7vVTmsjnSk259y rKeqMkKExbDHXtdpd92i04X0vN4sBBWSzDuqgJoB7D8B4EXSLTLSBeRvwBUWPXnmek9C 4MeRa37cu8tY0zSaUmYEo00WpWljIvCuBN4V9A/y2IFttZyrbjocsuZVh98zkfyz2Jtc 8a7xKvDUnk34Pl/pcpN9x0XcW6b+/TlucbG3LqDw6sI6ac5zbd5NYD3+DfAeq9opyNEV 1WGCmdF3Nd1Xvn0p/i0ZL5F9p/aWtYdz1Bf7P8AfcC0tfWclg/hx++gkuwg3nkqfQbJT AzEA==
X-Gm-Message-State ALoCoQnmK5Lo7zJKbMLWY0WMM1lNO+NUcDuRDyHP5GZAa9oED31nsoxwBfgu+il20OEsdi/oOhwg
MIME-Version 1.0
X-Received by 10.180.109.168 with SMTP id ht8mr37228503wib.68.1404748105364; Mon, 07 Jul 2014 08:48:25 -0700 (PDT)
Date Mon, 7 Jul 2014 11:48:25 -0400
Subject pbr 0.9.0 released
From Doug Hellmann <doug.hellmann@dreamhost.com>
To OpenStack Development Mailing List <openstack-dev@lists.openstack.org>, Python Announce <python-announce-list@python.org>
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Mon, 07 Jul 2014 19:36:27 +0200
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 <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.11605.1404754588.18130.python-announce-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404754588 news.xs4all.nl 2846 [2001:888:2000:d::a6]:59492
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1315

Show key headers only | View raw


The Oslo team is pleased to announce the release of pbr 0.9.0.

pbr (Python Build Reasonableness) is a wrapper for setuptools to make
packaging python libraries and applications easier.

For more details, see https://pypi.python.org/pypi/pbr and
http://docs.openstack.org/developer/pbr/

This release includes:

$ git log --abbrev-commit --pretty=oneline --no-merges 0.8.2..0.9.0
fa17f42 Allow examining parsing exceptions.
ec1009c Update integration script for Apache 2.4
b07a50b Restore Monkeypatched Distribution Instance
715c597 Register testr as a distutil entry point
6541911 Check for git before querying it for a version
6f4ff3c Allow _run_cmd to run commands in any directory.
2e2245c Make setUp fail if sdist fails.
e01b28e Permit pre-release versions with git metadata
bdb0191 Un-nest some sections of code

Please report issues using the launchpad tracker: https://launchpad.net/pbr

Doug

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

pbr 0.9.0 released Doug Hellmann <doug.hellmann@dreamhost.com> - 2014-07-07 11:48 -0400

csiph-web