commit:     36f7f9f4ca9082a4e5fd7c3eba1068e8e869feeb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 03:40:49 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 03:55:21 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f7f9f4

dev-python/filelock: Bump to 3.25.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/filelock/Manifest               |  2 ++
 dev-python/filelock/filelock-3.25.0.ebuild | 31 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
index 510aa695dc4d..aaa57402f829 100644
--- a/dev-python/filelock/Manifest
+++ b/dev-python/filelock/Manifest
@@ -6,3 +6,5 @@ DIST filelock-3.23.0.tar.gz 32798 BLAKE2B 
38ec94dc392b98eeb46dce0290789a7a6fac71
 DIST filelock-3.23.0.tar.gz.provenance 9425 BLAKE2B 
161b65e2d3f2310776fd8acbf9bde15ae57c877bf6cc6d2fbd08a6bdce70f9cf7b01978bd9aa7fee3ac7ad0eda170678df7bdd840622e0ed41474569f2d7eb72
 SHA512 
f6753df2fd27d601c7c84adb4c52e518ab53a927173e22f1b0856aff50261d09ee29047ee7349c8e7e3bd04886ed715f36a67baa07cc296ca2fe1a23bdcd6610
 DIST filelock-3.24.3.tar.gz 37935 BLAKE2B 
b03a07469cec7b1d11130681e23f53fa4cf423da3cdba537e3cbaae2abf923a218d9986338f9283f3459358cc530022609015301f3b18624de4aeadd0011e2a2
 SHA512 
81a68871eaad58d322e1f7d22bc9914b2446088657f86a93592ad86a9e1dc0dbef44bf78fb6b1cc7e9bcf5c7db1dc71a5264418fb5b561586e9fd525c82764db
 DIST filelock-3.24.3.tar.gz.provenance 9617 BLAKE2B 
6b7b00254d1bf02ed6e5baf1df5f3733fb47f173ff4300adeb4147fae71d6aa5ff47dba5c062fa8176c92fe3dd385f0891ba828043f7aa4b9fe8472decbefe59
 SHA512 
678dac10133f3030e13bcda3b11413a405935af39acb8527f61747779baea764e2b8a5dd572556b839b669934a5172be4030859a5840cd6c75ddfc1b659fb7a3
+DIST filelock-3.25.0.tar.gz 40158 BLAKE2B 
a7acbe62a3baf6f1f96f91ae8a354d30066f7e07a7e3a9a2df20668e1f607bd199c5f7b01c96940ad039add04c7470189d388525e1dd477fc11ca89be9eaeefd
 SHA512 
793a2a77e983fbb2438c0bf104efdb5efbd4d566d6aca48d09bbe967a40f5ba2655d743703589c773f7f2d1b002d22d3ee9e94dbc2e7e1d26c0efbc3234a143f
+DIST filelock-3.25.0.tar.gz.provenance 9477 BLAKE2B 
e03377d71ccc9ba34cc2cdc1929fdcd62bd9d2e5d88d452bc31aaf15ea6e471e6f2ed7a91e7b13ea831f85234dfd741be966d319b98768ba8dd69a020c3430e6
 SHA512 
7d1af3a7ff4adf014b1fd264fc98adc6986abfd2d068ad95e776fca73505b9505ca8054e7d16290b981b2a9c68a717b3dc5d6eea823a9e3ec22ec8beec592733

diff --git a/dev-python/filelock/filelock-3.25.0.ebuild 
b/dev-python/filelock/filelock-3.25.0.ebuild
new file mode 100644
index 000000000000..7b558247d30e
--- /dev/null
+++ b/dev-python/filelock/filelock-3.25.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2018-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/tox-dev/filelock
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A platform independent file lock for Python"
+HOMEPAGE="
+       https://github.com/tox-dev/filelock/
+       https://pypi.org/project/filelock/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
+       test? (
+               dev-python/virtualenv[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=( pytest-{asyncio,mock,timeout} )
+EPYTEST_RERUNS=5
+distutils_enable_tests pytest

Reply via email to