From 50ff002688756037742b2707f96af639f2bb95964edb0c3b0c07157f8bd0da07 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 25 Aug 2021 11:31:23 +0000 Subject: [PATCH] Accepting request 914195 from home:glaubitz:branches:devel:languages:python - Update to 1.6.0: * Python 3.4 is no longer supported * New `Selector.remove()` and `SelectorList.remove()` methods to remove selected elements from the parsed document tree * Improvements to error reporting, test coverage and documentation, and code cleanup OBS-URL: https://build.opensuse.org/request/show/914195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=18 --- parsel-1.5.2.tar.gz | 3 --- parsel-1.6.0.tar.gz | 3 +++ python-parsel.changes | 10 ++++++++++ python-parsel.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 parsel-1.5.2.tar.gz create mode 100644 parsel-1.6.0.tar.gz diff --git a/parsel-1.5.2.tar.gz b/parsel-1.5.2.tar.gz deleted file mode 100644 index 818cef1..0000000 --- a/parsel-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4da4262ba4605573b6b72a5f557616a2fc9dee7a47a1efad562752a28d366723 -size 41134 diff --git a/parsel-1.6.0.tar.gz b/parsel-1.6.0.tar.gz new file mode 100644 index 0000000..f9c082b --- /dev/null +++ b/parsel-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70efef0b651a996cceebc69e55a85eb2233be0890959203ba7c3a03c72725c79 +size 41812 diff --git a/python-parsel.changes b/python-parsel.changes index 055a654..b510101 100644 --- a/python-parsel.changes +++ b/python-parsel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 25 09:43:47 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.6.0: + * Python 3.4 is no longer supported + * New `Selector.remove()` and `SelectorList.remove()` methods to + remove selected elements from the parsed document tree + * Improvements to error reporting, test coverage and documentation, + and code cleanup + ------------------------------------------------------------------- Mon Mar 15 08:18:14 UTC 2021 - Dirk Müller diff --git a/python-parsel.spec b/python-parsel.spec index fb18108..0855dbe 100644 --- a/python-parsel.spec +++ b/python-parsel.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-parsel -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: Library to extract data from HTML and XML using XPath and CSS selectors License: BSD-3-Clause @@ -29,13 +29,13 @@ Source: https://files.pythonhosted.org/packages/source/p/parsel/parsel-% BuildRequires: %{python_module cssselect >= 0.9} BuildRequires: %{python_module lxml} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.5.2} +BuildRequires: %{python_module six >= 1.6.0} BuildRequires: %{python_module w3lib >= 1.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cssselect >= 0.9 Requires: python-lxml -Requires: python-six >= 1.5.2 +Requires: python-six >= 1.6.0 Requires: python-w3lib >= 1.8.0 BuildArch: noarch %ifpython2