commit:     ede3d6eb5abafe0aa0b1e1542d5d43d200332837
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 11:19:22 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun May  8 11:21:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede3d6eb

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 <AT> gentoo.org>

 dev-vcs/git-pw/Manifest                                     | 2 +-
 dev-vcs/git-pw/{git-pw-2.2.3.ebuild => git-pw-2.3.0.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
similarity index 92%
rename from dev-vcs/git-pw/git-pw-2.2.3.ebuild
rename to 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}]

Reply via email to