pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-scrapy
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 3 04:42:12 UTC 2025
Modified Files:
pkgsrc/www/py-scrapy: Makefile distinfo
Log Message:
py-scrapy: updated to 2.13.3
Scrapy 2.13.3 (2025-07-02)
- Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and
:setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (from ``8`` to ``1``) in the
default project template.
- Improved :class:`scrapy.core.engine.ExecutionEngine` logic related to
initialization and exception handling, fixing several cases where the
spider would crash, hang or log an unhandled exception.
(:issue:`6783`, :issue:`6784`, :issue:`6900`, :issue:`6908`, :issue:`6910`,
- Fixed a Windows issue with :ref:`feed exports <topics-feed-exports>` using
:class:`scrapy.extensions.feedexport.FileFeedStorage` that caused the file
to be created on the wrong drive.
- Allowed running tests with Twisted 25.5.0+ again. Pytest 8.4.1+ is now
required for running tests in non-pinned envs as support for the new
Twisted version was added in that version.
- Fixed running tests with lxml 6.0.0+.
- Added a deprecation notice for
``scrapy.spidermiddlewares.offsite.OffsiteMiddleware`` to :ref:`the Scrapy
2.11.2 release notes <release-2.11.2>`.
- Updated :ref:`contribution docs <topics-contributing>` to refer to ruff_
instead of black_.
- Added ``.venv/`` and ``.vscode/`` to ``.gitignore``.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-scrapy/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-scrapy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-scrapy/Makefile
diff -u pkgsrc/www/py-scrapy/Makefile:1.29 pkgsrc/www/py-scrapy/Makefile:1.30
--- pkgsrc/www/py-scrapy/Makefile:1.29 Tue Jul 1 11:50:30 2025
+++ pkgsrc/www/py-scrapy/Makefile Thu Jul 3 04:42:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/07/01 11:50:30 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/07/03 04:42:11 adam Exp $
-DISTNAME= scrapy-2.13.2
+DISTNAME= scrapy-2.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Scrapy/}
Index: pkgsrc/www/py-scrapy/distinfo
diff -u pkgsrc/www/py-scrapy/distinfo:1.21 pkgsrc/www/py-scrapy/distinfo:1.22
--- pkgsrc/www/py-scrapy/distinfo:1.21 Tue Jul 1 11:50:30 2025
+++ pkgsrc/www/py-scrapy/distinfo Thu Jul 3 04:42:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/07/01 11:50:30 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/07/03 04:42:11 adam Exp $
-BLAKE2s (scrapy-2.13.2.tar.gz) = ea55b1702e3415ef583e8d03192470fd3d0dd860b97f07adbad3ac4ea77755c0
-SHA512 (scrapy-2.13.2.tar.gz) = 0b7e769eeee167b2aee2b70b414b0a7cc99fce2cc267fb91bef87093e8932fa3a1d2f3739e3bb36c2db3df2edfbdf754fa91f567449e8f15340b2d872e874ceb
-Size (scrapy-2.13.2.tar.gz) = 1219338 bytes
+BLAKE2s (scrapy-2.13.3.tar.gz) = be8b53372bd3b48f5228db053845abe2c89c910cc71925e7c4a80c1345b7474a
+SHA512 (scrapy-2.13.3.tar.gz) = ab3f707d44376b69fa09fb775f72abf5a69a3ff80668eb0b3cdc5feb2748c46092dc21f7e2f819c85930227aab02ab905c04c64fcda96ab380a1fe9b0afd8cfc
+Size (scrapy-2.13.3.tar.gz) = 1220051 bytes
Home |
Main Index |
Thread Index |
Old Index