Accepting request 940331 from home:susnux:branches:devel:languages:python:certbot
Update to version 1.20.0, requires: SR#940327 OBS-URL: https://build.opensuse.org/request/show/940331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=87
This commit is contained in:
committed by
Git OBS Bridge
parent
e554ed6344
commit
4de47c04f0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e56e18246ba5dc4951132e206844f7191d7b6a97264a005557fff25cd7287b
|
||||
size 405325
|
||||
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmEJo00ACgkQTRfJlc2X
|
||||
dfIZeggAuPZ3Qni4Ms0jzr3hPKiCcVwlIoBC4vU6IN5ebrIRJ5kVzq8v7+0VHnGV
|
||||
Je5yWh3PALv4B3tYKPHiU8Lnr8YPulizPGTT4fGe2wVCg6uLlhmDOPQV5QQG7u9c
|
||||
7FVDkVra7pmlVWoU8kNSsLUla1tc5BxqE6TJfa/EyqoKQqwtBD22GJAIT7Pgo3gh
|
||||
pdPDBpDoXUyNZB8kT55KaCfSqSXv6Ith9E8Uh48QxdLTf+YGFzGY6XMHFqOmrVx1
|
||||
WZTTxhRMmUfe30he1Rpicd6aq+dSxMJHI1Sjky9icLakR9nA7UVZCOhXWVwYA7gv
|
||||
yAAz2cn9W+XLtE0kYuhIdbq5eagg9Q==
|
||||
=aaFh
|
||||
-----END PGP SIGNATURE-----
|
||||
3
certbot-1.20.0.tar.gz
Normal file
3
certbot-1.20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea26b9f28e347d8c5c6f6c697c65e333c0660ca93ffd5444ba20d1bc6a5f0d0a
|
||||
size 407615
|
||||
11
certbot-1.20.0.tar.gz.asc
Normal file
11
certbot-1.20.0.tar.gz.asc
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmFcWLgACgkQTRfJlc2X
|
||||
dfKQnQf9Hn5xOdrFcdQFDht5zqDHXunTn9PUG+xUl8gDFJA/7U3LQhd/jot7MGEv
|
||||
Nbz1hZ/ZuW32AS1TVA11sQFYGTzKm4bXOjtum6eQU0C8CXVkx2EgAn7XSFYjIu09
|
||||
3QJP1efiONKRuG4q6x6jvJ9/oKjVM8uEaOO8OiEJJmgUfGjhYIwe8zQAQvedGT1p
|
||||
OERFsn5W32BjS1WcP+5Im7ohfAJGVJp3WRGYnY8e5W52CciasFvkQhi2IhnzfqO0
|
||||
oQvqi0mcQfKNjSxb4mYSY/RxBc/8Q2DecwqYG6AS4uzuEbKeIeocM5vqiBcz+cbY
|
||||
yI8Ze2UcloHzlykgxp35DkW4+YqQYA==
|
||||
=/E4t
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 17:24:10 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 1.20.0
|
||||
* Added --no-reuse-key. This remains the default behavior, but
|
||||
the flag may be useful to unset the --reuse-key option on
|
||||
existing certificates.
|
||||
- Update to version 1.19.0
|
||||
* Several attributes in certbot.display.util and zope based
|
||||
interfaces in certbot.interfaces module are deprecated and
|
||||
will be removed in a future release of Certbot.
|
||||
* Fixed a relatively harmless crash when issuing a certificate
|
||||
with --quiet/-q.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 10 13:23:09 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-certbot
|
||||
Version: 1.18.0
|
||||
Version: 1.20.0
|
||||
Release: 0
|
||||
Summary: ACME client
|
||||
License: Apache-2.0
|
||||
@@ -32,7 +32,7 @@ BuildRequires: %{python_module configargparse >= 0.9.3}
|
||||
BuildRequires: %{python_module configobj >= 5.0.6}
|
||||
BuildRequires: %{python_module cryptography >= 2.1.4}
|
||||
BuildRequires: %{python_module distro >= 1.0.1}
|
||||
BuildRequires: %{python_module josepy >= 1.1.0}
|
||||
BuildRequires: %{python_module josepy >= 1.9.0}
|
||||
BuildRequires: %{python_module parsedatetime >= 2.4}
|
||||
BuildRequires: %{python_module pyRFC3339}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -48,7 +48,7 @@ Requires: python-configobj
|
||||
Requires: python-cryptography >= 2.1.4
|
||||
Requires: python-distro >= 1.0.1
|
||||
Requires: python-future
|
||||
Requires: python-josepy >= 1.1.0
|
||||
Requires: python-josepy >= 1.9.0
|
||||
Requires: python-parsedatetime >= 2.4
|
||||
Requires: python-pyRFC3339
|
||||
Requires: python-pytz
|
||||
|
||||
Reference in New Issue
Block a user