From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/
Date: Sun, 23 Jun 2024 02:53:21 +0000 (UTC) [thread overview]
Message-ID: <1719111182.62fbfd06fc2715a5a30f50647cf22d506514b60e.mgorny@gentoo> (raw)
commit: 62fbfd06fc2715a5a30f50647cf22d506514b60e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 02:47:19 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 02:53:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fbfd06
dev-python/filelock: Bump to 3.15.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/filelock/Manifest | 1 +
dev-python/filelock/filelock-3.15.4.ebuild | 31 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
index 003c77a24d9f..1a1efe264714 100644
--- a/dev-python/filelock/Manifest
+++ b/dev-python/filelock/Manifest
@@ -1,3 +1,4 @@
DIST filelock-3.14.0.tar.gz 15401 BLAKE2B afa95a941189cd73767684016502fba6972541a8a0f16bed0a4acc6452700224d511a17e6882b1c680fa6b20621b617704a7e9d3aff8ae883ede56f40acb5de3 SHA512 51eda6394fcac86a12887fe1974022b9da921fb96a61887f7a91c5b15f083a4c9186600ec61b4e93b91b8c4799c50ca4b6c418416c6bf2b422ea3b41715258e4
DIST filelock-3.15.1.tar.gz 17564 BLAKE2B 5a4b7a02697318023bb555900c4ee8d486c62a7177fd35c374c13d03a1f03cd3bd36c40b2511112b098f0185e20c936251a9bc16373b2f3c3c61b8f154436f08 SHA512 cf8ef1cc68697ab04725057c186f6df8100ac480b727932be80b2ca655230861f5ae65f6957b992dcd4350433f90d958c9513f684685efb9080d0c506d730cbe
DIST filelock-3.15.3.tar.gz 17982 BLAKE2B 802601805a247cfa5ef90e6fc6c919adbf04a77f4bbe571a09e1656101e340981ab3fe8716071b52476bea0e690d84541f5443af64609cabb042af9b8e9705c5 SHA512 b4519a911ac90ba3e1b8b6cdfcd3d31eb6024f94cc6794c5ce1beeaeac10692a6bdef16f09aaf4c579d383b89862fd94b1bc6ccbec079232e4f9553f65bd7b1f
+DIST filelock-3.15.4.tar.gz 18007 BLAKE2B bf64d43b189453c8c1fcf258edefb2df340d20578d942d147197423c433cd6629d5e73615201d7ef84857450d7a4cf1375d0dfc69a422c4319a76f2dc157442f SHA512 d809df84f321ab9d99f46609cc664af2d9b73161906308e1a9f949c745694577901def228c40a860c606d652f9ecefe9014159eeea92266f94e981eecc4fe103
diff --git a/dev-python/filelock/filelock-3.15.4.ebuild b/dev-python/filelock/filelock-3.15.4.ebuild
new file mode 100644
index 000000000000..6e7072b2fa9c
--- /dev/null
+++ b/dev-python/filelock/filelock-3.15.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2018-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+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="Unlicense"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ dev-python/virtualenv[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2024-06-23 2:53 UTC|newest]
Thread overview: 106+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-23 2:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 9:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/ Michał Górny
2024-10-05 8:40 Arthur Zamarin
2024-09-28 10:33 Michał Górny
2024-09-18 14:03 Michał Górny
2024-09-08 2:52 Michał Górny
2024-07-13 9:00 Michał Górny
2024-07-13 8:38 Arthur Zamarin
2024-06-20 4:45 Michał Górny
2024-06-13 4:05 Michał Górny
2024-05-25 6:21 Michał Górny
2024-05-25 6:08 Arthur Zamarin
2024-05-09 16:48 Michał Górny
2024-04-30 5:02 Michał Górny
2024-04-24 17:15 Michał Górny
2024-04-24 15:31 Sam James
2024-04-11 19:04 Michał Górny
2024-04-11 16:15 Arthur Zamarin
2024-04-10 6:15 Michał Górny
2024-03-26 6:57 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-10-31 7:53 Michał Górny
2023-10-28 3:18 Michał Górny
2023-09-30 5:44 Michał Górny
2023-09-30 5:29 Arthur Zamarin
2023-09-14 5:30 Michał Górny
2023-08-28 16:53 Michał Górny
2023-07-24 12:35 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-13 5:12 Michał Górny
2023-06-10 14:44 Michał Górny
2023-05-24 7:02 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:53 Sam James
2023-04-22 9:16 Michał Górny
2023-04-22 8:56 Arthur Zamarin
2023-04-19 6:16 Michał Górny
2023-04-07 4:19 Michał Górny
2023-03-27 16:49 Michał Górny
2023-03-27 16:49 Michał Górny
2023-03-26 18:02 Michał Górny
2023-03-26 3:02 Michał Górny
2023-03-24 19:06 Arthur Zamarin
2023-03-24 5:21 Michał Górny
2023-03-23 16:36 Michał Górny
2023-03-16 3:33 Michał Górny
2023-03-14 16:57 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:49 Arthur Zamarin
2023-01-08 5:12 Michał Górny
2023-01-07 18:42 Arthur Zamarin
2022-12-28 19:11 Arthur Zamarin
2022-12-06 6:02 Michał Górny
2022-09-11 5:29 Michał Górny
2022-09-10 22:48 Jakov Smolić
2022-08-11 9:59 Michał Górny
2022-06-16 9:23 Michał Górny
2022-06-16 9:06 Jakov Smolić
2022-06-01 7:21 Michał Górny
2022-05-14 7:28 Michał Górny
2022-05-09 20:38 Michał Górny
2022-03-18 16:39 Michał Górny
2022-03-18 15:42 Arthur Zamarin
2022-03-18 15:19 Michał Górny
2022-03-18 14:41 Arthur Zamarin
2022-02-18 9:19 Michał Górny
2022-02-16 22:34 Michał Górny
2022-02-15 23:09 Michał Górny
2022-01-27 12:34 Michał Górny
2022-01-26 20:18 Jakov Smolić
2021-12-26 18:49 Arthur Zamarin
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-16 11:21 Michał Górny
2021-10-31 20:26 Michał Górny
2021-10-29 19:37 Michał Górny
2021-10-15 21:07 Michał Górny
2021-10-03 6:37 Michał Górny
2021-09-30 6:26 Michał Górny
2021-09-27 22:16 Michał Górny
2021-05-05 14:18 Michał Górny
2021-02-22 4:10 Joshua Kinard
2020-11-28 8:47 Sam James
2020-11-28 8:47 Sam James
2020-09-20 14:08 Michał Górny
2020-07-14 16:38 Sergei Trofimovich
2020-07-11 22:28 Sam James
2020-05-26 12:58 Michał Górny
2020-04-01 19:19 Mart Raudsepp
2020-03-27 8:58 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-01-05 19:43 Agostino Sarubbo
2020-01-05 18:45 Agostino Sarubbo
2019-12-07 23:07 Matt Turner
2019-11-23 10:35 Michał Górny
2019-10-12 20:23 Matt Turner
2019-07-29 8:50 Mikle Kolyada
2019-07-22 15:57 Aaron Bauman
2019-07-05 22:27 Sergei Trofimovich
2019-06-27 7:05 Sergei Trofimovich
2019-06-22 14:13 Sergei Trofimovich
2019-05-15 22:56 Sergei Trofimovich
2018-11-18 21:53 Thomas Deutschmann
2018-11-18 21:03 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719111182.62fbfd06fc2715a5a30f50647cf22d506514b60e.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox