python-pbr 1.8.0-4ubuntu1 source package in Ubuntu

Changelog

python-pbr (1.8.0-4ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Drop dependencies on pip and virtualenv as these are not in Ubuntu main.
    - Fix autopkgtests to not try to test against non-default pythons.
    - Relax build-dependency on subunit, which has been raised in the
      packaging for some reason but not raised upstream.
    - Drop build-dependencies on python3-all-dev, python3-all, python-all-dev,
      python-all.  This package doesn't build anything that requires supporting
      more than one python version, or even anything that involves a binary
      extension.  Just build-depend on python, python3.

python-pbr (1.8.0-4) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

python-pbr (1.8.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- James Page <email address hidden>  Mon, 23 Nov 2015 10:48:47 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pbr_1.8.0.orig.tar.xz 74.2 KiB 2cd95d50a96ae42078d6d94ce1b09e8df5d0dc74ef7c2d64fe0e931adc9747b4
python-pbr_1.8.0-4ubuntu1.debian.tar.xz 7.3 KiB 6b3b1f8e31b5ad11e9c93fa6aad8a3937d47d0450dc379382b864fef15c5fc95
python-pbr_1.8.0-4ubuntu1.dsc 2.7 KiB c83759b4de9edf00bd16d511506f8dd273e345a17f224aee5c707f1fa55f00bd

Available diffs

View changes file

Binary packages built by this source

python-pbr: No summary available for python-pbr in ubuntu yakkety.

No description available for python-pbr in ubuntu yakkety.

python-pbr-doc: inject useful and sensible default behaviors into setuptools - doc

 PBR (Python Build Reasonableness) is a library that injects some useful and
 sensible default behaviors into your setuptools run. PBR can:
  * Manage version number based 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 the documentation.

python3-pbr: No summary available for python3-pbr in ubuntu yakkety.

No description available for python3-pbr in ubuntu yakkety.