Received: by mail.netbsd.org (Postfix, from userid 605) id EC32084DD2; Thu, 3 Sep 2020 19:20:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7387084D51 for ; Thu, 3 Sep 2020 19:20:24 +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 6sTMMsJ8XfvN for ; Thu, 3 Sep 2020 19:20:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFD5584CD8 for ; Thu, 3 Sep 2020 19:20:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC6A0FB28; Thu, 3 Sep 2020 19:20:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599160823153340" MIME-Version: 1.0 Date: Thu, 3 Sep 2020 19:20:23 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/www/py-wtforms To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20200903192023.EC6A0FB28@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. --_----------=_1599160823153340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Thu Sep 3 19:20:23 UTC 2020 Modified Files: pkgsrc/www/py-wtforms: Makefile distinfo Log Message: py-wtforms: Update to 2.3.3. Version 2.3.3 ------------- Released 2020-07-30 - This release includes the translation files that were missing in the 2.3.2 release. :issue:`641` Version 2.3.2 ------------- Released 2020-07-29 - Fixed a bug with :class:`~fields.SelectField` choices shortcut at form submission. :pr:`598, 639` To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-wtforms/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-wtforms/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599160823153340 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-wtforms/Makefile diff -u pkgsrc/www/py-wtforms/Makefile:1.15 pkgsrc/www/py-wtforms/Makefile:1.16 --- pkgsrc/www/py-wtforms/Makefile:1.15 Mon May 11 13:38:37 2020 +++ pkgsrc/www/py-wtforms/Makefile Thu Sep 3 19:20:23 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/05/11 13:38:37 kleink Exp $ +# $NetBSD: Makefile,v 1.16 2020/09/03 19:20:23 kleink Exp $ -DISTNAME= WTForms-2.3.1 +DISTNAME= WTForms-2.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms/} Index: pkgsrc/www/py-wtforms/distinfo diff -u pkgsrc/www/py-wtforms/distinfo:1.11 pkgsrc/www/py-wtforms/distinfo:1.12 --- pkgsrc/www/py-wtforms/distinfo:1.11 Mon May 11 13:38:37 2020 +++ pkgsrc/www/py-wtforms/distinfo Thu Sep 3 19:20:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/05/11 13:38:37 kleink Exp $ +$NetBSD: distinfo,v 1.12 2020/09/03 19:20:23 kleink Exp $ -SHA1 (WTForms-2.3.1.tar.gz) = 2b74b691f4765dd1e373954764376ae2f8822f1c -RMD160 (WTForms-2.3.1.tar.gz) = 5a4d70bfa4ccac0bda1109f877acaaf7387faebe -SHA512 (WTForms-2.3.1.tar.gz) = 40b810d2d0ce6d2e7880615fb5c3b3e55cfade8e352be5d626d0de16f00a9ef4626ffa106b67d0cbef15e42513073db52ba1ceb04cb18146bba0ba9c26236fdd -Size (WTForms-2.3.1.tar.gz) = 162773 bytes +SHA1 (WTForms-2.3.3.tar.gz) = faac5040f471c830730dcbaf652bcee8d9e87e94 +RMD160 (WTForms-2.3.3.tar.gz) = e000e8d8d490317618a4376d737f500d647aeae4 +SHA512 (WTForms-2.3.3.tar.gz) = 934cf1483beec37d698d13a81e44a733d082baad1f418d3087306fd908df809d37fffe000ed1ecabf65d2c31b57034bf6f25c3b77cfc5598ae1f65bf4a115fe5 +Size (WTForms-2.3.3.tar.gz) = 162945 bytes --_----------=_1599160823153340--