commit: b59b57dbc446e79ac538a8fecd1e6c89fd343f5e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 8 05:34:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 8 05:39:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59b57db
dev-python/dbutils: Bump to 3.1.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbutils/Manifest | 1 +
dev-python/dbutils/dbutils-3.1.2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/dbutils/Manifest b/dev-python/dbutils/Manifest
index 89d35c9e472d..184f40ade125 100644
--- a/dev-python/dbutils/Manifest
+++ b/dev-python/dbutils/Manifest
@@ -1 +1,2 @@
DIST dbutils-3.1.1.tar.gz 95821 BLAKE2B
12b8a334ab12b9bd599d20b60600289ec91e30762e7a33d17219e63924e209edd2ad7181a1fb23c2e1e1ff31a672f6a238e072a1bf9067c393844e2d9be51b37
SHA512
045339a7fea2dc99e689057cce39ac58ed5bc2bbf86b0c361571ca9d40a3b9eb689c9d470c5493aa7802ef2a4d139e8241a14740fe17f82efb091f1b18d02184
+DIST dbutils-3.1.2.tar.gz 95869 BLAKE2B
35fec78245f57f7e140af9717ac194318ee7e8ec51fd7a34b925c0fdad1fa53ceb671a7d5c9fd6c7cc34d8ed03c39d63965b3f9f6199ddc11c438e6a92fce5c0
SHA512
cb9bdc6cc0cd01ee3c054d1b682e4626a9b5a138bfbb5334421d10e9666c33183f51c8c8cb0c00e296dff730ef2180fcf2d544caf03505882176271b30ffb5ab
diff --git a/dev-python/dbutils/dbutils-3.1.2.ebuild
b/dev-python/dbutils/dbutils-3.1.2.ebuild
new file mode 100644
index 000000000000..a2ed8f6faa9b
--- /dev/null
+++ b/dev-python/dbutils/dbutils-3.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=DBUtils
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Database connections for multi-threaded environments"
+HOMEPAGE="
+ https://webwareforpython.github.io/DBUtils/
+ https://github.com/WebwareForPython/DBUtils/
+ https://pypi.org/project/DBUtils/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_install_all() {
+ local HTML_DOCS=( docs/. )
+ distutils-r1_python_install_all
+}