14
0

Accepting request 213835 from Cloud:OpenStack:Master

- update to 1.2.8:
  * Fixed #22: Open by filename fails when file contains invalid xml
- changes from 1.2.7:
  * Use pep8 name for methods but keep an alias for camel case method.
  * text() now return an empty string instead of None if there is no text node

OBS-URL: https://build.opensuse.org/request/show/213835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=18
This commit is contained in:
Sascha Peilicke
2014-01-14 09:56:34 +00:00
committed by Git OBS Bridge
parent 042b2fa42e
commit 2ba8fe0a7a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 13 13:58:37 UTC 2014 - dmueller@suse.com
- update to 1.2.8:
* Fixed #22: Open by filename fails when file contains invalid xml
- changes from 1.2.7:
* Use pep8 name for methods but keep an alias for camel case method.
* text() now return an empty string instead of None if there is no text node
-------------------------------------------------------------------
Sun Nov 24 21:12:20 UTC 2013 - p.drouand@gmail.com