Received: by mail.netbsd.org (Postfix, from userid 605) id 6946684DAB; Mon, 4 Sep 2017 17:00:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0A6B84D36 for ; Mon, 4 Sep 2017 17:00:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qz5zbm7cPQPr for ; Mon, 4 Sep 2017 17:00:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8128184CFB for ; Mon, 4 Sep 2017 17:00:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 791B1FA97; Mon, 4 Sep 2017 17:00:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504544446244840" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 17:00:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-WebTest To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170904170046.791B1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504544446244840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 4 17:00:46 UTC 2017 Modified Files: pkgsrc/www/py-WebTest: Makefile distinfo Log Message: 2.0.28: - Fixed 185: Fix strict cookie policy - Fixed 146: Improve fields value checking when enctype is multipart - Fixed 119: Assertion error should be raised when you have non-string response header - Bugfix: Allow to set an int value to form fields when enctype is multipart - Added py36 to tox.ini / .travis.yaml To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-WebTest/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-WebTest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504544446244840 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-WebTest/Makefile diff -u pkgsrc/www/py-WebTest/Makefile:1.1 pkgsrc/www/py-WebTest/Makefile:1.2 --- pkgsrc/www/py-WebTest/Makefile:1.1 Tue Jul 11 09:18:01 2017 +++ pkgsrc/www/py-WebTest/Makefile Mon Sep 4 17:00:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/07/11 09:18:01 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/04 17:00:46 adam Exp $ -DISTNAME= WebTest-2.0.27 +DISTNAME= WebTest-2.0.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebTest/} Index: pkgsrc/www/py-WebTest/distinfo diff -u pkgsrc/www/py-WebTest/distinfo:1.2 pkgsrc/www/py-WebTest/distinfo:1.3 --- pkgsrc/www/py-WebTest/distinfo:1.2 Thu Jul 13 06:09:38 2017 +++ pkgsrc/www/py-WebTest/distinfo Mon Sep 4 17:00:46 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2017/07/13 06:09:38 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/09/04 17:00:46 adam Exp $ -SHA1 (WebTest-2.0.27.tar.gz) = 87bbb42f0f564bdc42862ef4ffadc55bd9650cc3 -RMD160 (WebTest-2.0.27.tar.gz) = b69eb0a999e1338533fc9d229e41cf81d2aa914a -SHA512 (WebTest-2.0.27.tar.gz) = b0a202641cd428a55ff3456f3c7d36fdf11151ab78ecf0022d51513dc2860587efa3aa4594829a89244c245fd45ca3055da12fb421559ad8341a463f9e528ab1 -Size (WebTest-2.0.27.tar.gz) = 72603 bytes +SHA1 (WebTest-2.0.28.tar.gz) = cb7753ba27ccd61f78206f65f417e6e800edb273 +RMD160 (WebTest-2.0.28.tar.gz) = b69af89e76b626c4b6cbba3e20919a75d219af6e +SHA512 (WebTest-2.0.28.tar.gz) = 3399c857b403ae464c705ee3c6d88b1197c894a4f279dbc121b207afd8cd1f4099ad86313c9416717bec9ed5fce7f29ab1e8bfc32cfb9cd64f21f5c220f23732 +Size (WebTest-2.0.28.tar.gz) = 74081 bytes SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a --_----------=_1504544446244840--