From 74172f431c27fd94cd0c4051f597e7ea35099c58 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:06:06 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-certbot-dns-route53.spec b/python-certbot-dns-route53.spec index 15a7fde..5a5f99f 100644 --- a/python-certbot-dns-route53.spec +++ b/python-certbot-dns-route53.spec @@ -14,7 +14,7 @@ Name: python-%{pypi_name} Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Route53 DNS Authenticator plugin for Certbot License: ASL 2.0 @@ -194,6 +194,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} %endif %changelog +* Tue May 26 2020 Miro Hrončok - 1.4.0-3 +- Rebuilt for Python 3.9 + * Tue May 12 2020 Felix Schwarz - 1.4.0-2 - run tests with pytest to fix tests on EPEL 7 (workaround for rhbz #1834529)