Received: by mail.netbsd.org (Postfix, from userid 605) id 16C3584D6A; Thu, 31 Aug 2017 08:59:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B31584D61 for ; Thu, 31 Aug 2017 08:59:54 +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 cVTy8WgWYH0T for ; Thu, 31 Aug 2017 08:59:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0FA8784CE1 for ; Thu, 31 Aug 2017 08:59:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07040FA97; Thu, 31 Aug 2017 08:59:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15041699949910" MIME-Version: 1.0 Date: Thu, 31 Aug 2017 08:59:54 +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: <20170831085954.07040FA97@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. --_----------=_15041699949910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 08:59:53 UTC 2017 Modified Files: pkgsrc/devel/py-faker: Makefile PLIST distinfo Log Message: 0.8.0: Add identity_card_number for pl_PL person provider. More descriptive error message when a formatter is not found. Add time_series provider. Add per-instance seeding via .seed_instance method. Fix tz_TW address provider. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-faker/Makefile \ pkgsrc/devel/py-faker/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-faker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15041699949910 Content-Disposition: inline Content-Length: 3850 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.4 pkgsrc/devel/py-faker/Makefile:1.5 --- pkgsrc/devel/py-faker/Makefile:1.4 Thu Jul 20 10:25:48 2017 +++ pkgsrc/devel/py-faker/Makefile Thu Aug 31 08:59:53 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/07/20 10:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/08/31 08:59:53 adam Exp $ -DISTNAME= Faker-0.7.18 +DISTNAME= Faker-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/} Index: pkgsrc/devel/py-faker/PLIST diff -u pkgsrc/devel/py-faker/PLIST:1.4 pkgsrc/devel/py-faker/PLIST:1.5 --- pkgsrc/devel/py-faker/PLIST:1.4 Thu Jul 20 10:25:48 2017 +++ pkgsrc/devel/py-faker/PLIST Thu Aug 31 08:59:53 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/07/20 10:25:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/08/31 08:59:53 adam Exp $ bin/faker${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -290,6 +290,9 @@ ${PYSITELIB}/faker/providers/date_time/h ${PYSITELIB}/faker/providers/date_time/hu_HU/__init__.py ${PYSITELIB}/faker/providers/date_time/hu_HU/__init__.pyc ${PYSITELIB}/faker/providers/date_time/hu_HU/__init__.pyo +${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.py +${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.pyc +${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.pyo ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.py ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.pyc ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.pyo @@ -575,6 +578,9 @@ ${PYSITELIB}/faker/providers/person/th_T ${PYSITELIB}/faker/providers/person/tr_TR/__init__.py ${PYSITELIB}/faker/providers/person/tr_TR/__init__.pyc ${PYSITELIB}/faker/providers/person/tr_TR/__init__.pyo +${PYSITELIB}/faker/providers/person/tw_GH/__init__.py +${PYSITELIB}/faker/providers/person/tw_GH/__init__.pyc +${PYSITELIB}/faker/providers/person/tw_GH/__init__.pyo ${PYSITELIB}/faker/providers/person/uk_UA/__init__.py ${PYSITELIB}/faker/providers/person/uk_UA/__init__.pyc ${PYSITELIB}/faker/providers/person/uk_UA/__init__.pyo @@ -695,6 +701,9 @@ ${PYSITELIB}/faker/providers/phone_numbe ${PYSITELIB}/faker/providers/phone_number/tr_TR/__init__.py ${PYSITELIB}/faker/providers/phone_number/tr_TR/__init__.pyc ${PYSITELIB}/faker/providers/phone_number/tr_TR/__init__.pyo +${PYSITELIB}/faker/providers/phone_number/tw_GH/__init__.py +${PYSITELIB}/faker/providers/phone_number/tw_GH/__init__.pyc +${PYSITELIB}/faker/providers/phone_number/tw_GH/__init__.pyo ${PYSITELIB}/faker/providers/phone_number/uk_UA/__init__.py ${PYSITELIB}/faker/providers/phone_number/uk_UA/__init__.pyc ${PYSITELIB}/faker/providers/phone_number/uk_UA/__init__.pyo Index: pkgsrc/devel/py-faker/distinfo diff -u pkgsrc/devel/py-faker/distinfo:1.3 pkgsrc/devel/py-faker/distinfo:1.4 --- pkgsrc/devel/py-faker/distinfo:1.3 Thu Jul 20 10:25:48 2017 +++ pkgsrc/devel/py-faker/distinfo Thu Aug 31 08:59:53 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/07/20 10:25:48 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/08/31 08:59:53 adam Exp $ -SHA1 (Faker-0.7.18.tar.gz) = 72f374f045fa78ed5ff35f764faff2e8357bdaec -RMD160 (Faker-0.7.18.tar.gz) = 606c14fd50a35f3552524fca2d80c315aef5cf1c -SHA512 (Faker-0.7.18.tar.gz) = 8da383e18622a55b74143cc3b5634ae508ec72c302dc4547b84b73c3e3e1d0a56371a18c1c07de42a58e51f4bd8cdc962df08d180a801f7d4a9747016ed38334 -Size (Faker-0.7.18.tar.gz) = 589033 bytes +SHA1 (Faker-0.8.0.tar.gz) = f8d7a82e92207513d3c3a1423f8a61c109dadd0c +RMD160 (Faker-0.8.0.tar.gz) = ca07c21002e6d26e8990bd2ada7dd4d5f42af583 +SHA512 (Faker-0.8.0.tar.gz) = edc79f6bb80945b1768859e57eefb0da09df1634fae840a8a2852ad69f0927298d63618e0bcba4f134fb837bb98ceaa84858bb4a6453a7193b4d41180f48b479 +Size (Faker-0.8.0.tar.gz) = 609847 bytes --_----------=_15041699949910--