public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Eduardo Echeverria <echevemaster@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-scrapy] f43: Update to 2.18.0. Fixes rhbz#2520589
Date: Sat, 22 Aug 2026 22:00:21 GMT	[thread overview]
Message-ID: <178743602120.1.13729327668670285185.rpms-python-scrapy-24564f64156d@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-22 22:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178743602120.1.13729327668670285185.rpms-python-scrapy-24564f64156d@fedoraproject.org \
    --to=echevemaster@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox