15
0
forked from pool/python-pbr

Accepting request 311216 from home:tbechtold:branches:devel:languages:python

- update to 1.1.0:
  * Fix test case to be runnable with gnupg 2.1
  * More explicit data_files install location docs
  * Move CapturedSubprocess fixture to base
  * Remove sphinx_config.init_values() manual call
  * Updated from global requirements
  * builddoc: allow to use fnmatch-style exclusion for autodoc
  * doc: add some basic doc about pbr doc options
  * Add home-page into sample setup.cfg
  * Make setup.py --help-commands work without testrepository
- Removed 0001-Remove-sphinx_config.init_values-manual-call.patch
  Applied upstream.

OBS-URL: https://build.opensuse.org/request/show/311216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=31
This commit is contained in:
2015-06-12 08:27:14 +00:00
committed by Git OBS Bridge
parent aac8c9f974
commit 16cb1d65f8
5 changed files with 20 additions and 63 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jun 9 07:17:47 UTC 2015 - tbechtold@suse.com
- update to 1.1.0:
* Fix test case to be runnable with gnupg 2.1
* More explicit data_files install location docs
* Move CapturedSubprocess fixture to base
* Remove sphinx_config.init_values() manual call
* Updated from global requirements
* builddoc: allow to use fnmatch-style exclusion for autodoc
* doc: add some basic doc about pbr doc options
* Add home-page into sample setup.cfg
* Make setup.py --help-commands work without testrepository
- Removed 0001-Remove-sphinx_config.init_values-manual-call.patch
Applied upstream.
-------------------------------------------------------------------
Tue Jun 2 16:19:13 UTC 2015 - tbechtold@suse.com