Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-06-12 15:34:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/certbot (Old)
 and      /work/SRC/openSUSE:Factory/.certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "certbot"

Mon Jun 12 15:34:44 2017 rev:9 rq:502855 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-06-08 
15:04:30.958212974 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes     2017-06-12 
15:34:49.548101201 +0200
@@ -1,0 +2,7 @@
+Sun Jun 11 08:50:48 UTC 2017 - [email protected]
+
+- update to 0.15.0
+  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
+  and https://github.com/certbot/certbot/milestone/37?closed=1
+
+-------------------------------------------------------------------

Old:
----
  v0.14.2.tar.gz

New:
----
  v0.15.0.tar.gz

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

Other differences:
------------------
++++++ certbot.spec ++++++
--- /var/tmp/diff_new_pack.VYjm6i/_old  2017-06-12 15:34:50.579955667 +0200
+++ /var/tmp/diff_new_pack.VYjm6i/_new  2017-06-12 15:34:50.583955103 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           certbot
-Version:        0.14.2
+Version:        0.15.0
 Release:        0
 Summary:        Let's Encrypt
 License:        Apache-2.0
@@ -204,6 +204,62 @@
 %description -n python-certbot-nginx
 The Nginx plugin for Certbot.
 
+%package -n python-certbot-dns-cloudflare
+Summary:        Cloudflare Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-cloudflare
+Cloudflare DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-cloudxns
+Summary:        Cloudxns Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-cloudxns
+Cloudxns DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-digitalocean
+Summary:        Digitalocean Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-digitalocean
+Digitalocean DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-dnsimple
+Summary:        Dnsimple Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-dnsimple
+Dnsimple DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-google
+Summary:        Google Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-google
+Google DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-nsone
+Summary:        Nsone Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-nsone
+Nsone DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-route53
+Summary:        Route53 Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-route53
+Route53 DNS Authenticator plugin for Certbot.
+
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -221,7 +277,7 @@
 
 %build
 # build packages certbot, certbot-apache, certbot-nginx, letshelp-certbot 
-for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-google certbot-dns-nsone certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py build
 popd > /dev/null
@@ -257,7 +313,7 @@
 
 %install
 # install packages certbot, certbot-apache, certbot-nginx, letshelp-certbot
-for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-google certbot-dns-nsone certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 popd > /dev/null
@@ -336,4 +392,32 @@
 %{python_sitelib}/%{name}_nginx*
 %exclude %{python_sitelib}/certbot_nginx/tests
 
+%files -n python-certbot-dns-cloudflare
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_cloudflare*
+
+%files -n python-certbot-dns-cloudxns
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_cloudxns*
+
+%files -n python-certbot-dns-digitalocean
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_digitalocean*
+
+%files -n python-certbot-dns-dnsimple
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_dnsimple*
+
+%files -n python-certbot-dns-google
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_google*
+
+%files -n python-certbot-dns-nsone
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_nsone*
+
+%files -n python-certbot-dns-route53
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_route53*
+
 %changelog

++++++ certbot-fix_constants.patch ++++++
--- /var/tmp/diff_new_pack.VYjm6i/_old  2017-06-12 15:34:50.619950026 +0200
+++ /var/tmp/diff_new_pack.VYjm6i/_new  2017-06-12 15:34:50.623949462 +0200
@@ -1,7 +1,6 @@
-Index: certbot-0.14.2/certbot/constants.py
-===================================================================
---- certbot-0.14.2.orig/certbot/constants.py
-+++ certbot-0.14.2/certbot/constants.py
+diff -Pdpru certbot-0.15.0.orig/certbot/constants.py 
certbot-0.15.0/certbot/constants.py
+--- certbot-0.15.0.orig/certbot/constants.py   2017-06-08 18:32:41.000000000 
+0200
++++ certbot-0.15.0/certbot/constants.py        2017-06-11 11:03:22.040567442 
+0200
 @@ -13,19 +13,19 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le
  
  CLI_DEFAULTS = dict(
@@ -26,4 +25,4 @@
 +    logs_dir="/var/log/certbot",
      no_verify_ssl=False,
      http01_port=challenges.HTTP01Response.PORT,
-     tls_sni_01_port=challenges.TLSSNI01Response.PORT,
+     http01_address="",

++++++ v0.14.2.tar.gz -> v0.15.0.tar.gz ++++++
++++ 11870 lines of diff (skipped)


Reply via email to