Accepting request 213840 from devel:languages:python

- 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 (forwarded request 213835 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-01-15 15:27:10 +00:00 committed by Git OBS Bridge
commit 0be092a032
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:732bbb1758508a1284b53fcdce9d96aa53cb63ce93d54b38d286f4281a12ac24
size 41203

3
pyquery-1.2.8.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59af39301bad397e085e5080987f94ef30672f1cf8e73d19d3307b3b63c3cb4b
size 42552

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

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pyquery
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-pyquery
Version: 1.2.6
Version: 1.2.8
Release: 0
Summary: A jQuery-like library for python
License: BSD-3-Clause