From 13c3a4554697fb05996648737e07ef225f5dadaebceb28a4ed5aebdc310b9465 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Nov 2019 15:09:29 +0000 Subject: [PATCH] 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 --- pyquery-1.4.0.tar.gz | 3 --- pyquery-1.4.1.tar.gz | 3 +++ python-pyquery.changes | 14 ++++++++++++++ python-pyquery.spec | 9 +++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 pyquery-1.4.0.tar.gz create mode 100644 pyquery-1.4.1.tar.gz diff --git a/pyquery-1.4.0.tar.gz b/pyquery-1.4.0.tar.gz deleted file mode 100644 index 1d655d8..0000000 --- a/pyquery-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4771db76bd14352eba006463656aef990a0147a0eeaf094725097acfa90442bf -size 45215 diff --git a/pyquery-1.4.1.tar.gz b/pyquery-1.4.1.tar.gz new file mode 100644 index 0000000..241edbb --- /dev/null +++ b/pyquery-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcf77c72e3d602ce10a0bd4e65f57f0945c18e15627e49130c27172d4939d98 +size 47983 diff --git a/python-pyquery.changes b/python-pyquery.changes index 0763522..edd90ea 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Nov 24 17:21:55 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-pyquery.spec b/python-pyquery.spec index 4f1528b..038d07d 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -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