14
0

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
This commit is contained in:
2022-09-29 09:40:33 +00:00
committed by Git OBS Bridge
parent e44f807956
commit a3c3766a9a
4 changed files with 12 additions and 5 deletions

View File

@@ -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