forked from pool/python-parsel
Accepting request 914220 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4da4262ba4605573b6b72a5f557616a2fc9dee7a47a1efad562752a28d366723
|
||||
size 41134
|
||||
3
parsel-1.6.0.tar.gz
Normal file
3
parsel-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70efef0b651a996cceebc69e55a85eb2233be0890959203ba7c3a03c72725c79
|
||||
size 41812
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 09:43:47 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user