Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2018-10-01 08:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/certbot (Old)
 and      /work/SRC/openSUSE:Factory/.certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "certbot"

Mon Oct  1 08:17:10 2018 rev:25 rq:638363 version:0.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2018-07-27 
10:56:07.461633049 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes     2018-10-01 
08:17:16.237973512 +0200
@@ -1,0 +2,71 @@
+Tue Sep 11 12:41:49 UTC 2018 - [email protected]
+
+- update to 0.27.1
+  * Fixed
+    * Fixed parameter name in OpenSUSE overrides for default 
+      parameters in the Apache plugin. 
+      Certbot on OpenSUSE works again.
+
+  Despite us having broken lockstep, we are continuing to release
+  new versions of all Certbot components during releases for the 
+  time being, however, the only package with changes other than its 
+  version number was:
+
+    certbot-apache
+
+  More details about these changes can be found on our GitHub 
+  repo: https://github.com/certbot/certbot/milestone/60?closed=1
+ 
+- changes from 0.27.0
+  * Added
+    - The Apache plugin now accepts the parameter --apache-ctl 
+      which can be used to configure the path to the Apache control 
+      script.
+  * Changed
+    - When using acme.client.ClientV2 
+     (or acme.client.BackwardsCompatibleClientV2 with an ACME 
+     server that supports a newer version of the ACME protocol), 
+     an acme.errors.ConflictError will be raised if you try to 
+     create an ACME account with a key that has already been used. 
+     Previously, a JSON parsing error was raised in this scenario
+     when using the library with Let's Encrypt's ACMEv2 endpoint.
+  * Fixed
+    - When Apache is not installed, Certbot's Apache plugin no 
+      longer prints messages about being unable to find apachectl 
+      to the terminal when the plugin is not selected.
+    - If you're using the Apache plugin with the --apache-vhost-root 
+      flag set to a directory containing a disabled virtual host 
+      for the domain you're requesting a certificate for, the 
+      virtual host will now be temporarily enabled if necessary 
+      to pass the HTTP challenge.
+    - The documentation for the Certbot package can now be built 
+      using Sphinx 1.6+.
+    - You can now call query_registration without having to first 
+      call new_account on acme.client.ClientV2 objects.
+    - The requirement of setuptools>=1.0 has been removed from 
+      certbot-dns-ovh.
+    - Names in certbot-dns-sakuracloud's tests have been updated 
+      to refer to Sakura Cloud rather than NS1 whose plugin
+      certbot-dns-sakuracloud was based on.
+
+  Despite us having broken lockstep, we are continuing to release 
+  new versions of all Certbot components during releases for the 
+  time being, however, the only package with changes other than its 
+  version number was:
+
+    acme
+    certbot
+    certbot-apache
+    certbot-dns-ovh
+    certbot-dns-sakuracloud
+
+  More details about these changes can be found on our GitHub repo: 
+  https://github.com/certbot/certbot/milestone/57?closed=1
+
+-------------------------------------------------------------------
+Tue Sep 11 09:57:02 UTC 2018 - [email protected]
+
+- remove unused python-pep8 dependency
+- use %%license
+
+-------------------------------------------------------------------

Old:
----
  v0.26.1.tar.gz

New:
----
  v0.27.1.tar.gz

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

Other differences:
------------------
++++++ certbot.spec ++++++
--- /var/tmp/diff_new_pack.vuKDeT/_old  2018-10-01 08:17:18.213972247 +0200
+++ /var/tmp/diff_new_pack.vuKDeT/_new  2018-10-01 08:17:18.217972244 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           certbot
-Version:        0.26.1
+Version:        0.27.1
 Release:        0
 Summary:        Let's Encrypt client
 License:        Apache-2.0
@@ -47,7 +47,7 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python) >= 2.7
 # install_requires
-BuildRequires:  python-acme == 0.26.1
+BuildRequires:  python-acme == %{version}
 BuildRequires:  python-josepy >= 1.0.1
 #BuildRequires:  python-argparse
 BuildRequires:  python-configargparse
@@ -70,7 +70,7 @@
 BuildRequires:  python-requests >= 2.10
 BuildRequires:  python-requests-toolbelt >= 0.8.0
 %endif
-BuildRequires:  python-six
+BuildRequires:  python-six >= 1.10.0
 BuildRequires:  python-zope.component
 BuildRequires:  python-zope.interface
 # dev_extras
@@ -89,7 +89,6 @@
 BuildRequires:  python-coverage
 BuildRequires:  python-nose
 BuildRequires:  python-nosexcover
-BuildRequires:  python-pep8
 BuildRequires:  python-tox
 # install_requires acme
 BuildRequires:  python-ndg-httpsclient
@@ -107,7 +106,7 @@
 # requires
 Requires:       ca-certificates
 Requires:       cron
-Requires:       python-acme == 0.26.1
+Requires:       python-acme == %{version}
 #Requires:       python-argparse
 Requires:       python-certbot = %{version}
 Requires:       python-configargparse
@@ -129,7 +128,7 @@
 Requires:       python-requests-toolbelt >= 0.8.0
 %endif
 Requires:       python-setuptools >= 1.0
-Requires:       python-six
+Requires:       python-six >= 1.10.0
 Requires:       python-zope.component
 Requires:       python-zope.interface
 
@@ -381,8 +380,8 @@
 python setup.py test
 
 %files
-%defattr(-,root,root)
-%doc CHANGES.rst LICENSE.txt README.rst README.SUSE
+%license LICENSE.txt
+%doc CHANGES.rst README.rst README.SUSE
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/archive
 %dir %attr(0700,root,root) %{_sysconfdir}/%{name}/keys

++++++ v0.26.1.tar.gz -> v0.27.1.tar.gz ++++++
++++ 3690 lines of diff (skipped)


Reply via email to