Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35AD884EE1 for ; Mon, 18 Dec 2023 10:01:52 +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 ObjM0QVJbefX for ; Mon, 18 Dec 2023 10:01:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 57B1F84EBC for ; Mon, 18 Dec 2023 10:01:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 509D8FA42; Mon, 18 Dec 2023 10:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702893711141190" MIME-Version: 1.0 Date: Mon, 18 Dec 2023 10:01:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-faker To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231218100151.509D8FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702893711141190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 18 10:01:51 UTC 2023 Modified Files: pkgsrc/devel/py-faker: Makefile PLIST distinfo Log Message: py-faker: updated to 21.0.0 v21.0.0 * Fix: random sign in `pyfloat` when `positive=False`. Thanks @viraj-s15. v20.1.0 * Add company provider and NUSS for `es_ES` locale. Thanks @fgsalomon. * Add official support for Python 3.12. Thanks @pfouque. v20.0.3 * Make `unix_time` always return floats. v20.0.2 * Fix `pydecimal` crash on float `min_value` or `max_value`. Thanks @s-weigand. v20.0.1 * Fix type hint for `unix_time`. v20.0.0 * Support platform-specific second precision. Thanks @cknv. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-faker/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-faker/PLIST cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/py-faker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702893711141190 Content-Disposition: inline Content-Length: 4367 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.75 pkgsrc/devel/py-faker/Makefile:1.76 --- pkgsrc/devel/py-faker/Makefile:1.75 Wed Nov 8 13:12:14 2023 +++ pkgsrc/devel/py-faker/Makefile Mon Dec 18 10:01:51 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2023/11/08 13:12:14 adam Exp $ +# $NetBSD: Makefile,v 1.76 2023/12/18 10:01:51 adam Exp $ -DISTNAME= Faker-19.13.0 +DISTNAME= Faker-21.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/} @@ -10,25 +10,21 @@ HOMEPAGE= https://github.com/joke2k/fake COMMENT= Python package that generates fake data for you LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.4:../../time/py-dateutil TEST_DEPENDS+= ${PYPKGPREFIX}-email_validator>=1.0.0:../../mail/py-email_validator TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-ukpostcodeparser>=1.1.1:../../mail/py-ukpostcodeparser TEST_DEPENDS+= ${PYPKGPREFIX}-validators>=0.13.0:../../textproc/py-validators USE_LANGUAGES= # none -USE_PKG_RESOURCES= yes - PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} faker faker-${PYVERSSUFFIX} || ${TRUE} -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-faker/PLIST diff -u pkgsrc/devel/py-faker/PLIST:1.46 pkgsrc/devel/py-faker/PLIST:1.47 --- pkgsrc/devel/py-faker/PLIST:1.46 Wed Nov 8 13:12:14 2023 +++ pkgsrc/devel/py-faker/PLIST Mon Dec 18 10:01:51 2023 @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.46 2023/11/08 13:12:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.47 2023/12/18 10:01:51 adam Exp $ bin/faker-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/zip-safe ${PYSITELIB}/faker/__init__.py ${PYSITELIB}/faker/__init__.pyc ${PYSITELIB}/faker/__init__.pyo @@ -596,6 +596,9 @@ ${PYSITELIB}/faker/providers/company/en_ ${PYSITELIB}/faker/providers/company/es_CL/__init__.py ${PYSITELIB}/faker/providers/company/es_CL/__init__.pyc ${PYSITELIB}/faker/providers/company/es_CL/__init__.pyo +${PYSITELIB}/faker/providers/company/es_ES/__init__.py +${PYSITELIB}/faker/providers/company/es_ES/__init__.pyc +${PYSITELIB}/faker/providers/company/es_ES/__init__.pyo ${PYSITELIB}/faker/providers/company/es_MX/__init__.py ${PYSITELIB}/faker/providers/company/es_MX/__init__.pyc ${PYSITELIB}/faker/providers/company/es_MX/__init__.pyo Index: pkgsrc/devel/py-faker/distinfo diff -u pkgsrc/devel/py-faker/distinfo:1.72 pkgsrc/devel/py-faker/distinfo:1.73 --- pkgsrc/devel/py-faker/distinfo:1.72 Wed Nov 8 13:12:14 2023 +++ pkgsrc/devel/py-faker/distinfo Mon Dec 18 10:01:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.72 2023/11/08 13:12:14 adam Exp $ +$NetBSD: distinfo,v 1.73 2023/12/18 10:01:51 adam Exp $ -BLAKE2s (Faker-19.13.0.tar.gz) = 23030e5ab172ea449beab67f8da28f3d617397e4c1fca78ce6869396e12eab18 -SHA512 (Faker-19.13.0.tar.gz) = ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7 -Size (Faker-19.13.0.tar.gz) = 1699872 bytes +BLAKE2s (Faker-21.0.0.tar.gz) = 9364b724ccaaa8952c3f0d01cf94cfdfdfd94dc184018e02c31274e28b7ce54e +SHA512 (Faker-21.0.0.tar.gz) = 13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb +Size (Faker-21.0.0.tar.gz) = 1701697 bytes --_----------=_1702893711141190--