diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-03 11:45:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-03 11:50:53 -0600 |
commit | 8ece09054e59d2995965afa300c448765fb062b7 (patch) | |
tree | ba5c7f1cd182464325ab8def43bc1dcf994abf6f /app-crypt/acme/acme-9999.ebuild | |
parent | media-sound/openmpt123: Bump to 0.5.5, drop old 0.5.4 (diff) | |
download | gentoo-8ece09054e59d2995965afa300c448765fb062b7.tar.gz gentoo-8ece09054e59d2995965afa300c448765fb062b7.tar.bz2 gentoo-8ece09054e59d2995965afa300c448765fb062b7.zip |
app-crypt/acme: 1.12.0 bump 1.11.0 stable amd64/x86 with cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme/acme-9999.ebuild')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 6cc70cdf80e7..00d5ef84ecfd 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -26,15 +26,15 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] + >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}] >=dev-python/idna-2.0.0[${PYTHON_USEDEP}] >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/requests-2.10[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/six-1.11.0[${PYTHON_USEDEP}] " DEPEND=" doc? ( |