Hello community,

here is the log from the commit of package python-certbot for openSUSE:Factory 
checked in at 2019-03-19 09:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot"

Tue Mar 19 09:59:23 2019 rev:10 rq:685976 version:0.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes    
2019-03-14 15:03:10.355656638 +0100
+++ /work/SRC/openSUSE:Factory/.python-certbot.new.28833/python-certbot.changes 
2019-03-19 09:59:24.664078417 +0100
@@ -1,0 +2,27 @@
+Mon Mar 18 08:33:15 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.32.0
+  * If possible, Certbot uses built-in support for OCSP from recent 
+    cryptography versions instead of the OpenSSL binary: as a 
+    consequence Certbot does not need the OpenSSL binary to be 
+    installed anymore if cryptography>=2.5 is installed.
+  * Certbot and its acme module now depend on josepy>=1.1.0.
+  * Apache plugin now respects CERTBOT_DOCS environment variable when 
+    adding command line defaults.
+  * The running of manual plugin hooks is now always included in 
+    Certbot's log output.
+  * Tests execution now relies on pytest.
+  * An ACME CA server may return a "Retry-After" HTTP header on
+    authorization polling, as specified in the ACME protocol, to
+    indicate when the next polling should occur. Certbot now reads
+    this header if set and respect its value.
+  * The acme module avoids sending the keyAuthorization field in
+    the JWS payload when responding to a challenge as the field is
+    not included in the current ACME protocol. To ease the migration
+    path for ACME CA servers, Certbot and its acme module will first
+    try the request without the keyAuthorization field but will
+    temporarily retry the request with the field included if a
+    malformed error is received. This fallback will be removed in
+    version 0.34.0.
+
+-------------------------------------------------------------------

Old:
----
  certbot-0.31.0.tar.gz

New:
----
  certbot-0.32.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certbot.spec ++++++
--- /var/tmp/diff_new_pack.5ZplUY/_old  2019-03-19 09:59:25.904077919 +0100
+++ /var/tmp/diff_new_pack.5ZplUY/_new  2019-03-19 09:59:25.940077905 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot
-Version:        0.31.0
+Version:        0.32.0
 Release:        0
 Summary:        ACME client
 License:        Apache-2.0
@@ -28,9 +28,9 @@
 BuildRequires:  %{python_module acme >= 0.29.0}
 BuildRequires:  %{python_module configargparse >= 0.9.3}
 BuildRequires:  %{python_module configobj}
-BuildRequires:  %{python_module cryptography >= 1.2}
+BuildRequires:  %{python_module cryptography >= 1.2.3}
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module josepy}
+BuildRequires:  %{python_module josepy >= 1.1.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module parsedatetime >= 1.3}
 BuildRequires:  %{python_module pyRFC3339}
@@ -45,9 +45,9 @@
 Requires:       python-acme >= 0.29.0
 Requires:       python-configargparse >= 0.9.3
 Requires:       python-configobj
-Requires:       python-cryptography >= 1.2
+Requires:       python-cryptography >= 1.2.3
 Requires:       python-future
-Requires:       python-josepy
+Requires:       python-josepy >= 1.1.0
 Requires:       python-mock
 Requires:       python-parsedatetime >= 1.3
 Requires:       python-pyRFC3339
@@ -81,7 +81,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %post
 %python_install_alternative certbot

++++++ certbot-0.31.0.tar.gz -> certbot-0.32.0.tar.gz ++++++
++++ 3078 lines of diff (skipped)


Reply via email to