forked from pool/python-pyquery
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:
parent
042b2fa42e
commit
2ba8fe0a7a
@ -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
3
pyquery-1.2.8.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59af39301bad397e085e5080987f94ef30672f1cf8e73d19d3307b3b63c3cb4b
|
||||||
|
size 42552
|
@ -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
|
Sun Nov 24 21:12:20 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyquery
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyquery
|
Name: python-pyquery
|
||||||
Version: 1.2.6
|
Version: 1.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A jQuery-like library for python
|
Summary: A jQuery-like library for python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user