From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 508D1158176 for ; Wed, 08 Oct 2025 06:26:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3CB68340FF4 for ; Wed, 08 Oct 2025 06:26:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AF32B11057B; Wed, 08 Oct 2025 06:26:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A96F411057B for ; Wed, 08 Oct 2025 06:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664913413EA for ; Wed, 08 Oct 2025 06:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CEAC3B0E for ; Wed, 08 Oct 2025 06:26:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1759904750.7dcce12233a691e4917886a66837fe46241b596d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/faker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/faker/Manifest dev-python/faker/faker-37.11.0.ebuild X-VCS-Directories: dev-python/faker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7dcce12233a691e4917886a66837fe46241b596d X-VCS-Branch: master Date: Wed, 08 Oct 2025 06:26:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d54345e5-aa9a-4651-80c3-7c127cedae9d X-Archives-Hash: 7cf159fbab4a27cbcb906e02dac460b6 commit: 7dcce12233a691e4917886a66837fe46241b596d Author: Michał Górny gentoo org> AuthorDate: Wed Oct 8 04:55:45 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 8 06:25:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcce122 dev-python/faker: Bump to 37.11.0 Signed-off-by: Michał Górny gentoo.org> dev-python/faker/Manifest | 1 + dev-python/faker/faker-37.11.0.ebuild | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest index 4211abf72371..7e1fefef7d7a 100644 --- a/dev-python/faker/Manifest +++ b/dev-python/faker/Manifest @@ -1,2 +1,3 @@ +DIST faker-37.11.0.tar.gz 1935301 BLAKE2B e2f3fd32fcddab3ac35f56e3efeeb11cd069b2aa35ae56e04bec8e539acad404520db893f43b09707abc1476485c11f9d1a3a67459416c80b3beba61eb856f97 SHA512 c4a39e1b065e08a5f1fccea751a45224d075262f340a7db4cae4265a3d12e67afccaaa2387b46b6c8b10541d0e641e5987cecc264fdb8daa047d35ea5eeb6fd4 DIST faker-37.6.0.tar.gz 1907960 BLAKE2B aed11bdd53db48526cb98384e4dd49596c8c1647759722885ff508bd24b8c56071429abf542940c7881939d686f50104bc559e63c3be345bb2388e7f2bc5914c SHA512 64dce62dc109f4f30631219161869472c50a3bee0a49c8082757147abff57f3c4787e333c520008ad95dc92d0090567feb0d397af4bda37a0b456b71411a955c DIST faker-37.8.0.tar.gz 1912113 BLAKE2B cc434984c5ab19614cc09b917dca63318e5901888a261ec0e682ddaf8874590f9d2fb9823117b65084af982bcb305ad7f283e01fdc4078d15b8a964c8e51f7db SHA512 e7ba4c5e69f4958ebf0791a492f3a9c1c953f5ceb6915c17348c9d612c2f88d657c3aac3417b6c88fec6dc64db7e58b9ddd0fb5e463998e097bd9c62218e3445 diff --git a/dev-python/faker/faker-37.11.0.ebuild b/dev-python/faker/faker-37.11.0.ebuild new file mode 100644 index 000000000000..e386dd67e756 --- /dev/null +++ b/dev-python/faker/faker-37.11.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_PN=${PN^} +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python package that generates fake data for you" +HOMEPAGE=" + https://github.com/joke2k/faker/ + https://pypi.org/project/Faker/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/tzdata[${PYTHON_USEDEP}] + !dev-ruby/faker +" +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP},tiff] + dev-python/validators[${PYTHON_USEDEP}] + ) +" + +# note: tests are flaky with xdist +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +EPYTEST_PLUGINS=( "${PN}" ) +distutils_enable_tests pytest + +python_test() { + epytest + epytest --exclusive-faker-session tests/pytest/session_overrides +}