diff --git a/certbot-0.40.1.tar.gz b/certbot-0.40.1.tar.gz deleted file mode 100644 index 4424638..0000000 --- a/certbot-0.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc81b3044cf401c55fa36c30893887fcb92657df1d76a8848059683df3b10d1 -size 361523 diff --git a/certbot-1.0.0.tar.gz b/certbot-1.0.0.tar.gz new file mode 100644 index 0000000..f2ace03 --- /dev/null +++ b/certbot-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b82d31db19fffffb0d6b218951e2121ef514e3ff659aa042deaf92a33e302a +size 357926 diff --git a/python-certbot.changes b/python-certbot.changes index ceb2346..768a0e9 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 3 11:16:34 UTC 2020 - Marketa Calabkova + +- update to version 1.0.0 + * certbot-auto has deprecated support for systems using OpenSSL 1.0.1 + that are not running on x86-64. + * Certbot's config_changes subcommand has been removed + * certbot.plugins.common.TLSSNI01 has been removed. + * The functions certbot.client.view_config_changes, + certbot.main.config_changes, + certbot.plugins.common.Installer.view_config_changes, + certbot.reverter.Reverter.view_config_changes, and + certbot.util.get_systemd_os_info have been removed + * Certbot's register --update-registration subcommand has been removed + * When possible, default to automatically configuring the webserver so all requests + redirect to secure HTTPS access. This is mostly relevant when running Certbot + in non-interactive mode. Previously, the default was to not redirect all requests. + ------------------------------------------------------------------- Thu Nov 14 12:19:12 UTC 2019 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 30d3b11..61fa362 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 0.40.1 +Version: 1.0.0 Release: 0 Summary: ACME client License: Apache-2.0