14
0

- update to 1.1.0:

* Added JMESPath support (`ItemLoader.add_jmes` etc.),
    requiring Parsel 1.8.1+
  * Added official support for Python 3.11
  * Removed official support for Python 3.6
  * Internal code cleanup
- Update to v1.0.6
- Required by python-Scrapy 2.5.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemloaders?expand=0&rev=6
This commit is contained in:
2024-01-06 20:31:26 +00:00
committed by Git OBS Bridge
parent a3c3766a9a
commit 3cb2ef42f4
4 changed files with 24 additions and 12 deletions

View File

@@ -1,7 +1,17 @@
-------------------------------------------------------------------
Sat Jan 6 20:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Added JMESPath support (`ItemLoader.add_jmes` etc.),
requiring Parsel 1.8.1+
* Added official support for Python 3.11
* Removed official support for Python 3.6
* Internal code cleanup
-------------------------------------------------------------------
Thu Sep 29 02:56:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.0.6
- 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).
@@ -15,4 +25,4 @@ Sat Oct 30 12:58:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
Wed Apr 28 09:42:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v1.0.4
- Required by python-Scrapy 2.5.0
- Required by python-Scrapy 2.5.0