14
0

Accepting request 750900 from home:apersaud:branches:devel:languages:python

Added changes as requested in SR#750611. Hope I understood the comments there correctly.

- specfile:
  * be more specific in %files section
- update to version 1.4.1:
  * This is the latest release with py2 support
  * Remove py33, py34 support
  * web scraping improvements: default timeout and session support
  * Add API methods to serialize form-related elements according to
    spec
  * Include HTML markup when querying textarea text/value

OBS-URL: https://build.opensuse.org/request/show/750900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=32
This commit is contained in:
2019-11-27 15:09:29 +00:00
committed by Git OBS Bridge
parent 659c21ad9a
commit 13c3a45546
4 changed files with 22 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyquery
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,12 @@
%bcond_with test
%endif
Name: python-pyquery%{psuffix}
Version: 1.4.0
Version: 1.4.1
Release: 0
Summary: A jQuery-like library for python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://pypi.python.org/pypi/pyquery
URL: https://pypi.python.org/pypi/pyquery
Source: https://files.pythonhosted.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module cssselect > 0.7.9}
@@ -77,7 +77,8 @@ XML and HTML manipulation.
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst README.rst
%{python_sitelib}/*
%{python_sitelib}/pyquery/
%{python_sitelib}/pyquery-%{version}-py*.egg-info
%endif
%changelog