Changelog for
python310-itemloaders-1.2.0-1.1.noarch.rpm :
* Sat Apr 20 2024 Dirk Müller
- 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
* Sat Jan 06 2024 Dirk Müller - 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 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 2021 Ben Greiner - Disable python36, because Scrapy on TW and itemadapter have disabled it due to uvloop
* Wed Apr 28 2021 Ben Greiner - Initial specfile for v1.0.4- Required by python-Scrapy 2.5.0