diff --git a/pyquery-1.2.4.tar.gz b/pyquery-1.2.4.tar.gz deleted file mode 100644 index 79185c3..0000000 --- a/pyquery-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7 -size 23999 diff --git a/pyquery-1.2.6.zip b/pyquery-1.2.6.zip new file mode 100644 index 0000000..901b928 --- /dev/null +++ b/pyquery-1.2.6.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732bbb1758508a1284b53fcdce9d96aa53cb63ce93d54b38d286f4281a12ac24 +size 41203 diff --git a/python-pyquery.changes b/python-pyquery.changes index 57dd1d2..b2f661e 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 24 21:12:20 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.2.6 + + README_fixt.py was not include in the release. Fix #54. +- Changes from version 1.2.5 + + cssselect compat. See https://github.com/SimonSapin/cssselect/pull/22 + + tests improvments. no longer require a eth connection. + fix #55 +- Add unzip BuildRequires to support format of tarball + ------------------------------------------------------------------- Thu Oct 24 11:12:17 UTC 2013 - speilicke@suse.com diff --git a/python-pyquery.spec b/python-pyquery.spec index ed48fe1..67d71e5 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -17,16 +17,17 @@ Name: python-pyquery -Version: 1.2.4 +Version: 1.2.6 Release: 0 Summary: A jQuery-like library for python License: BSD-3-Clause Group: Development/Languages/Python Url: http://pypi.python.org/pypi/pyquery -Source: http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.zip BuildRequires: python-devel BuildRequires: python-lxml BuildRequires: python-setuptools +BuildRequires: unzip Requires: python-lxml BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110