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: Fri Apr 24 10:23:19 UTC 2026
Modified Files:
pkgsrc/www/py-scrapy: Makefile distinfo
Log Message:
py-scrapy: updated to 2.15.1
Scrapy 2.15.1 (2026-04-23)
Bug fixes
- Sharing of the SSL context between multiple connections, introduced in
Scrapy 2.15.0, is reverted as it caused problems and wasn't actually
needed.
- Fixed :meth:`scrapy.settings.BaseSettings.getwithbase` failing on keys with
dots that aren't import names. It now works the way it worked before Scrapy
2.15.0, without trying to match class objects and import path. A separate
method,
:func:`~scrapy.settings.BaseSettings.get_component_priority_dict_with_base`,
was added that does that, and it is now used for :ref:`component priority
dictionaries <component-priority-dictionaries>`.
- Documentation rendering improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-scrapy/Makefile
cvs rdiff -u -r1.27 -r1.28 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.37 pkgsrc/www/py-scrapy/Makefile:1.38
--- pkgsrc/www/py-scrapy/Makefile:1.37 Wed Apr 22 11:13:56 2026
+++ pkgsrc/www/py-scrapy/Makefile Fri Apr 24 10:23:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/04/22 11:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.38 2026/04/24 10:23:19 adam Exp $
-DISTNAME= scrapy-2.15.0
+DISTNAME= scrapy-2.15.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.27 pkgsrc/www/py-scrapy/distinfo:1.28
--- pkgsrc/www/py-scrapy/distinfo:1.27 Wed Apr 22 11:13:56 2026
+++ pkgsrc/www/py-scrapy/distinfo Fri Apr 24 10:23:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/04/22 11:13:56 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/04/24 10:23:19 adam Exp $
-BLAKE2s (scrapy-2.15.0.tar.gz) = 91c57e7f0610b6857796dad388c98eef44cde69dc719379582d85c5ae3432b29
-SHA512 (scrapy-2.15.0.tar.gz) = 6f5ea13a4d83d102e0f2152fe7952a90423959ec040581bb7252941ac88a4e30ac120e032552684d140f5416383340a07e5ef5055aad8b4347683b7fe3bc2001
-Size (scrapy-2.15.0.tar.gz) = 1290115 bytes
+BLAKE2s (scrapy-2.15.1.tar.gz) = fb5682615f1240e95580603db140b4726206fe3dbaa622d81300d6f60c5169b9
+SHA512 (scrapy-2.15.1.tar.gz) = 44c5de82059ee3e36244ec217de429146d8d035b37b924734952d2d87a670f88c5b62791a10588891f80555e832e4f35b5c91b27df0140d1174663b237ef708e
+Size (scrapy-2.15.1.tar.gz) = 1291709 bytes
Home |
Main Index |
Thread Index |
Old Index