Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-08-04 11:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/certbot (Old)
 and      /work/SRC/openSUSE:Factory/.certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "certbot"

Fri Aug  4 11:58:40 2017 rev:10 rq:508786 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-06-12 
15:34:49.548101201 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes     2017-08-04 
11:58:42.593303228 +0200
@@ -1,0 +2,6 @@
+Fri Jul  7 08:26:14 UTC 2017 - [email protected]
+
+- update to 0.16.0
+  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  v0.15.0.tar.gz

New:
----
  v0.16.0.tar.gz

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

Other differences:
------------------
++++++ certbot.spec ++++++
--- /var/tmp/diff_new_pack.xDBXiL/_old  2017-08-04 11:58:43.745140650 +0200
+++ /var/tmp/diff_new_pack.xDBXiL/_new  2017-08-04 11:58:43.757138957 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           certbot
-Version:        0.15.0
+Version:        0.16.0
 Release:        0
 Summary:        Let's Encrypt
 License:        Apache-2.0
@@ -236,6 +236,14 @@
 %description -n python-certbot-dns-dnsimple
 Dnsimple DNS Authenticator plugin for Certbot.
 
+%package -n python-certbot-dns-dnsmadeeasy
+Summary:        Dnsmadeeasy Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-dnsmadeeasy
+Dnsmadeeasy DNS Authenticator plugin for Certbot.
+
 %package -n python-certbot-dns-google
 Summary:        Google Authenticator plugin for Certbot
 Group:          Development/Libraries/Python
@@ -244,6 +252,14 @@
 %description -n python-certbot-dns-google
 Google DNS Authenticator plugin for Certbot.
 
+%package -n python-certbot-dns-luadns
+Summary:        Luadns Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-luadns
+Luadns DNS Authenticator plugin for Certbot.
+
 %package -n python-certbot-dns-nsone
 Summary:        Nsone Authenticator plugin for Certbot
 Group:          Development/Libraries/Python
@@ -252,6 +268,14 @@
 %description -n python-certbot-dns-nsone
 Nsone DNS Authenticator plugin for Certbot.
 
+%package -n python-certbot-dns-rfc2136
+Summary:        Rfc2136 Authenticator plugin for Certbot
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description -n python-certbot-dns-rfc2136
+Rfc2136 DNS Authenticator plugin for Certbot.
+
 %package -n python-certbot-dns-route53
 Summary:        Route53 Authenticator plugin for Certbot
 Group:          Development/Libraries/Python
@@ -277,7 +301,7 @@
 
 %build
 # build packages certbot, certbot-apache, certbot-nginx, letshelp-certbot 
-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
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-google 
certbot-dns-luadns certbot-dns-nsone certbot-dns-rfc2136 certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py build
 popd > /dev/null
@@ -313,7 +337,7 @@
 
 %install
 # install packages certbot, certbot-apache, certbot-nginx, letshelp-certbot
-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
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-google 
certbot-dns-luadns certbot-dns-nsone certbot-dns-rfc2136 certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 popd > /dev/null
@@ -408,14 +432,26 @@
 %defattr(-,root,root)
 %{python_sitelib}/%{name}_dns_dnsimple*
 
+%files -n python-certbot-dns-dnsmadeeasy
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_dnsmadeeasy*
+
 %files -n python-certbot-dns-google
 %defattr(-,root,root)
 %{python_sitelib}/%{name}_dns_google*
 
+%files -n python-certbot-dns-luadns
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_luadns*
+
 %files -n python-certbot-dns-nsone
 %defattr(-,root,root)
 %{python_sitelib}/%{name}_dns_nsone*
 
+%files -n python-certbot-dns-rfc2136
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_rfc2136*
+
 %files -n python-certbot-dns-route53
 %defattr(-,root,root)
 %{python_sitelib}/%{name}_dns_route53*

++++++ certbot-fix_constants.patch ++++++
--- /var/tmp/diff_new_pack.xDBXiL/_old  2017-08-04 11:58:43.929114683 +0200
+++ /var/tmp/diff_new_pack.xDBXiL/_new  2017-08-04 11:58:43.933114118 +0200
@@ -1,7 +1,7 @@
-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
+diff -Pdpru certbot-0.16.0.orig/certbot/constants.py 
certbot-0.16.0/certbot/constants.py
+--- certbot-0.16.0.orig/certbot/constants.py   2017-07-05 23:48:40.000000000 
+0200
++++ certbot-0.16.0/certbot/constants.py        2017-07-07 11:13:43.549487324 
+0200
+@@ -13,18 +13,18 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le
  
  CLI_DEFAULTS = dict(
      config_files=[
@@ -12,7 +12,6 @@
 -                     "letsencrypt", "cli.ini"),
 +                     "certbot", "cli.ini"),
      ],
-     dry_run=False,
      verbose_count=-int(logging.INFO / 10),
      server="https://acme-v01.api.letsencrypt.org/directory";,
      rsa_key_size=2048,

++++++ v0.15.0.tar.gz -> v0.16.0.tar.gz ++++++
++++ 6861 lines of diff (skipped)


Reply via email to