2024-06-19 07:18:36 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-10-24 19:07:51 +00:00
|
|
|
Thu Oct 24 19:06:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.3.2:
|
|
|
|
|
* Added official support for the upcoming Python 3.13
|
|
|
|
|
* Removed ``w3lib`` from direct dependencies (it's not used
|
|
|
|
|
directly but is an indirect dependency via ``parsel``)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-06-19 07:18:36 +00:00
|
|
|
Wed Jun 19 07:18:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.3.1:
|
|
|
|
|
* Fixed an error when using nested loaders with empty matches
|
|
|
|
|
that was introduced in 1.3.0
|
|
|
|
|
|
2024-06-04 20:39:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 4 20:38:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.3.0:
|
|
|
|
|
* Added support for method chaining to the `add_*` and
|
|
|
|
|
`replace_*` methods
|
|
|
|
|
* Added type hints and `py.typed`
|
|
|
|
|
* Made the docs builds reproducible
|
|
|
|
|
|
2024-04-20 15:45:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 20 15:44:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.0:
|
|
|
|
|
* Added official support for Python 3.12 and PyPy 3.10
|
|
|
|
|
* Removed official support for Python 3.7
|
|
|
|
|
* Improved performance of ``itemloaders.utils.arg_to_iter``
|
|
|
|
|
* Fixed test expectations on recent Python versions
|
|
|
|
|
|
2024-01-06 20:31:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2022-09-29 09:40:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 29 02:56:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
2024-01-06 20:31:26 +00:00
|
|
|
- Update to v1.0.6
|
2022-09-29 09:40:33 +00:00
|
|
|
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).
|
|
|
|
|
|
2021-10-30 16:08:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 30 12:58:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Disable python36, because Scrapy on TW and itemadapter have
|
|
|
|
|
disabled it due to uvloop
|
|
|
|
|
|
2021-04-28 13:46:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 28 09:42:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Initial specfile for v1.0.4
|
2024-01-06 20:31:26 +00:00
|
|
|
- Required by python-Scrapy 2.5.0
|