From a586889acf6521defd22553de64a129e74006fe656a124a51bd7db3c67614322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 8 Mar 2021 08:49:26 +0000 Subject: [PATCH] - update to version 1.13.0 * Support for Python 2 has been removed. * The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01 challenge. It is now compatible with external HTTPS redirection by a CDN or load balancer. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=53 --- certbot-nginx-1.11.0.tar.gz | 3 --- certbot-nginx-1.13.0.tar.gz | 3 +++ python-certbot-nginx.changes | 8 ++++++++ python-certbot-nginx.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 certbot-nginx-1.11.0.tar.gz create mode 100644 certbot-nginx-1.13.0.tar.gz diff --git a/certbot-nginx-1.11.0.tar.gz b/certbot-nginx-1.11.0.tar.gz deleted file mode 100644 index 733c80c..0000000 --- a/certbot-nginx-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9afe611f99a78b8898941b8ad7bdcf7f3c2b6e0fce27125268f7c713e64b34ee -size 76335 diff --git a/certbot-nginx-1.13.0.tar.gz b/certbot-nginx-1.13.0.tar.gz new file mode 100644 index 0000000..fa965bd --- /dev/null +++ b/certbot-nginx-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e972cc19c0fa9e5b7863da0423b156fbfb5623fd30b558fd2fd6d21c24c0b08 +size 76011 diff --git a/python-certbot-nginx.changes b/python-certbot-nginx.changes index b580858..616902a 100644 --- a/python-certbot-nginx.changes +++ b/python-certbot-nginx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 8 08:42:04 UTC 2021 - Markéta Machová + +- update to version 1.13.0 + * Support for Python 2 has been removed. + * The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01 + challenge. It is now compatible with external HTTPS redirection by a CDN or load balancer. + ------------------------------------------------------------------- Fri Jan 8 10:19:34 UTC 2021 - Antonio Larrosa diff --git a/python-certbot-nginx.spec b/python-certbot-nginx.spec index c355433..8178869 100644 --- a/python-certbot-nginx.spec +++ b/python-certbot-nginx.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-certbot-nginx -Version: 1.11.0 +Version: 1.13.0 Release: 0 Summary: Nginx plugin for Certbot License: Apache-2.0