Scrapy-deltafetch

Latest version: v2.0.1

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

------------------
* drop Python 2 support
* replace bsddb3 with Python's dbm for storing request fingerprints
* minor README fix
* option to disable deltafetch for some requests with deltafetch_enabled=False request meta key
* dev workflow: changed from Travis to Github Actions

1.2.1

------------------

* Use python idiom to check key in dict
* Update minimum Scrapy version supported by this extension to v1.1.0

1.2.0

------------------

* Log through ``logging`` module instead of (deprecated) scrapy's spider.log().
* Fix README on passing ``deltafetch_reset`` argument on the command line.

1.1.0

------------------

Adds support for callbacks returning dict items.

1.0.1

------------------

Fix package URL in setup.py

1.0.0

------------------

Initial release.

This version is functionally equivalent to scrapylib's v1.7.0
``scrapylib.deltafetch.DeltaFetch``.

The only (and major) difference is that support for ``bsddb`` is dropped
in favor of ``bsddb3``, which is a new required dependency.

.. note::
`bsddb`_ has been deprecated since Python 2.6,
and even removed in Python 3


.. _bsddb: https://docs.python.org/2/library/bsddb.html

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.