public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scrapy] f43: Update to 2.18.0. Fixes rhbz#2520589
@ 2026-08-22 22:00 Eduardo Echeverria
0 siblings, 0 replies; only message in thread
From: Eduardo Echeverria @ 2026-08-22 22:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-scrapy
Branch : f43
Commit : 24564f64156dad2e5e6d5f25ff96a0a6a7c7667c
Author : Eduardo Echeverria <echevemaster@gmail.com>
Date : 2026-08-22T19:00:08-03:00
Stats : +6/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-scrapy/c/24564f64156dad2e5e6d5f25ff96a0a6a7c7667c?branch=f43
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/.gitignore b/.gitignore
index fb697f4..f2a087f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/scrapy-2.13.0.tar.gz
/scrapy-2.13.3.tar.gz
/scrapy-2.13.4.tar.gz
+/scrapy-2.18.0.tar.gz
diff --git a/python-scrapy.spec b/python-scrapy.spec
index d985ad1..7a926f8 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.16.0
+Version: 2.18.0
Release: 1%{?dist}
Summary: A high-level Python Screen Scraping framework
# Automatically converted from old format: BSD - review is highly recommended.
@@ -84,6 +84,9 @@ popd
%changelog
+* Sat Aug 22 2026 Eduardo Echeverria <echevemaster@gmail.com> - 2.18.0-1
+- Update to 2.18.0. Fixes rhbz#2520589
+
* Mon Jun 29 2026 Eduardo Echeverria <echevemaster@gmail.com> - 2.16.0-1
- Update to 2.16.0
diff --git a/sources b/sources
index 15612a1..a00ae8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scrapy-2.16.0.tar.gz) = b6cb3b99c0b49313a1fd2770fdabd2b2cab71cbdbe52216eb5b965bbb27034d7419ae9d3b32b0db4340898045163c2675087f3f2993f57a5fc4ad0c2586b72e8
+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 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22 22:00 [rpms/python-scrapy] f43: 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