1
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:
Dirk Mueller 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4771db76bd14352eba006463656aef990a0147a0eeaf094725097acfa90442bf
size 45215

3
pyquery-1.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fcf77c72e3d602ce10a0bd4e65f57f0945c18e15627e49130c27172d4939d98
size 47983

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 24 17:21:55 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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
-------------------------------------------------------------------
Mon Feb 25 09:00:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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