Compare commits
10 Commits
c46ee4cf7f
...
02ccf262dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02ccf262dc | ||
|
|
6f92dadc8b | ||
|
|
0a1e6cfc46 | ||
|
|
d6a83f69f1 | ||
|
|
a403a2035d | ||
|
|
7064f4fbe3 | ||
|
|
076d0c6080 | ||
|
|
71cc51492a | ||
|
|
dda3e159a1 | ||
|
|
cf33299ed5 |
Binary file not shown.
BIN
pyquery-1.4.1.tar.gz
Executable file
BIN
pyquery-1.4.1.tar.gz
Executable file
Binary file not shown.
@ -1,43 +1,39 @@
|
|||||||
Name: python-pyquery
|
Name: python-pyquery
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A jquery-like library for python
|
Summary: A jquery-like library for python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pypi.python.org/pypi/pyquery
|
URL: http://pypi.python.org/pypi/pyquery
|
||||||
Source0: https://files.pythonhosted.org/packages/e4/46/596311bb390c902b61499ff9fd5a355cdf85c8455737cb0f08c6c2c13e22/pyquery-1.4.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/6b/94/4663206f709ac32446e995227cc5be34d5e2aa74ba8f92b8083c2740d3d7/pyquery-1.4.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel, python2-setuptools, python2-beautifulsoup, python2-cssselect
|
|
||||||
BuildRequires: python2-lxml >= 2.1, python2-nose, python2-requests, python2-restkit
|
|
||||||
BuildRequires: python2-webob, python2-webtest
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pyquery allows you to make jquery queries on xml documents.
|
pyquery allows you to make jquery queries on xml documents.
|
||||||
The API is as much as possible the similar to jquery.
|
The API is as much as possible the similar to jquery.
|
||||||
pyquery uses lxml for fast xml and html manipulation.
|
pyquery uses lxml for fast xml and html manipulation.
|
||||||
|
|
||||||
|
%package -n python3-pyquery
|
||||||
|
%{?python_provide:%python_provide python3-pyquery}
|
||||||
|
Summary: A jquery-like library for python
|
||||||
|
BuildRequires: python3-devel, python3-setuptools
|
||||||
|
Requires: python3-lxml >= 2.1, python3-cssselect
|
||||||
|
|
||||||
|
%description -n python3-pyquery
|
||||||
|
pyquery allows you to make jquery queries on xml documents.
|
||||||
|
The API is as much as possible the similar to jquery.
|
||||||
|
pyquery uses lxml for fast xml and html manipulation.
|
||||||
|
|
||||||
%package -n python2-pyquery
|
%package -n python2-pyquery
|
||||||
%{?python_provide:%python_provide python2-pyquery}
|
%{?python_provide:%python_provide python2-pyquery}
|
||||||
Summary: A jquery-like library for python
|
Summary: A jquery-like library for python
|
||||||
Requires: python2-lxml >= 2.1, python2-cssselect
|
Requires: python2-lxml >= 2.1, python2-cssselect
|
||||||
|
BuildRequires: python2-devel, python2-setuptools
|
||||||
|
|
||||||
%description -n python2-pyquery
|
%description -n python2-pyquery
|
||||||
pyquery allows you to make jquery queries on xml documents.
|
pyquery allows you to make jquery queries on xml documents.
|
||||||
The API is as much as possible the similar to jquery.
|
The API is as much as possible the similar to jquery.
|
||||||
pyquery uses lxml for fast xml and html manipulation.
|
pyquery uses lxml for fast xml and html manipulation.
|
||||||
|
|
||||||
%package -n python3-pyquery
|
|
||||||
%{?python_provide:%python_provide python3-pyquery}
|
|
||||||
Summary: A jquery-like library for python
|
|
||||||
BuildRequires: python3-devel, python3-setuptools, python3-cssselect, python3-lxml >= 2.1
|
|
||||||
BuildRequires: python3-nose, python3-requests, python3-webob, python3-webtest
|
|
||||||
Requires: python3-lxml >= 2.1, python3-cssselect
|
|
||||||
|
|
||||||
%description -n python3-pyquery
|
|
||||||
pyquery allows you to make jquery queries on xml documents.
|
|
||||||
The API is as much as possible the similar to jquery.
|
|
||||||
pyquery uses lxml for fast xml and html manipulation.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pyquery-%{version} -p1
|
%autosetup -n pyquery-%{version} -p1
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -56,12 +52,6 @@ cd %{py3dir}
|
|||||||
cd -
|
cd -
|
||||||
%py2_install
|
%py2_install
|
||||||
|
|
||||||
%check
|
|
||||||
cd %{py3dir}
|
|
||||||
nosetests-%{python3_version}
|
|
||||||
cd -
|
|
||||||
nosetests-2
|
|
||||||
|
|
||||||
%files -n python2-pyquery
|
%files -n python2-pyquery
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
@ -71,5 +61,16 @@ nosetests-2
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2023 wangkai <13474090681@163.com> - 1.4.1-3
|
||||||
|
- Add python2 subpackage for python-webtest build
|
||||||
|
|
||||||
|
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 1.4.1-2
|
||||||
|
- remove python2 dependency
|
||||||
|
|
||||||
|
* Thu Jul 16 2020 jixinjie <jixinjie@huawei.com> - 1.4.1-1
|
||||||
|
- update package to 1.4.1
|
||||||
|
|
||||||
|
* Fri Feb 28 2020 hy-euler <eulerstoragemt@huawei.com> - 1.4.0-3
|
||||||
|
- the package is used for python-webtest building, no needs to test.
|
||||||
* Mon Feb 17 2020 Ruijun Ge <geruijun@huawei.com> - 1.4.0-2
|
* Mon Feb 17 2020 Ruijun Ge <geruijun@huawei.com> - 1.4.0-2
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
4
python-pyquery.yaml
Normal file
4
python-pyquery.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: pyquery
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user