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:           Tue Jul  1 11:50:30 UTC 2025

Modified Files:
        pkgsrc/www/py-scrapy: Makefile distinfo

Log Message:
py-scrapy: updated to 2.13.2

Scrapy 2.13.2 (2025-06-09)

- Fixed a bug introduced in Scrapy 2.13.0 that caused results of request
  errbacks to be ignored when the errback was called because of a downloader
  error.
- Added a note about the behavior change of
  :func:`scrapy.utils.reactor.is_asyncio_reactor_installed` to its docs and
  to the "Backward-incompatible changes" section of :ref:`the Scrapy 2.13.0
  release notes <release-2.13.0>`.
- Improved the message in the exception raised by
  :func:`scrapy.utils.test.get_reactor_settings` when there is no reactor
  installed.
- Updated the :class:`scrapy.crawler.CrawlerRunner` examples in
  :ref:`topics-practices` to install the reactor explicitly, to fix
  reactor-related errors with Scrapy 2.13.0 and later.
- Fixed ``scrapy fetch`` not working with scrapy-poet_.
- Fixed an exception produced by :class:`scrapy.core.engine.ExecutionEngine`
  when it's closed before being fully initialized.
- Improved the README, updated the Scrapy logo in it.
- Restricted the Twisted version used in tests to below 25.5.0, as some tests
  fail with 25.5.0.
- Updated type hints for Twisted 25.5.0 changes.
- Removed the old artwork.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-scrapy/Makefile
cvs rdiff -u -r1.20 -r1.21 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.28 pkgsrc/www/py-scrapy/Makefile:1.29
--- pkgsrc/www/py-scrapy/Makefile:1.28  Wed Jun  4 05:09:07 2025
+++ pkgsrc/www/py-scrapy/Makefile       Tue Jul  1 11:50:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/06/04 05:09:07 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/07/01 11:50:30 adam Exp $
 
-DISTNAME=      scrapy-2.13.1
+DISTNAME=      scrapy-2.13.2
 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.20 pkgsrc/www/py-scrapy/distinfo:1.21
--- pkgsrc/www/py-scrapy/distinfo:1.20  Wed Jun  4 05:09:07 2025
+++ pkgsrc/www/py-scrapy/distinfo       Tue Jul  1 11:50:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/06/04 05:09:07 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/07/01 11:50:30 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index