commit: 9de2456bd6a67af756ec54dbddac89e48663a80c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 17 09:40:37 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 17 13:22:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9de2456b
dev-util/bump-my-version: add 0.32.1, drop 0.29.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/bump-my-version/Manifest | 2 +-
.../{bump-my-version-0.29.0.ebuild => bump-my-version-0.32.1.ebuild} | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/bump-my-version/Manifest
b/dev-util/bump-my-version/Manifest
index f710f4b34..661326525 100644
--- a/dev-util/bump-my-version/Manifest
+++ b/dev-util/bump-my-version/Manifest
@@ -1,2 +1,2 @@
-DIST bump_my_version-0.29.0.tar.gz 1013425 BLAKE2B
d70b7cf2ee206e6b8c3d4325bc06220564bbceb6edfe12a814f7eede832fb1a15cbb03ae53d2e2c7f8d799a7e444095d0d5a34a7f072321a1c8b1b6668e4b5f7
SHA512
5692523708c2b741757554664436e40f1b3d27961eb3aa9b1c81beaea7a5e5f8dc6c9eb21e6d0e81aab5209165b6cf8b048b0f8b3a4d71a978d54116cb3dc154
DIST bump_my_version-0.30.0.tar.gz 1062228 BLAKE2B
7949839047321811eccc1cf93fd85e71691389bfde203f2a24932f4a2e38e0e1b99cba7ba900cc46850de367a6569b7b958fa4144166d5ca779755816c073f64
SHA512
6fc1ec7a2231e4e665ebfc0caacbb089498ea714eb144154cfa322fb1efd278f3530447417314e6eb0e99c5edfbc4270de2f9f9461237a18eb22a46a4fdd0e87
+DIST bump_my_version-0.32.1.tar.gz 1066239 BLAKE2B
054abc5dc7da5337934fb5cfdeddc5d59e411a765a4e5deedaa111295c800f899a40de6886a3e2b281bad630cbbc81a84444aa54f78f9bce95fbc0281576c16d
SHA512
af0fa34735e2fa85a2875cdf9c2f611cf45c6abc13bb3a4f343016ad59327163d8aecd8b6ba66b6502e2a3e84eee4b66509b74d9b5c8da1ea2c37d01d5711f12
diff --git a/dev-util/bump-my-version/bump-my-version-0.29.0.ebuild
b/dev-util/bump-my-version/bump-my-version-0.32.1.ebuild
similarity index 89%
rename from dev-util/bump-my-version/bump-my-version-0.29.0.ebuild
rename to dev-util/bump-my-version/bump-my-version-0.32.1.ebuild
index f80e2375d..7af2ff7a7 100644
--- a/dev-util/bump-my-version/bump-my-version-0.29.0.ebuild
+++ b/dev-util/bump-my-version/bump-my-version-0.32.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,6 +19,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
+ >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-2.0[${PYTHON_USEDEP}]
dev-python/pydantic-settings[${PYTHON_USEDEP}]
dev-python/questionary[${PYTHON_USEDEP}]
@@ -32,6 +33,7 @@ BDEPEND="
dev-vcs/git
dev-vcs/mercurial
dev-python/freezegun[${PYTHON_USEDEP}]
+ >=dev-python/pytest-localserver-0.9.0_p0[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"