python-pbr 0.7.0-0ubuntu2 source package in Ubuntu

Changelog

python-pbr (0.7.0-0ubuntu2) trusty; urgency=medium

  * debian/patches/python-3.2-compat.patch: Updated to fix
    FTBFS with python3.2. (LP: #1298384)
 -- Chuck Short <email address hidden>   Thu, 27 Mar 2014 09:30:26 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-pbr_0.7.0.orig.tar.gz 76.2 KiB 1680e9add47561abf6aed6c18d5d9bf3c8b8f22bd9931373f28348e10c5b9fce
python-pbr_0.7.0-0ubuntu2.debian.tar.gz 4.9 KiB aba9c2d7aad2a3c7accbb1bd99e78e3cd355a68b1b001f6553fa6f0b224b4873
python-pbr_0.7.0-0ubuntu2.dsc 1.7 KiB e63e8845eada7f8372e02f829028ab249b7fd8a866ff0395cf4c475898e700c6

Available diffs

View changes file

Binary packages built by this source

python-pbr: inject useful and sensible default behaviors into setuptools - Python 2.x

 PBR (Python Build Reasonableness) is a library that injects some useful and
 sensible default behaviors into your setuptools run. PBR can:
  * Manage version number bad on git revisions and tags (Version file).
  * Generate AUTHORS file from git log
  * Generate ChangeLog from git log
  * Generate Sphinx autodoc stub files for your whole module
  * Store your dependencies in a pip requirements file
  * Use your README file as a long_description
  * Smartly find packages under your root package
 .
 PBR is only mildly configurable. The basic idea is that there's a decent way
 to run things and if you do, you should reap the rewards, because then it's
 simple and repeatable. If you want to do things differently, cool! But you've
 already got the power of Python at your fingertips, so you don't really need
 PBR.
 .
 PBR builds on top of `d2to1` to provide for declarative configuration. It then
 filters the `setup.cfg` data through a setup hook to fill in default values
 and provide more sensible behaviors.
 .
 This package provides support for Python 2.x.

python3-pbr: inject useful and sensible default behaviors into setuptools - Python 3.x

 PBR (Python Build Reasonableness) is a library that injects some useful and
 sensible default behaviors into your setuptools run. PBR can:
  * Manage version number bad on git revisions and tags (Version file).
  * Generate AUTHORS file from git log
  * Generate ChangeLog from git log
  * Generate Sphinx autodoc stub files for your whole module
  * Store your dependencies in a pip requirements file
  * Use your README file as a long_description
  * Smartly find packages under your root package
 .
 PBR is only mildly configurable. The basic idea is that there's a decent way
 to run things and if you do, you should reap the rewards, because then it's
 simple and repeatable. If you want to do things differently, cool! But you've
 already got the power of Python at your fingertips, so you don't really need
 PBR.
 .
 PBR builds on top of `d2to1` to provide for declarative configuration. It then
 filters the `setup.cfg` data through a setup hook to fill in default values
 and provide more sensible behaviors.
 .
 This package provides support for Python 3.x.