15
0
forked from pool/python-augeas

Accepting request 348637 from home:ecsos

update to 0.5.0

OBS-URL: https://build.opensuse.org/request/show/348637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=7
This commit is contained in:
2015-12-17 13:39:09 +00:00
committed by Git OBS Bridge
parent a6488520cf
commit 0b27720000
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Dec 13 00:27:16 UTC 2015 - ecsos@opensuse.org
- New upstream release 0.5.0
* Make syntax-compatible with both Python 3 and 2.
* Remove the libpython hack.
* Make tests syntax compatible with both Python 3 and 2.
* Make test failures more verbose.
* Improve error messages.
* Fix exception tests.
* Convert unicode at the C boundary.
* Add Python 3.3 to CI, and disallow failures.
* Add Travis CI settings
* Allow failures for python 3.2
* Add text_store to the API
* Add text_retrieve to the API
* Add rename to the API
* Add transform to the API
* Add label to the API
* Use the packages from the augeas-dev PPA
* Warning: the 'name' parameter in add_transform is deprecated
-------------------------------------------------------------------
Mon Dec 9 14:34:05 UTC 2013 - aj@ajaissle.de