summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-05-08 19:19:22 +0800
committerYixun Lan <dlan@gentoo.org>2022-05-08 19:21:11 +0800
commitede3d6eb5abafe0aa0b1e1542d5d43d200332837 (patch)
treef5d63cbfaed000bb3f3233d2931fe976cf2cbc76
parentprofiles/arch/alpha: Unmask python3_10 (diff)
downloadgentoo-ede3d6eb5abafe0aa0b1e1542d5d43d200332837.tar.gz
gentoo-ede3d6eb5abafe0aa0b1e1542d5d43d200332837.tar.bz2
gentoo-ede3d6eb5abafe0aa0b1e1542d5d43d200332837.zip
dev-vcs/git-pw: add 2.3.0, drop 2.2.3
fix dev-python/click dep issue Closes: https://bugs.gentoo.org/843203 Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--dev-vcs/git-pw/Manifest2
-rw-r--r--dev-vcs/git-pw/git-pw-2.3.0.ebuild (renamed from dev-vcs/git-pw/git-pw-2.2.3.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest
index 7108c3dc8dd3..53447848c062 100644
--- a/dev-vcs/git-pw/Manifest
+++ b/dev-vcs/git-pw/Manifest
@@ -1 +1 @@
-DIST git-pw-2.2.3.tar.gz 33605 BLAKE2B 6f8b72b1ef8cda3f5dea568ad0e872d3c8f1795bf9889b76cd281bc19b303a903baa38a89036511b2d1496b258b37e843fcbc333f5a86735bcae6f3d22f3a320 SHA512 06a34e1cc3a7b32b44a6042abf17d00f5b648039ce091885bf19638457f3800f2daecbcd03ae9da2f48166bac53a2219735e251145302bcc98a9cd29fab7450f
+DIST git-pw-2.3.0.tar.gz 34301 BLAKE2B b1bba3696c1d658ee76900d0787121dd5f89143774c7f7e79971f89b391d66c454a3f3f4103c35bc6a0bd77113e990f915b8313b855f7946518c033222e26419 SHA512 b83d7ad5c8e4f7f28e6df09ea286cef41940b76d8ac0eedf1993a7beeefd8a62298f4a4f9e6c0988c68811091f1740548e85ba1b689464447fa7fe74d31eb7b6
diff --git a/dev-vcs/git-pw/git-pw-2.2.3.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
index e7caa3775a7f..340a2c3bdb5a 100644
--- a/dev-vcs/git-pw/git-pw-2.2.3.ebuild
+++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ IUSE=""
RDEPEND="
>=dev-python/arrow-0.10[${PYTHON_USEDEP}]
- <dev-python/click-8.0[${PYTHON_USEDEP}]
+ >=dev-python/click-6.0[${PYTHON_USEDEP}]
dev-python/pbr[${PYTHON_USEDEP}]
<dev-python/requests-3.0[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8[${PYTHON_USEDEP}]