[packages/python-pyquery] Version 1.2.1-1.
matkor
matkor at pld-linux.org
Wed Oct 10 13:14:20 CEST 2012
commit f9c3689f1ff0667dcfd63588fdc06da288fecc77
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Wed Oct 10 12:27:52 2012 +0200
Version 1.2.1-1.
python-pyquery.spec | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/python-pyquery.spec b/python-pyquery.spec
index 9df5789..151f224 100644
--- a/python-pyquery.spec
+++ b/python-pyquery.spec
@@ -1,18 +1,19 @@
%define module pyquery
-Summary: PyQuery - A jquery-like library for python
-Summary(pl.UTF-8): PyQuery
+Summary: A jquery-like library for Python
+Summary(pl.UTF-8): Podobna do jquery biblioteka dla Pythona
Name: python-%{module}
-Version: 0.3.1
-Release: 6
+Version: 1.2.1
+Release: 1
License: BSD
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/p/pyquery/%{module}-%{version}.tar.gz
-# Source0-md5: 6fce9d759b44a9963eb39eda31aa10d7
+# Source0-md5: f4564c372e3905772d0fe094bc00baf6
URL: http://pypi.python.org/pypi/pyquery
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
+Requires: python-cssselect
Requires: python-lxml
Requires: python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +24,9 @@ as much as possible the similar to jquery. pyquery uses lxml for fast
xml and html manipulation.
%description -l pl.UTF-8
+Pyquery pozwala na wykonywanie zapytań jquery na dokumentach XML.
+Interfejs jest jak to tylko możliwe podobny do jquery. Pyquery używa lxml
+do szybkiej manipulacji plików XML i HTML.
%prep
%setup -q -n %{module}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyquery.git/commitdiff/5f76d9040533e2b289487163290f3a23d929916e
More information about the pld-cvs-commit
mailing list