repo/gentoo:master commit in: dev-python/filelock/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786681274.5aeae4d3d148b716b6803d314efa3e534ba69e18.mgorny@gentoo> |
commit: 5aeae4d3d148b716b6803d314efa3e534ba69e18
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 03:50:50 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 04:21:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeae4d3
dev-python/filelock: Bump to 3.32.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/filelock/Manifest | 2 ++
dev-python/filelock/filelock-3.32.3.ebuild | 31 ++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
index cabe68f747a5..9a5566da7675 100644
--- a/dev-python/filelock/Manifest
+++ b/dev-python/filelock/Manifest
@@ -6,3 +6,5 @@ DIST filelock-3.31.0.tar.gz 180931 BLAKE2B 1921f1ec88d79cb764c30dc5f2ebf9192209d
DIST filelock-3.31.0.tar.gz.provenance 9855 BLAKE2B 9b98e156d7e941a8585d6deb01ac732966ab560cbcf86dc5a6c076c74a7877c7fde9cc7982e084e502f3047a62b2571baffc4e81010d576a2283844b3be64d68 SHA512 4400dda6b091d5efbe61dc2cbc62e03fcaaf5d28f8e80e38e7e3e9cd5bc7f2d53eb969c123c0b8bb9da277e455dad1ef7769fecf7c999e94ad1a691b7b5ea1ff
DIST filelock-3.32.2.tar.gz 217172 BLAKE2B 0d225439238f34eb3050ebeef61846279fa76303609c6c6c66b6680f3c2099cbaec04b406c9daf057f400785a567318ff0bb8874aaef7f032ac080c4bbf74984 SHA512 495d99f98c83bd3c307abb70155e04a8e8443de922280170406246468f516632b9b42f6d63a3ff8db38d2b8acd6223ad351dd0fe07b4e62dcc5699c606f2c92b
DIST filelock-3.32.2.tar.gz.provenance 9530 BLAKE2B dc7b8c939c1d3067535c9670e0ec2e96cc1f2835e478ecfa6bf196fb98489294b623119a74cb22b2e03f32b74638afb05e61a174d0406cf7efc6f62354b3505e SHA512 4561f7f0220ccdfb295502bae784b1346f640de7c356f85403e6c43cc7ccd7a83861514b7966a7cfff9cbaf7036337e87cba155cff7dd4d0ce75a58dada4e093
+DIST filelock-3.32.3.tar.gz 218135 BLAKE2B 5b4419e69a892ef0df4afac008fedf19025f162092dfbe472c925141278b9f5834edd3f9c5ba10db39091f42bf748653b63659c0215dc24f29b4951ae4f5d70f SHA512 896063634b104faa169aae67df71f1b77161340c2b99205923fb8c9e74cdd1b2d618153b44831095299a30bf83ed8319c5d2bc5229f17afad88909417e98dbea
+DIST filelock-3.32.3.tar.gz.provenance 9622 BLAKE2B 67bc8f6e8909a9b1ce99cc53b627df63762019b1075f796f9027e70d196944b6ea2e3e63dc6e759077bda139912cdbb8c1c298f591fe1c1c90a12219404a02d3 SHA512 b2ac1f0f6a087605da3bbbffec6918661aa164991ae33e0f6098039eae6cbc1e6ed0f6bee2073d86f1c30fc84df1e3b1a0893882d697c5c494b76c51568770a9
diff --git a/dev-python/filelock/filelock-3.32.3.ebuild b/dev-python/filelock/filelock-3.32.3.ebuild
new file mode 100644
index 000000000000..b905d777c546
--- /dev/null
+++ b/dev-python/filelock/filelock-3.32.3.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_{12..15} python3_{14..15}t )
+
+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