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:
commit
521486a8eb
@ -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
3
pyquery-1.2.6.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:732bbb1758508a1284b53fcdce9d96aa53cb63ce93d54b38d286f4281a12ac24
|
||||
size 41203
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user