commit: ac26222c4d1429b21d70db333656e009cd42e471 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 04:22:32 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 04:38:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac26222c
dev-python/filelock: Bump to 3.25.2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/filelock/Manifest | 2 ++ dev-python/filelock/filelock-3.25.2.ebuild | 31 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest index 37ecd79c4ea8..240096f2d2be 100644 --- a/dev-python/filelock/Manifest +++ b/dev-python/filelock/Manifest @@ -10,3 +10,5 @@ DIST filelock-3.25.0.tar.gz 40158 BLAKE2B a7acbe62a3baf6f1f96f91ae8a354d30066f7e DIST filelock-3.25.0.tar.gz.provenance 9477 BLAKE2B e03377d71ccc9ba34cc2cdc1929fdcd62bd9d2e5d88d452bc31aaf15ea6e471e6f2ed7a91e7b13ea831f85234dfd741be966d319b98768ba8dd69a020c3430e6 SHA512 7d1af3a7ff4adf014b1fd264fc98adc6986abfd2d068ad95e776fca73505b9505ca8054e7d16290b981b2a9c68a717b3dc5d6eea823a9e3ec22ec8beec592733 DIST filelock-3.25.1.tar.gz 40319 BLAKE2B 629978c3ef07249c35a833814fe54b22c57146d4d7425bb9ca9694ea79f2dcb2352134209e10ed529eb9653459c3c81852cd7567f3674f657d1f1ee13ab16097 SHA512 32b269057d696e39c32538327092aef3349f99ff9e0e60bcf05414fd2c56837a96f705f1d55762ae1b386366b8fd3b5c00b05253676c4530e1445645a461cbec DIST filelock-3.25.1.tar.gz.provenance 9614 BLAKE2B 12c6d08c63ffa1cae2b29c00da8a38025aa01ef8e283d016c3ad0853d09e21db031b3ba3620b90b2d5c984087a2f3b8732f07e883ede54ac44ca016bb91f82bb SHA512 a0417bfd00906d3bfe2ab94ba9d6871f40b064198df52d526469849a35b03457ea1023de932b12d752bf285c131de37cdaab2ac15bc4014c3f67cb27099bc0f1 +DIST filelock-3.25.2.tar.gz 40480 BLAKE2B ba4435e9f121e2c6e1a584ab915b3b2402cb061c9e173d4c1f5c4225c1f345f6e5fa1f4d46ff3b11f46f433f1bfc801fcd1f6cb456883688798126320ee08e2c SHA512 cc2fa97b1720a9b76c2b66da0268ead7c29d188511737672240002215e90362e5e214befc617dd15aed645dee9077d29b31b24bcccfa1fdd3ab0e8f8982601e1 +DIST filelock-3.25.2.tar.gz.provenance 9520 BLAKE2B e536981b5f552135a6066eaf75ac045590f8fe71da4d1a794fc897a8734d72ab749da7135fb5c7c7cf49ffb0e89890ed1e029091ce8ae05ecc6845fc0898833b SHA512 9a3ba6774aef62a400a73ad561415e184bc1ed717e0b2f4f8d2d42ca74c319f06ff40e88f38093eff3f3e3e2fc08cf296ccbdb1b7d5162b02efd505c9c417a62 diff --git a/dev-python/filelock/filelock-3.25.2.ebuild b/dev-python/filelock/filelock-3.25.2.ebuild new file mode 100644 index 000000000000..7b558247d30e --- /dev/null +++ b/dev-python/filelock/filelock-3.25.2.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
