15
0

Accepting request 304458 from home:benoit_monin:branches:devel:languages:python

- update to version 0.5.5
- replace README with README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/304458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzillatools?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2015-04-28 21:13:28 +00:00
committed by Git OBS Bridge
parent 690ddeefe6
commit 3c70f3b4ce
4 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Apr 28 20:56:37 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.5.5:
* comment command learned the --private option
* fix comment enumeration order
* fix string encoding error when invoking editor which could lead
to invalid XML being sent to server
- additional changes from version 0.5.4:
* better error messages on missing server/account configuration
(#3)
* remove fields without name data from bug records (#5)
* make user and password configuration optional (#12)
- additional changes from version 0.5.3.1:
* fix installation error
- additional changes from version 0.5.3:
* editor: fix incorrect path to vi(1) when EDITOR is not defined
* create command: treat "defaulted" fields as mandatory in case
no default is set
* ui: fix some unicode encoding errors
* fields command: handle minor changes in result format in 4.4
* correct the name of the platform field
(platform -> rep_platform)
* expand bzr plugin documentation
- replace README with README.rst: changed upstream
-------------------------------------------------------------------
Mon Oct 21 13:13:33 UTC 2013 - speilicke@suse.com