Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 73C717A21A for ; Sun, 19 Mar 2017 22:59:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23ED1855C3; Sun, 19 Mar 2017 22:59:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5E1A855B7 for ; Sun, 19 Mar 2017 22:59:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EwsnxB3mxgZK for ; Sun, 19 Mar 2017 22:59:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B7F984CE3 for ; Sun, 19 Mar 2017 22:59:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2604CFBE4; Sun, 19 Mar 2017 22:59:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489964351187960" MIME-Version: 1.0 Date: Sun, 19 Mar 2017 22:59:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-scrapy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170319225911.2604CFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1489964351187960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 19 22:59:11 UTC 2017 Modified Files: pkgsrc/www/py-scrapy: Makefile distinfo Log Message: Changes 1.3.3: Bug fixes - Make ``SpiderLoader`` raise ``ImportError`` again by default for missing dependencies and wrong :setting:`SPIDER_MODULES`. These exceptions were silenced as warnings since 1.3.0. A new setting is introduced to toggle between warning or exception if needed ; see :setting:`SPIDER_LOADER_WARN_ONLY` for details. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-scrapy/Makefile \ pkgsrc/www/py-scrapy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489964351187960 Content-Disposition: inline Content-Length: 1606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-scrapy/Makefile diff -u pkgsrc/www/py-scrapy/Makefile:1.1 pkgsrc/www/py-scrapy/Makefile:1.2 --- pkgsrc/www/py-scrapy/Makefile:1.1 Mon Feb 13 21:25:33 2017 +++ pkgsrc/www/py-scrapy/Makefile Sun Mar 19 22:59:10 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/02/13 21:25:33 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/03/19 22:59:10 adam Exp $ -DISTNAME= Scrapy-1.3.2 +DISTNAME= Scrapy-1.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Scrapy/} Index: pkgsrc/www/py-scrapy/distinfo diff -u pkgsrc/www/py-scrapy/distinfo:1.1 pkgsrc/www/py-scrapy/distinfo:1.2 --- pkgsrc/www/py-scrapy/distinfo:1.1 Mon Feb 13 21:25:33 2017 +++ pkgsrc/www/py-scrapy/distinfo Sun Mar 19 22:59:11 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/02/13 21:25:33 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/03/19 22:59:11 adam Exp $ -SHA1 (Scrapy-1.3.2.tar.gz) = cbf6ca3fdcac2b47b90f774b3d1fd390cadd0229 -RMD160 (Scrapy-1.3.2.tar.gz) = 182a8d28025c0a91217ae1c0f341986b8ad97deb -SHA512 (Scrapy-1.3.2.tar.gz) = 06c034a4a23dfefe449685c9c95bb518ae4d56f8512802570e0885daec7b380f08381284ec4b31e322d1bf0dc7301f6d470b8fdd06ac3c45ce2101339685045d -Size (Scrapy-1.3.2.tar.gz) = 848561 bytes +SHA1 (Scrapy-1.3.3.tar.gz) = 603b258932b868ad6315e374b7b3de8c45564264 +RMD160 (Scrapy-1.3.3.tar.gz) = a23e026285640af4cf1ec29590040a67ef57326d +SHA512 (Scrapy-1.3.3.tar.gz) = 795ac4a421be6e903e14cb9d9b242f4e6a130e3f51d43bf2a0904de0e4cadb4f54837badb63a65331ab67c4f8d6111f6fc85e6cb79acca5544db128b55ba3867 +Size (Scrapy-1.3.3.tar.gz) = 848990 bytes --_----------=_1489964351187960--