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 A5019158176 for ; Mon, 13 Oct 2025 02:55:51 +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 90EDC340EFF for ; Mon, 13 Oct 2025 02:55:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EFE38110575; Mon, 13 Oct 2025 02:55:38 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E63F4110575 for ; Mon, 13 Oct 2025 02:55:38 +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 A240A34096C for ; Mon, 13 Oct 2025 02:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24FE3ACA for ; Mon, 13 Oct 2025 02:55:35 +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: <1760324128.9dd17158b6e0e2ea0283f2f8077fb695ce7d8e43.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cachetools/Manifest dev-python/cachetools/cachetools-6.2.1.ebuild X-VCS-Directories: dev-python/cachetools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9dd17158b6e0e2ea0283f2f8077fb695ce7d8e43 X-VCS-Branch: master Date: Mon, 13 Oct 2025 02:55:35 +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: 044123f9-5e7a-4702-9de9-6e2852fa112b X-Archives-Hash: 4f35bd63657b0639df1ebb0491a627aa commit: 9dd17158b6e0e2ea0283f2f8077fb695ce7d8e43 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 13 02:29:03 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 13 02:55:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd17158 dev-python/cachetools: Bump to 6.2.1 Signed-off-by: Michał Górny gentoo.org> dev-python/cachetools/Manifest | 1 + dev-python/cachetools/cachetools-6.2.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest index aad192e31fe8..86704d99d00a 100644 --- a/dev-python/cachetools/Manifest +++ b/dev-python/cachetools/Manifest @@ -1 +1,2 @@ DIST cachetools-6.2.0.tar.gz 30988 BLAKE2B c041dcdd702fef592afbbda710762bfd24462fd2541d784628d78abfba49c74f35216ae32c2f126e4a5acfd6650841e723e764d373f7efbd4ac9b1930b9d60c2 SHA512 0ea8a07c68f0bdf148e69f3317c39f0cd78b4839aad428cb80019a92efbf896b012a7f4d22e685962fc777f583ec12672dd3b243a061461e99dd68dd9567aa9d +DIST cachetools-6.2.1.tar.gz 31325 BLAKE2B 93d399724a594747e342ff9340c789dc51dfc07768f027c5e02bed0e7adcfd5a69b475aac2156f37ea070b7ccd8f5677951b9d45d185c0068baf04d05f7204fc SHA512 9c04d85409b96a41aea632a7c8c32a7ef1f293f6a7dc3cbe5128f5feb7fc5a2bf71f383259fe06017c1f74e1e6e4725729a20da4e0d550ddb02b6f0e28eefe03 diff --git a/dev-python/cachetools/cachetools-6.2.1.ebuild b/dev-python/cachetools/cachetools-6.2.1.ebuild new file mode 100644 index 000000000000..d8c7f8890eb7 --- /dev/null +++ b/dev-python/cachetools/cachetools-6.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Extensible memoizing collections and decorators" +HOMEPAGE=" + https://github.com/tkem/cachetools/ + https://pypi.org/project/cachetools/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest