Accepting request 208223 from devel:languages:python

- 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 (forwarded request 208222 from posophe)

OBS-URL: https://build.opensuse.org/request/show/208223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-11-25 14:02:58 +00:00 committed by Git OBS Bridge
commit 521486a8eb
4 changed files with 17 additions and 5 deletions

View File

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

3
pyquery-1.2.6.zip Normal file
View File

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

View File

@ -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 Thu Oct 24 11:12:17 UTC 2013 - speilicke@suse.com

View File

@ -17,16 +17,17 @@
Name: python-pyquery Name: python-pyquery
Version: 1.2.4 Version: 1.2.6
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
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pyquery 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-devel
BuildRequires: python-lxml BuildRequires: python-lxml
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: unzip
Requires: python-lxml Requires: python-lxml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110