Hello community,

here is the log from the commit of package python-certbot for openSUSE:Factory 
checked in at 2020-05-14 23:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot"

Thu May 14 23:26:37 2020 rev:26 rq:805532 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes    
2020-04-21 13:13:45.945183073 +0200
+++ /work/SRC/openSUSE:Factory/.python-certbot.new.2738/python-certbot.changes  
2020-05-14 23:26:40.705227658 +0200
@@ -1,0 +2,17 @@
+Thu May 14 08:28:51 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 1.4.0
+  * Added serial number of certificate to the output of certbot certificates
+  * Expose two new environment variables in the authenticator and cleanup 
scripts used by
+    the manual plugin: CERTBOT_REMAINING_CHALLENGES is equal to the number of 
challenges
+    remaining after the current challenge, CERTBOT_ALL_DOMAINS is a 
comma-separated list
+    of all domains challenged for the current certificate.
+  * Added minimal proxy support for OCSP verification.
+  * mock dependency is now conditional on Python 2 in all of our packages.
+  * Fix hanging OCSP queries during revocation checking - added a 10 second 
timeout.
+  * Standalone servers now have a default socket timeout of 30 seconds, fixing
+    cases where an idle connection can cause the standalone plugin to hang.
+  * Parsing of the RFC 8555 application/pem-certificate-chain now tolerates 
CRLF line
+    endings. This should fix interoperability with Buypass' services.
+
+-------------------------------------------------------------------

Old:
----
  certbot-1.3.0.tar.gz

New:
----
  certbot-1.4.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot.spec ++++++
--- /var/tmp/diff_new_pack.ViQTUH/_old  2020-05-14 23:26:41.497229387 +0200
+++ /var/tmp/diff_new_pack.ViQTUH/_new  2020-05-14 23:26:41.497229387 +0200
@@ -19,20 +19,19 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-certbot
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        ACME client
 License:        Apache-2.0
 URL:            https://github.com/certbot/certbot
 Source:         
https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz
-BuildRequires:  %{python_module acme >= 0.40.0}
+BuildRequires:  %{python_module acme >= 1.4.0}
 BuildRequires:  %{python_module configargparse >= 0.9.3}
 BuildRequires:  %{python_module configobj}
 BuildRequires:  %{python_module cryptography >= 1.2.3}
 BuildRequires:  %{python_module distro >= 1.0.1}
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module josepy >= 1.1.0}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module parsedatetime >= 1.3}
 BuildRequires:  %{python_module pyRFC3339}
 BuildRequires:  %{python_module pytest}
@@ -42,14 +41,13 @@
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-acme >= 0.40.0
+Requires:       python-acme >= 1.4.0
 Requires:       python-configargparse >= 0.9.3
 Requires:       python-configobj
 Requires:       python-cryptography >= 1.2.3
 Requires:       python-distro >= 1.0.1
 Requires:       python-future
 Requires:       python-josepy >= 1.1.0
-Requires:       python-mock
 Requires:       python-parsedatetime >= 1.3
 Requires:       python-pyRFC3339
 Requires:       python-pytz
@@ -62,9 +60,11 @@
 Obsoletes:      certbot < %{version}
 BuildArch:      noarch
 %if %{with python2}
+BuildRequires:  python2-mock
 BuildRequires:  python2-typing
 %endif
 %ifpython2
+Requires:       python-mock
 Requires:       python-typing
 %endif
 %python_subpackages

++++++ certbot-1.3.0.tar.gz -> certbot-1.4.0.tar.gz ++++++
++++ 2225 lines of diff (skipped)


Reply via email to