Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/certbot-dns-rfc2136/
Date: Thu, 16 Mar 2023 08:41:55
Message-Id: 1678840382.31a4adc84b7460078b8d2fc83ef43b21dfbeac09.flow@gentoo
1 commit: 31a4adc84b7460078b8d2fc83ef43b21dfbeac09
2 Author: Thibaud CANALE <thican <AT> thican <DOT> net>
3 AuthorDate: Wed Mar 8 01:14:38 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 00:33:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31a4adc8
7
8 app-crypt/certbot-dns-rfc2136: add 2.3.0, 2.4.0
9
10 Signed-off-by: Thibaud CANALE <thican <AT> thican.net>
11
12 app-crypt/certbot-dns-rfc2136/Manifest | 2 ++
13 ...rtbot-dns-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.3.0.ebuild} | 4 ++--
14 ...rtbot-dns-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.4.0.ebuild} | 4 ++--
15 app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 6 deletions(-)
17
18 diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest
19 index 3e3aea56f..b3e248e20 100644
20 --- a/app-crypt/certbot-dns-rfc2136/Manifest
21 +++ b/app-crypt/certbot-dns-rfc2136/Manifest
22 @@ -1,3 +1,5 @@
23 DIST certbot-2.0.0.gh.tar.gz 1326589 BLAKE2B d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3 SHA512 c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
24 DIST certbot-2.1.0.gh.tar.gz 1327451 BLAKE2B c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0 SHA512 83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
25 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6 SHA512 242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
26 +DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660 SHA512 5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb
27 +DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e SHA512 c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108
28
29 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.3.0.ebuild
30 similarity index 93%
31 copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
32 copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.3.0.ebuild
33 index e784b2ceb..dd6f254b6 100644
34 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
35 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.3.0.ebuild
36 @@ -37,14 +37,14 @@ SLOT="0"
37 S="${WORKDIR}/${PARENT_P}/${PN}"
38
39 BDEPEND="
40 - test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
41 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
42 "
43
44 RDEPEND="
45 ${PYTHON_DEPS}
46 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
47 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
48 - >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
49 + >=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
50 "
51
52 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
53
54 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.4.0.ebuild
55 similarity index 93%
56 copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
57 copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.4.0.ebuild
58 index e784b2ceb..dd6f254b6 100644
59 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
60 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.4.0.ebuild
61 @@ -37,14 +37,14 @@ SLOT="0"
62 S="${WORKDIR}/${PARENT_P}/${PN}"
63
64 BDEPEND="
65 - test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
66 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
67 "
68
69 RDEPEND="
70 ${PYTHON_DEPS}
71 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
72 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
73 - >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
74 + >=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
75 "
76
77 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
78
79 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
80 index e784b2ceb..dd6f254b6 100644
81 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
82 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
83 @@ -37,14 +37,14 @@ SLOT="0"
84 S="${WORKDIR}/${PARENT_P}/${PN}"
85
86 BDEPEND="
87 - test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
88 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
89 "
90
91 RDEPEND="
92 ${PYTHON_DEPS}
93 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
94 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
95 - >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
96 + >=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
97 "
98
99 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme