From 2ba8fe0a7a6bdba69d02916ef1c44082adeae0391a06f12cad792dd8a1ec4b34 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 14 Jan 2014 09:56:34 +0000 Subject: [PATCH] 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 --- pyquery-1.2.6.zip | 3 --- pyquery-1.2.8.zip | 3 +++ python-pyquery.changes | 9 +++++++++ python-pyquery.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyquery-1.2.6.zip create mode 100644 pyquery-1.2.8.zip diff --git a/pyquery-1.2.6.zip b/pyquery-1.2.6.zip deleted file mode 100644 index 901b928..0000000 --- a/pyquery-1.2.6.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732bbb1758508a1284b53fcdce9d96aa53cb63ce93d54b38d286f4281a12ac24 -size 41203 diff --git a/pyquery-1.2.8.zip b/pyquery-1.2.8.zip new file mode 100644 index 0000000..d15988b --- /dev/null +++ b/pyquery-1.2.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59af39301bad397e085e5080987f94ef30672f1cf8e73d19d3307b3b63c3cb4b +size 42552 diff --git a/python-pyquery.changes b/python-pyquery.changes index b2f661e..6c60562 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -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 diff --git a/python-pyquery.spec b/python-pyquery.spec index 67d71e5..753a5d3 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -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