From 042b2fa42e84329666c5899fa75061444a80cb8241c83da9d11d467ed8f7f73e Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 24 Nov 2013 21:16:53 +0000
Subject: [PATCH] Accepting request 208222 from
home:posophe:branches: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
OBS-URL: https://build.opensuse.org/request/show/208222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=16
---
pyquery-1.2.4.tar.gz | 3 ---
pyquery-1.2.6.zip | 3 +++
python-pyquery.changes | 11 +++++++++++
python-pyquery.spec | 5 +++--
4 files changed, 17 insertions(+), 5 deletions(-)
delete mode 100644 pyquery-1.2.4.tar.gz
create mode 100644 pyquery-1.2.6.zip
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