Received: by mail.netbsd.org (Postfix, from userid 605) id 0A40A84D59; Mon, 14 Sep 2020 19:57:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8539984D47 for ; Mon, 14 Sep 2020 19:57:19 +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 d5rYVcCqmlJO for ; Mon, 14 Sep 2020 19:57:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E5AFA84CE2 for ; Mon, 14 Sep 2020 19:57:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8C52FB28; Mon, 14 Sep 2020 19:57:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160011343822370" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 19:57:18 +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: <20200914195718.D8C52FB28@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. --_----------=_160011343822370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 14 19:57:18 UTC 2020 Modified Files: pkgsrc/devel/py-faker: Makefile PLIST distinfo Log Message: py-faker: updated to 4.1.3 4.1.3: * Add ``es_ES`` autonomous communities (Spanish regions). * Add JSON and Fixed Width argument group and parser support. * Update ``zh_CN`` ssn provider to support gender. * Fix typo in ``de_DE`` job provider. * ``or_IN`` Odia person's name added. * Remove ``datetime_safe`` shim subclass in favor of native Python ``datetime.datetime``. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-faker/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-faker/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-faker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160011343822370 Content-Disposition: inline Content-Length: 3085 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.41 pkgsrc/devel/py-faker/Makefile:1.42 --- pkgsrc/devel/py-faker/Makefile:1.41 Mon Aug 24 08:26:24 2020 +++ pkgsrc/devel/py-faker/Makefile Mon Sep 14 19:57:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2020/08/24 08:26:24 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2020/09/14 19:57:18 adam Exp $ -DISTNAME= Faker-4.1.2 +DISTNAME= Faker-4.1.3 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.28 pkgsrc/devel/py-faker/PLIST:1.29 --- pkgsrc/devel/py-faker/PLIST:1.28 Mon Aug 24 08:26:24 2020 +++ pkgsrc/devel/py-faker/PLIST Mon Sep 14 19:57:18 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2020/08/24 08:26:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.29 2020/09/14 19:57:18 adam Exp $ bin/faker-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -947,6 +947,9 @@ ${PYSITELIB}/faker/providers/person/nl_N ${PYSITELIB}/faker/providers/person/no_NO/__init__.py ${PYSITELIB}/faker/providers/person/no_NO/__init__.pyc ${PYSITELIB}/faker/providers/person/no_NO/__init__.pyo +${PYSITELIB}/faker/providers/person/or_IN/__init__.py +${PYSITELIB}/faker/providers/person/or_IN/__init__.pyc +${PYSITELIB}/faker/providers/person/or_IN/__init__.pyo ${PYSITELIB}/faker/providers/person/pl_PL/__init__.py ${PYSITELIB}/faker/providers/person/pl_PL/__init__.pyc ${PYSITELIB}/faker/providers/person/pl_PL/__init__.pyo @@ -1319,9 +1322,6 @@ ${PYSITELIB}/faker/utils/checksums.pyo ${PYSITELIB}/faker/utils/datasets.py ${PYSITELIB}/faker/utils/datasets.pyc ${PYSITELIB}/faker/utils/datasets.pyo -${PYSITELIB}/faker/utils/datetime_safe.py -${PYSITELIB}/faker/utils/datetime_safe.pyc -${PYSITELIB}/faker/utils/datetime_safe.pyo ${PYSITELIB}/faker/utils/decorators.py ${PYSITELIB}/faker/utils/decorators.pyc ${PYSITELIB}/faker/utils/decorators.pyo Index: pkgsrc/devel/py-faker/distinfo diff -u pkgsrc/devel/py-faker/distinfo:1.38 pkgsrc/devel/py-faker/distinfo:1.39 --- pkgsrc/devel/py-faker/distinfo:1.38 Mon Aug 24 08:26:24 2020 +++ pkgsrc/devel/py-faker/distinfo Mon Sep 14 19:57:18 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2020/08/24 08:26:24 wiz Exp $ +$NetBSD: distinfo,v 1.39 2020/09/14 19:57:18 adam Exp $ -SHA1 (Faker-4.1.2.tar.gz) = 8b7d27960142ea0b11de38567c90ff1925bc70ad -RMD160 (Faker-4.1.2.tar.gz) = 983eecab218c59439668e3c8edc9f4a67418dca6 -SHA512 (Faker-4.1.2.tar.gz) = d8bfe10fc0cb5ecdf02c0a62bdd56c475438c26d0862aa82b61dd2e9cf0441f8b13c64c6b0d84d950e5318ce5398b94f3a7c7f8685d699669b3486e93f820796 -Size (Faker-4.1.2.tar.gz) = 990337 bytes +SHA1 (Faker-4.1.3.tar.gz) = 6d11dc04c7f67b3e551227a96ab09661e99684d7 +RMD160 (Faker-4.1.3.tar.gz) = 7403aa29d7e1d57e8fd90e1ff4d8fb98c95f043b +SHA512 (Faker-4.1.3.tar.gz) = b83fe564a9fa75be315373637e5c18886f39884111c774e5510afef219eb3da364f5add3ecf7df47e2f7aa775c9ad9785bd396742351b29f4f5be9cf97bd98a0 +Size (Faker-4.1.3.tar.gz) = 1000270 bytes --_----------=_160011343822370--