15
0
forked from pool/python-pbr

- Update to version pbr-0.6.14.g6ffff7c:

* Factor run_cmd out of the base class
  * Return the real class in VersionInfo __repr__
  * Fix up some docstrings
  * Init sphinx config values before accessing them
  * Remove copyright from empty files
  * Declare support for Python versions in setup.cfg
  * Updated from global requirements
  * Remove unused _parse_mailmap()
  * Add support for python 3-<3.3
  * Remove tox locale overrides
  * Do not force log verbosity level to info
  0.6
  * package: read a specific Python version requirement file
- Fix dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2014-03-18 14:48:30 +00:00
committed by Git OBS Bridge
parent 9861a59005
commit 5ebd3fd8b5
4 changed files with 38 additions and 18 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com
- Update to version pbr-0.6.14.g6ffff7c:
* Factor run_cmd out of the base class
* Return the real class in VersionInfo __repr__
* Fix up some docstrings
* Init sphinx config values before accessing them
* Remove copyright from empty files
* Declare support for Python versions in setup.cfg
* Updated from global requirements
* Remove unused _parse_mailmap()
* Add support for python 3-<3.3
* Remove tox locale overrides
* Do not force log verbosity level to info
0.6
* package: read a specific Python version requirement file
- Fix dependencies
-------------------------------------------------------------------
Thu Jan 9 09:20:10 UTC 2014 - speilicke@suse.com