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 259EF7A27D for ; Mon, 12 Dec 2016 14:58:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD8B58561A; Mon, 12 Dec 2016 14:58:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DB5585572 for ; Mon, 12 Dec 2016 14:58:19 +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 RXcOGC7-Cdkn for ; Mon, 12 Dec 2016 14:58:18 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C7D2B84CED for ; Mon, 12 Dec 2016 14:58:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1184FBA6; Mon, 12 Dec 2016 14:58:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148155469890080" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 14:58:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161212145818.C1184FBA6@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. --_----------=_148155469890080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 14:58:18 UTC 2016 Modified Files: pkgsrc/devel/py-setuptools: Makefile PLIST distinfo Log Message: Updated py-setuptools to 30.4.0. v30.4.0 ------- * #879: For declarative config: - read_configuration() now accepts ignore_option_errors argument. This allows scraping tools to read metadata without a need to download entire packages. E.g. we can gather some stats right from GitHub repos just by downloading setup.cfg. - packages find: directive now supports fine tuning from a subsection. The same arguments as for find() are accepted. v30.3.0 ------- * #394 via #862: Added support for `declarative package config in a setup.cfg file `_. v30.2.1 ------- * #850: In test command, invoke unittest.main with indication not to exit the process. v30.2.0 ------- * #854: Bump to vendored Packaging 16.8. v30.1.0 ------- * #846: Also trap 'socket.error' when opening URLs in package_index. * #849: Manifest processing now matches the filename pattern anywhere in the filename and not just at the start. Restores behavior found prior to 28.5.0. v30.0.0 ------- * #864: Drop support for Python 3.2. Systems requiring Python 3.2 support must use 'setuptools < 30'. * #825: Suppress warnings for single files. * #830 via #843: Once again restored inclusion of data files to sdists, but now trap TypeError caused by techniques employed rjsmin and similar. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-setuptools/PLIST cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148155469890080 Content-Disposition: inline Content-Length: 2727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools/Makefile diff -u pkgsrc/devel/py-setuptools/Makefile:1.118 pkgsrc/devel/py-setuptools/Makefile:1.119 --- pkgsrc/devel/py-setuptools/Makefile:1.118 Mon Nov 28 13:57:16 2016 +++ pkgsrc/devel/py-setuptools/Makefile Mon Dec 12 14:58:18 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2016/11/28 13:57:16 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2016/12/12 14:58:18 wiz Exp $ -DISTNAME= setuptools-29.0.1 +DISTNAME= setuptools-30.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/PLIST diff -u pkgsrc/devel/py-setuptools/PLIST:1.35 pkgsrc/devel/py-setuptools/PLIST:1.36 --- pkgsrc/devel/py-setuptools/PLIST:1.35 Mon Nov 28 13:57:16 2016 +++ pkgsrc/devel/py-setuptools/PLIST Mon Dec 12 14:58:18 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2016/11/28 13:57:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.36 2016/12/12 14:58:18 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -134,6 +134,9 @@ ${PYSITELIB}/setuptools/command/upload.p ${PYSITELIB}/setuptools/command/upload_docs.py ${PYSITELIB}/setuptools/command/upload_docs.pyc ${PYSITELIB}/setuptools/command/upload_docs.pyo +${PYSITELIB}/setuptools/config.py +${PYSITELIB}/setuptools/config.pyc +${PYSITELIB}/setuptools/config.pyo ${PYSITELIB}/setuptools/depends.py ${PYSITELIB}/setuptools/depends.pyc ${PYSITELIB}/setuptools/depends.pyo Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.96 pkgsrc/devel/py-setuptools/distinfo:1.97 --- pkgsrc/devel/py-setuptools/distinfo:1.96 Mon Nov 28 13:57:16 2016 +++ pkgsrc/devel/py-setuptools/distinfo Mon Dec 12 14:58:18 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.96 2016/11/28 13:57:16 wiz Exp $ +$NetBSD: distinfo,v 1.97 2016/12/12 14:58:18 wiz Exp $ -SHA1 (setuptools-29.0.1.tar.gz) = 7bf41f3a9f72d5ce30f6deb3a45895e43f2f860c -RMD160 (setuptools-29.0.1.tar.gz) = a701029de4a13d9966e10d0e69c236514084dd72 -SHA512 (setuptools-29.0.1.tar.gz) = dd63c4220fd19ba8cbe991aa49187996a8283e894db510667ea857d8259c200fbb21ffc989c77320ba573377e3a1330c3aa5a76f5ef3c19a640358263fdbf5e1 -Size (setuptools-29.0.1.tar.gz) = 648225 bytes +SHA1 (setuptools-30.4.0.tar.gz) = 03b2b365e9eabafe3a1959e68e92ad17712b6a14 +RMD160 (setuptools-30.4.0.tar.gz) = cf7a74eec563c76e0b2722ee1410f1501fd29d04 +SHA512 (setuptools-30.4.0.tar.gz) = 8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515 +Size (setuptools-30.4.0.tar.gz) = 655934 bytes SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf --_----------=_148155469890080--