Revisions of python-itemadapter
Ana Guerrero (anag+factory)
accepted
request 1173911
from
Dirk Mueller (dirkmueller)
(revision 6)
- update to 0.9.0: * Dropped Python 3.7 support, added official Python 3.12 support * Updated the documentation and the type hint about `ItemAdapter.ADAPTER_CLASSES` to say that subclasses can use any iterable, not just `collections.deque` * Documented that `Pydantic >= 2` is not supported yet * Updated CI configuration
Dominique Leuenberger (dimstar_suse)
accepted
request 1159849
from
Daniel Garcia (dgarcia)
(revision 5)
- Add pydantic2.patch to make tests compatible with pydantic2 gh#scrapy/itemadapter#76
Ana Guerrero (anag+factory)
accepted
request 1131744
from
Dirk Mueller (dirkmueller)
(revision 4)
- 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 Improve performance by removing imports inside functions (#60) - Disable python36 build due to Scrapy
Dominique Leuenberger (dimstar_suse)
accepted
request 819360
from
Tomáš Chvátal (scarabeus_iv)
(revision 1)
Displaying all 6 revisions