public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scrapy] rawhide: Update to 2.18.0. Fixes rhbz#2520589
@ 2026-08-22 21:15 Eduardo Echeverria
0 siblings, 0 replies; only message in thread
From: Eduardo Echeverria @ 2026-08-22 21:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-scrapy
Branch : rawhide
Commit : ecfa608c55c0589cc4e3ec0a81ec0d4f3f7554b4
Author : Eduardo Echeverria <echevemaster@gmail.com>
Date : 2026-08-22T18:15:40-03:00
Stats : +2/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-scrapy/c/ecfa608c55c0589cc4e3ec0a81ec0d4f3f7554b4?branch=rawhide
Log:
Update to 2.18.0. Fixes rhbz#2520589
- HttpxDownloadHandler now uses httpx2, successor of httpx
- Twisted-based HTTP/2 download handler is no longer experimental
- brotli and Zstandard support are now always available; new optional extras cover the rest of optional features
- Late Crawler attributes (stats, engine, extensions, etc.) now raise RuntimeError instead of being None before the crawl starts
- Item exporters now export fields in declaration order
- New MetaCopyDetectionMiddleware, enabled by default
- New robots_parsed signal and RobotParser.crawl_delay() method
- Added Request.to_curl() method
- Added FTPS feed storage backend
- CONCURRENT_REQUESTS can now be set to 0 for no limit
- HttpCacheMiddleware now handles corrupted cache entries as a cache miss instead of raising
---
diff --git a/python-scrapy.spec b/python-scrapy.spec
index 6e80cde..8de9a04 100644
--- a/python-scrapy.spec
+++ b/python-scrapy.spec
@@ -1,7 +1,7 @@
%global pypi_name Scrapy
%global pkg_name scrapy
Name: python-scrapy
-Version: 2.17.0
+Version: 2.18.0
Release: %autorelease
Summary: A high-level Python Screen Scraping framework
License: BSD-3-Clause
diff --git a/sources b/sources
index 53743c0..a00ae8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scrapy-2.17.0.tar.gz) = 97482910f75bdf2812fa8a13b9d31dea579454d2235d761fd655e154d4096cc86483ca88150153d7cb0a14449fcb550515a4a23493c55e4ec0a435adaf0be80b
+SHA512 (scrapy-2.18.0.tar.gz) = 237a0ebc0937f871d4d0ec6e29622993f211337b3ff16e2087139b39f9753697526f9145c8c88feee7760516bf8249f7b9393e3df80c6d792e098210424c7e34
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-22 21:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22 21:15 [rpms/python-scrapy] rawhide: Update to 2.18.0. Fixes rhbz#2520589 Eduardo Echeverria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox