From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-datadir/
Date: Sat, 07 Jun 2025 06:13:28 +0000 (UTC) [thread overview]
Message-ID: <1749276796.b9f134430031c9a2460d0ec8f79c4ae9e43d12cf.mgorny@gentoo> (raw)
commit: b9f134430031c9a2460d0ec8f79c4ae9e43d12cf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 04:36:21 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 06:13:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f13443
dev-python/pytest-datadir: Bump to 1.7.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-datadir/Manifest | 1 +
.../pytest-datadir/pytest-datadir-1.7.2.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest
index 9f4d50db6a39..969f7a1be8c3 100644
--- a/dev-python/pytest-datadir/Manifest
+++ b/dev-python/pytest-datadir/Manifest
@@ -1,3 +1,4 @@
DIST pytest_datadir-1.6.1.tar.gz 9391 BLAKE2B ce5d0a87e610c6828e2b342bf8d41534e729dff5728238d1ea6a5a78fa1e46d70d4e00d197797f712c1cb4cb3988890a2b1de12f84f867b4538aa57566cb439d SHA512 e7de5aa5196d9c6be519c77b8139bdb416d91540739671d1ae838c4292007819fd6a0b1e0c9aa9380db8ebdeed927c4cfec3e6d4b0f1b2b2b42ec2cce0f97e44
DIST pytest_datadir-1.7.0.tar.gz 10795 BLAKE2B 85910bf65bf7f163c787c9b4ef75767b65e69197808c4aeeb07ee706d4cd6fefa60fc89788fdeff886cbd8e6ef9bbf3ae7e2934309156fabb910ea8e56a6547b SHA512 6be7ff6a4d615941aa3e99739df79c19eba1eb0bd7edca1cacc80b5ad3a48e3045c4b75e3de965eb4ad720ea0c18f3733a8fc652ef0086432bd1485e2f86fd53
DIST pytest_datadir-1.7.1.tar.gz 10962 BLAKE2B 3e86642c1a57c651627d0047e889dba6b7f6f7abf1fa991917800628d084a1de6f55249b3522d96b07a8dca3de72d942b4a1f99606dd95a62d78906cbf436c2a SHA512 9310cbb1b8ce5143d45689b52fbdbc3f0930f2caa24d015cee57f296f31a7b4bea60f7f23392babc3a61ccbb492fe5b84c58a79fa0902cbeb6754319d001d55c
+DIST pytest_datadir-1.7.2.tar.gz 11265 BLAKE2B 34f28f8d3f28a3b55534526dd6ce022d50f76b3ee24321415177c95e68aeb223d630d7f9c8b84e9bba630557adb8bccb8ef15f2482320a61893fda6eb3825d25 SHA512 737c7825b4c587a3df43b363bb07f80c770c11fd48e6adaf93f32bf3101a75e77988752ef187607d6090bf60e605964788bd65b16379877ccc633e196c78b934
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.7.2.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.7.2.ebuild
new file mode 100644
index 000000000000..d2e9e7e9d261
--- /dev/null
+++ b/dev-python/pytest-datadir/pytest-datadir-1.7.2.ebuild
@@ -0,0 +1,28 @@
+# 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="Pytest plugin for manipulating test data directories and files"
+HOMEPAGE="
+ https://github.com/gabrielcnr/pytest-datadir/
+ https://pypi.org/project/pytest-datadir/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2025-06-07 6:13 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 6:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-05 7:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-datadir/ Arthur Zamarin
2025-08-01 2:45 Michał Górny
2025-06-14 12:17 Michał Górny
2025-06-14 12:06 Arthur Zamarin
2025-06-03 4:59 Michał Górny
2025-05-30 14:04 Michał Górny
2025-05-11 20:37 Sam James
2025-03-08 10:55 Michał Górny
2025-03-08 10:48 Arthur Zamarin
2025-02-16 16:02 Michał Górny
2025-02-08 7:12 Michał Górny
2024-05-11 11:05 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-10-04 5:51 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2023-03-19 17:36 Arthur Zamarin
2023-03-17 15:23 Michał Górny
2023-01-25 16:10 WANG Xuerui
2022-11-29 8:41 Michał Górny
2022-11-29 8:41 Michał Górny
2022-11-29 8:41 Michał Górny
2022-11-29 7:25 Arthur Zamarin
2022-10-27 4:49 Michał Górny
2022-06-24 15:46 Michał Górny
2022-06-10 4:15 Michał Górny
2022-06-10 3:09 Sam James
2022-05-10 16:18 Arthur Zamarin
2022-03-12 10:51 Arthur Zamarin
2022-02-27 16:38 Sam James
2022-02-07 11:36 Sam James
2021-11-19 8:37 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-09-27 8:40 James Le Cuirot
2021-09-07 5:30 Sam James
2021-09-07 2:47 Sam James
2021-09-06 21:26 Sam James
2021-08-11 20:14 Sam James
2021-08-04 21:57 Marek Szuba
2021-07-25 3:23 Sam James
2021-05-20 20:16 Michał Górny
2021-05-20 20:16 Michał Górny
2020-12-06 9:14 Michał Górny
2020-10-17 16:41 Joonas Niilola
2020-10-17 16:41 Joonas Niilola
2020-09-15 8:09 Joonas Niilola
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=1749276796.b9f134430031c9a2460d0ec8f79c4ae9e43d12cf.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