15
0
forked from pool/python-pbr

Accepting request 297159 from home:frispete:python

- update to version 0.10.8
  - 0.10.8
    * Support script text override for newer develop
  - 0.10.7
    * _get_revno only returns a commit count
  - 0.10.6
    * Integration test PBR commits
  - 0.10.5
    * Move write_pbr_json to avoid issues with nose
  - 0.10.4
    * Properly check for git before getting git dir
    * Use post version signifiers
    * Only import sphinx during hook processing
  - 0.10.3
    * Stop including git sha in version strings
    * Write and read more complex git sha info
  - 0.10.2
    * Remove all 2.7 filtering
    * Stop filtering out argparse
    * Remove mirror testing from the integration script
  - 0.10.1
    * Prefix git suffixes with + instead of 
- fix Sphinx config.init_values fallout
- add update-alternatives
- remove outdated patches
- put docs in its own package

OBS-URL: https://build.opensuse.org/request/show/297159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=24
This commit is contained in:
Denisart Benjamin
2015-04-18 10:39:41 +00:00
committed by Git OBS Bridge
parent b7538471ce
commit f332894a2a
7 changed files with 85 additions and 71 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Apr 16 08:53:20 UTC 2015 - hpj@urpla.net
- update to version 0.10.8
- 0.10.8
* Support script text override for newer develop
- 0.10.7
* _get_revno only returns a commit count
- 0.10.6
* Integration test PBR commits
- 0.10.5
* Move write_pbr_json to avoid issues with nose
- 0.10.4
* Properly check for git before getting git dir
* Use post version signifiers
* Only import sphinx during hook processing
- 0.10.3
* Stop including git sha in version strings
* Write and read more complex git sha info
- 0.10.2
* Remove all 2.7 filtering
* Stop filtering out argparse
* Remove mirror testing from the integration script
- 0.10.1
* Prefix git suffixes with + instead of
- fix Sphinx config.init_values fallout
- add update-alternatives
- remove outdated patches
- put docs in its own package
-------------------------------------------------------------------
Fri Oct 24 09:38:37 UTC 2014 - toddrme2178@gmail.com