SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-itemadapter-0.8.0-3.1.x86_64.rpm :

* Wed Mar 20 2024 daniel.garciaAATTsuse.com- Add pydantic2.patch to make tests compatible with pydantic2 gh#scrapy/itemadapter#76
* Thu Dec 07 2023 dmuellerAATTsuse.com- update to 0.8.0:
* Dropped Python 3.6 support, and made Python 3.11 support official
* It is now possible to declare custom `ItemAdapter` subclasses with their own `ADAPTER_CLASSES` attribute, allowing to support different item types in different parts of the same code base
* Improved type hint support
* Thu Sep 29 2022 yarunachalamAATTsuse.com- Update to 0.7.0 (2022-08-02) ItemAdapter.get_field_names_from_class (#64)- Update to 0.6.0 (2022-05-12) Slight performance improvement (#62)- Update to 0.5.0 (2022-03-18) Improve performance by removing imports inside functions (#60)
* Sat Oct 30 2021 codeAATTbnavigator.de- Update to v0.4.0
* Added ItemAdapter.is_item_class and ItemAdapter.get_field_meta_from_class (#54)
* Added built-in support for pydantic models (#53)
* Adapter interface: added the ability to support arbitrary types, by implementing a MutableMapping-based interface. By way of this change, now any type can be used as a Scrapy item.
* Dropped support for Python 3.5 (#38).
* The new get_field_meta_from_class function offers the same functionality as ItemAdapter.get_field_meta but for an item class, as opposed to an item object (#34, #35).
* ItemAdapter.__repr__ no longer raises exceptions caused by the underlying item (#31, #41).- Disable python36 build due to Scrapy
* Wed Jul 08 2020 tchvatalAATTsuse.com- Switch to multibuild- Fix the sitelib/sitearch and all the dependencies
* Tue Jul 07 2020 jacobAATTjacobwinski.com- Update spec file:
* Change to github archive, which includes tests.
* Enable tests.
* Add BuildRequires that is required for tests to pass.
* Thu Jul 02 2020 jacobAATTjacobwinski.com- Initial package of python-itemadapter version 0.1.0
 
ICM