From a3c3766a9abd0469a2fa287a25e33dec43c1d98212771094c30a18e7af396fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:40:33 +0000 Subject: [PATCH] Accepting request 1006814 from home:yarunachalam:branches:devel:languages:python - Update to v1.0.6 Fixes a regression introduced in 1.0.5 that would cause the re parameter of ItemLoader.add_xpath and similar methods to be passed to lxml, which would trigger an exception when the value of re was a compiled pattern and not a string (#56). OBS-URL: https://build.opensuse.org/request/show/1006814 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemloaders?expand=0&rev=4 --- itemloaders-1.0.4-gh.tar.gz | 3 --- itemloaders-1.0.6-gh.tar.gz | 3 +++ python-itemloaders.changes | 7 +++++++ python-itemloaders.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 itemloaders-1.0.4-gh.tar.gz create mode 100644 itemloaders-1.0.6-gh.tar.gz diff --git a/itemloaders-1.0.4-gh.tar.gz b/itemloaders-1.0.4-gh.tar.gz deleted file mode 100644 index 7d9d393..0000000 --- a/itemloaders-1.0.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c6a0aeb17bbfa822a225897e25222ac02fd4796691f753abe862eb93713c716 -size 26673 diff --git a/itemloaders-1.0.6-gh.tar.gz b/itemloaders-1.0.6-gh.tar.gz new file mode 100644 index 0000000..4decbff --- /dev/null +++ b/itemloaders-1.0.6-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3062419ae2ef3aac1a8882b76b31c78f1a3d3429a9af853808047a0971cd0ed7 +size 26912 diff --git a/python-itemloaders.changes b/python-itemloaders.changes index 2b3f3f1..23a98a3 100644 --- a/python-itemloaders.changes +++ b/python-itemloaders.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 29 02:56:10 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.0.6 + Fixes a regression introduced in 1.0.5 that would cause the re parameter of ItemLoader.add_xpath and similar methods to be + passed to lxml, which would trigger an exception when the value of re was a compiled pattern and not a string (#56). + ------------------------------------------------------------------- Sat Oct 30 12:58:13 UTC 2021 - Ben Greiner diff --git a/python-itemloaders.spec b/python-itemloaders.spec index f21b337..9c44959 100644 --- a/python-itemloaders.spec +++ b/python-itemloaders.spec @@ -1,7 +1,7 @@ # # spec file for package python-itemloaders # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # Scrapy and thus itemadapter on TW have disabled python36 due to uvloop %define skip_python36 1 Name: python-itemloaders -Version: 1.0.4 +Version: 1.0.6 Release: 0 Summary: Base library for scrapy's ItemLoader License: BSD-3-Clause