From f01c94de8603930746fe5854373e7d9fdd98755b Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Tue, 12 May 2020 15:37:15 -0500 Subject: [PATCH] certbot: update to 1.4.0 Mock removed from upstream; removed patch. --- srcpkgs/certbot/patches/remove-mock.patch | 10 ---------- srcpkgs/certbot/template | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 srcpkgs/certbot/patches/remove-mock.patch diff --git a/srcpkgs/certbot/patches/remove-mock.patch b/srcpkgs/certbot/patches/remove-mock.patch deleted file mode 100644 index f8be01a01bf..00000000000 --- a/srcpkgs/certbot/patches/remove-mock.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py -+++ setup.py -@@ -45,7 +45,6 @@ - # 1.1.0+ is required to avoid the warnings described at - # https://github.com/certbot/josepy/issues/13. - 'josepy>=1.1.0', -- 'mock', - 'parsedatetime>=1.3', # Calendar.parseDT - 'pyrfc3339', - 'pytz', diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index d4d17640a5d..c548f8272cf 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,6 +1,6 @@ # Template file for 'certbot' pkgname=certbot -version=1.3.0 +version=1.4.0 revision=1 archs=noarch build_style=python3-module @@ -16,7 +16,7 @@ maintainer="Alex Childs " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz" -checksum=bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8 +checksum=69b5b7925de0d3b693b00a40bf109d85afb24c7199bf616339d74d59a80d8d96 post_install() { rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests