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: Wed Jun 4 05:09:07 UTC 2025
Modified Files:
pkgsrc/www/py-scrapy: Makefile distinfo
Log Message:
py-scrapy: updated to 2.13.1
Scrapy 2.13.1 (2025-05-28)
- Give callback requests precedence over start requests when priority values
are the same.
This makes changes from 2.13.0 to start request handling more intuitive and
backward compatible. For scenarios where all requests have the same
priorities, in 2.13.0 all start requests were sent before the first
callback request. In 2.13.1, same as in 2.12 and lower, start requests are
only sent when there are not enough pending callback requests to reach
concurrency limits.
- Added a deepwiki_ badge to the README.
.. _deepwiki: https://deepwiki.com/scrapy/scrapy
- Fixed a typo in the code example of :ref:`start-requests-lazy`.
- Fixed a typo in the :ref:`coroutine-support` section of the documentation.
- Made this page more prominently listed in PyPI project links.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-scrapy/Makefile
cvs rdiff -u -r1.19 -r1.20 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.27 pkgsrc/www/py-scrapy/Makefile:1.28
--- pkgsrc/www/py-scrapy/Makefile:1.27 Thu May 15 09:21:59 2025
+++ pkgsrc/www/py-scrapy/Makefile Wed Jun 4 05:09:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/05/15 09:21:59 adam Exp $
+# $NetBSD: Makefile,v 1.28 2025/06/04 05:09:07 adam Exp $
-DISTNAME= scrapy-2.13.0
+DISTNAME= scrapy-2.13.1
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.19 pkgsrc/www/py-scrapy/distinfo:1.20
--- pkgsrc/www/py-scrapy/distinfo:1.19 Thu May 15 09:21:59 2025
+++ pkgsrc/www/py-scrapy/distinfo Wed Jun 4 05:09:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/05/15 09:21:59 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/06/04 05:09:07 adam Exp $
-BLAKE2s (scrapy-2.13.0.tar.gz) = 380e1ea23b5f9df3c3bd45637ec0f9d93a688c6dcdfe209509817762469d9dd6
-SHA512 (scrapy-2.13.0.tar.gz) = 30127d07334584bb8c9a4cc18a57b94faf8dc0e8c313d4f3a982c9a15d05fd86caaa9f1cdaebe4740856f4dab2906dc7f0327d8fce999d9709e9a59b7476247e
-Size (scrapy-2.13.0.tar.gz) = 1213803 bytes
+BLAKE2s (scrapy-2.13.1.tar.gz) = c99da93e1736b1534bc8739bf6cd34e3afc144c47c7fd8b80ed48372888c3746
+SHA512 (scrapy-2.13.1.tar.gz) = d2cdced0e6bc2defa6068cb8a33c8ac139573662ebd39dd21ce87dd182e604be660180746e38c8ed19d6a7d8c041caf1c7ec78ef9eec9e9276b39dc7123ccb7d
+Size (scrapy-2.13.1.tar.gz) = 1214392 bytes
Home |
Main Index |
Thread Index |
Old Index