public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/certbot-dns-rfc2136/
Date: Thu, 16 Mar 2023 08:41:50 +0000 (UTC)	[thread overview]
Message-ID: <1678840382.31a4adc84b7460078b8d2fc83ef43b21dfbeac09.flow@gentoo> (raw)

commit:     31a4adc84b7460078b8d2fc83ef43b21dfbeac09
Author:     Thibaud CANALE <thican <AT> thican <DOT> net>
AuthorDate: Wed Mar  8 01:14:38 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 00:33:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31a4adc8

app-crypt/certbot-dns-rfc2136: add 2.3.0, 2.4.0

Signed-off-by: Thibaud CANALE <thican <AT> thican.net>

 app-crypt/certbot-dns-rfc2136/Manifest                                | 2 ++
 ...rtbot-dns-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.3.0.ebuild} | 4 ++--
 ...rtbot-dns-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.4.0.ebuild} | 4 ++--
 app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild         | 4 ++--
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest
index 3e3aea56f..b3e248e20 100644
--- a/app-crypt/certbot-dns-rfc2136/Manifest
+++ b/app-crypt/certbot-dns-rfc2136/Manifest
@@ -1,3 +1,5 @@
 DIST certbot-2.0.0.gh.tar.gz 1326589 BLAKE2B d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3 SHA512 c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
 DIST certbot-2.1.0.gh.tar.gz 1327451 BLAKE2B c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0 SHA512 83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6 SHA512 242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
+DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660 SHA512 5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb
+DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e SHA512 c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108

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
similarity index 93%
copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.3.0.ebuild
index e784b2ceb..dd6f254b6 100644
--- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
+++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.3.0.ebuild
@@ -37,14 +37,14 @@ SLOT="0"
 S="${WORKDIR}/${PARENT_P}/${PN}"
 
 BDEPEND="
-	test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
 
 RDEPEND="
 	${PYTHON_DEPS}
 	>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
 	>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-	>=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
+	>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme

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
similarity index 93%
copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.4.0.ebuild
index e784b2ceb..dd6f254b6 100644
--- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
+++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.4.0.ebuild
@@ -37,14 +37,14 @@ SLOT="0"
 S="${WORKDIR}/${PARENT_P}/${PN}"
 
 BDEPEND="
-	test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
 
 RDEPEND="
 	${PYTHON_DEPS}
 	>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
 	>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-	>=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
+	>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme

diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
index e784b2ceb..dd6f254b6 100644
--- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
+++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
@@ -37,14 +37,14 @@ SLOT="0"
 S="${WORKDIR}/${PARENT_P}/${PN}"
 
 BDEPEND="
-	test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
 
 RDEPEND="
 	${PYTHON_DEPS}
 	>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
 	>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-	>=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
+	>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme


             reply	other threads:[~2023-03-16  8:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  8:41 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  4:00 [gentoo-commits] repo/proj/guru:master commit in: app-crypt/certbot-dns-rfc2136/ Haelwenn Monnier
2024-05-15 16:06 Julien Roy
2024-04-04 10:09 Florian Schmaus
2024-02-23 23:40 Julien Roy
2024-02-23 23:40 Julien Roy
2023-12-20  9:10 David Roman
2023-12-20  9:10 David Roman
2023-11-21 15:05 David Roman
2023-11-21 15:05 David Roman
2023-05-16  5:08 Viorel Munteanu
2023-05-16  5:08 Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2023-03-16  8:41 Florian Schmaus
2023-01-30 10:29 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2022-10-07 13:13 Arthur Zamarin
2022-10-07 13:13 Arthur Zamarin
2022-09-13 10:53 Andrew Ammerlaan
2022-09-13 10:53 Andrew Ammerlaan
2022-07-20  9:35 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678840382.31a4adc84b7460078b8d2fc83ef43b21dfbeac09.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox