Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pw/
Date: Sun, 08 May 2022 11:24:07
Message-Id: 1652008871.ede3d6eb5abafe0aa0b1e1542d5d43d200332837.dlan@gentoo
1 commit: ede3d6eb5abafe0aa0b1e1542d5d43d200332837
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 11:19:22 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 11:21:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede3d6eb
7
8 dev-vcs/git-pw: add 2.3.0, drop 2.2.3
9
10 fix dev-python/click dep issue
11
12 Closes: https://bugs.gentoo.org/843203
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 dev-vcs/git-pw/Manifest | 2 +-
16 dev-vcs/git-pw/{git-pw-2.2.3.ebuild => git-pw-2.3.0.ebuild} | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest
20 index 7108c3dc8dd3..53447848c062 100644
21 --- a/dev-vcs/git-pw/Manifest
22 +++ b/dev-vcs/git-pw/Manifest
23 @@ -1 +1 @@
24 -DIST git-pw-2.2.3.tar.gz 33605 BLAKE2B 6f8b72b1ef8cda3f5dea568ad0e872d3c8f1795bf9889b76cd281bc19b303a903baa38a89036511b2d1496b258b37e843fcbc333f5a86735bcae6f3d22f3a320 SHA512 06a34e1cc3a7b32b44a6042abf17d00f5b648039ce091885bf19638457f3800f2daecbcd03ae9da2f48166bac53a2219735e251145302bcc98a9cd29fab7450f
25 +DIST git-pw-2.3.0.tar.gz 34301 BLAKE2B b1bba3696c1d658ee76900d0787121dd5f89143774c7f7e79971f89b391d66c454a3f3f4103c35bc6a0bd77113e990f915b8313b855f7946518c033222e26419 SHA512 b83d7ad5c8e4f7f28e6df09ea286cef41940b76d8ac0eedf1993a7beeefd8a62298f4a4f9e6c0988c68811091f1740548e85ba1b689464447fa7fe74d31eb7b6
26
27 diff --git a/dev-vcs/git-pw/git-pw-2.2.3.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
28 similarity index 92%
29 rename from dev-vcs/git-pw/git-pw-2.2.3.ebuild
30 rename to dev-vcs/git-pw/git-pw-2.3.0.ebuild
31 index e7caa3775a7f..340a2c3bdb5a 100644
32 --- a/dev-vcs/git-pw/git-pw-2.2.3.ebuild
33 +++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 2021 Gentoo Authors
36 +# Copyright 2021-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -23,7 +23,7 @@ IUSE=""
41
42 RDEPEND="
43 >=dev-python/arrow-0.10[${PYTHON_USEDEP}]
44 - <dev-python/click-8.0[${PYTHON_USEDEP}]
45 + >=dev-python/click-6.0[${PYTHON_USEDEP}]
46 dev-python/pbr[${PYTHON_USEDEP}]
47 <dev-python/requests-3.0[${PYTHON_USEDEP}]
48 >=dev-python/tabulate-0.8[${PYTHON_USEDEP}]