Received: by mail.netbsd.org (Postfix, from userid 605) id BEC9C85039; Mon, 14 May 2018 07:17:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 426D284D5B for ; Mon, 14 May 2018 07:17:25 +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 6ttcvi7WFpK2 for ; Mon, 14 May 2018 07:17:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE7FA84D57 for ; Mon, 14 May 2018 07:17:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1EA4FBEC; Mon, 14 May 2018 07:17:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526282244272360" MIME-Version: 1.0 Date: Mon, 14 May 2018 07:17:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-faker To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180514071724.B1EA4FBEC@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. --_----------=_1526282244272360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 14 07:17:24 UTC 2018 Modified Files: pkgsrc/devel/py-faker: Makefile distinfo Log Message: py-faker: updated to 0.8.14 0.8.14: * Add possibility to make artificial ssn numbers for FI_fi. * Update ko_KR person data based on statistics. * Improved logging. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-faker/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-faker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526282244272360 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-faker/Makefile diff -u pkgsrc/devel/py-faker/Makefile:1.17 pkgsrc/devel/py-faker/Makefile:1.18 --- pkgsrc/devel/py-faker/Makefile:1.17 Fri Apr 13 07:18:43 2018 +++ pkgsrc/devel/py-faker/Makefile Mon May 14 07:17:24 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/04/13 07:18:43 adam Exp $ +# $NetBSD: Makefile,v 1.18 2018/05/14 07:17:24 adam Exp $ -DISTNAME= Faker-0.8.13 +DISTNAME= Faker-0.8.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/} Index: pkgsrc/devel/py-faker/distinfo diff -u pkgsrc/devel/py-faker/distinfo:1.16 pkgsrc/devel/py-faker/distinfo:1.17 --- pkgsrc/devel/py-faker/distinfo:1.16 Fri Apr 13 07:18:43 2018 +++ pkgsrc/devel/py-faker/distinfo Mon May 14 07:17:24 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2018/04/13 07:18:43 adam Exp $ +$NetBSD: distinfo,v 1.17 2018/05/14 07:17:24 adam Exp $ -SHA1 (Faker-0.8.13.tar.gz) = 92b978287668319c5618511e29f7d58e618b2fce -RMD160 (Faker-0.8.13.tar.gz) = 6c3d3fc38192e616af9874db7bfd086fe20cb625 -SHA512 (Faker-0.8.13.tar.gz) = 8935c8b36910a841550d7c778047d9d206e946f43004f5ff03a7bd9b1764b9bc1851b9ba0dfe618cb3f46c56cdcf64523ea00072253e5e25c5e4b2a123adc8ea -Size (Faker-0.8.13.tar.gz) = 727201 bytes +SHA1 (Faker-0.8.14.tar.gz) = 7a94a69e4c7e9f5c3f2b123607ac708764088fd5 +RMD160 (Faker-0.8.14.tar.gz) = 59f464614bc094a2d6f1bad8c2ef314b17012435 +SHA512 (Faker-0.8.14.tar.gz) = 4abb4f5bb22908b99446c0d3866b980ec8bcb84c63c2f2b0d3270a9006539d51776f6725bb9f93ed46392f21f119ec5be9bf7ae16c6e4269b6f2806c54d97361 +Size (Faker-0.8.14.tar.gz) = 727840 bytes --_----------=_1526282244272360--