14
0
forked from pool/python-Scrapy

- Update to 2.12.0:

* Dropped support for Python 3.8, added support for Python 3.13
  * start_requests can now yield items
  * Added scrapy.http.JsonResponse
  * Added the CLOSESPIDER_PAGECOUNT_NO_ITEM setting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=44
This commit is contained in:
2024-12-03 08:25:27 +00:00
committed by Git OBS Bridge
parent 1c6fbdfae1
commit 969a5b5698
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 3 08:24:29 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.12.0:
* Dropped support for Python 3.8, added support for Python 3.13
* start_requests can now yield items
* Added scrapy.http.JsonResponse
* Added the CLOSESPIDER_PAGECOUNT_NO_ITEM setting
-------------------------------------------------------------------
Thu Jul 11 10:38:36 UTC 2024 - Dirk Müller <dmueller@suse.com>