Hello community,

here is the log from the commit of package python-certbot-nginx for 
openSUSE:Factory checked in at 2020-02-26 15:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-nginx"

Wed Feb 26 15:03:30 2020 rev:17 rq:778049 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes    
    2020-01-21 21:03:13.524928945 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.26092/python-certbot-nginx.changes
     2020-02-26 15:03:35.157016343 +0100
@@ -1,0 +2,7 @@
+Fri Feb 21 15:35:40 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 1.2.0
+  * Added support for $hostname in nginx server_name directive
+  * Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list
+
+-------------------------------------------------------------------

Old:
----
  certbot-nginx-1.1.0.tar.gz

New:
----
  certbot-nginx-1.2.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.WYIQwe/_old  2020-02-26 15:03:36.977019975 +0100
+++ /var/tmp/diff_new_pack.WYIQwe/_new  2020-02-26 15:03:36.981019983 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-nginx
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        Nginx plugin for Certbot
 License:        Apache-2.0
@@ -34,7 +34,7 @@
 BuildRequires:  nginx
 BuildRequires:  python-rpm-macros
 Requires:       nginx
-Requires:       python-acme >= 1.1.0
+Requires:       python-acme >= 1.0.0
 Requires:       python-certbot >= 1.1.0
 Requires:       python-pyOpenSSL
 Requires:       python-pyparsing >= 1.5.5

++++++ certbot-nginx-1.1.0.tar.gz -> certbot-nginx-1.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.1.0/PKG-INFO 
new/certbot-nginx-1.2.0/PKG-INFO
--- old/certbot-nginx-1.1.0/PKG-INFO    2020-01-14 19:41:49.000000000 +0100
+++ new/certbot-nginx-1.2.0/PKG-INFO    2020-02-04 22:47:08.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-nginx
-Version: 1.1.0
+Version: 1.2.0
 Summary: Nginx plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
@@ -28,4 +27,4 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
--- 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
      2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
      2020-02-04 22:46:57.000000000 +0100
@@ -10,4 +10,4 @@
 ssl_protocols TLSv1.2;
 ssl_prefer_server_ciphers off;
 
-ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA";
+ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
--- 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
       2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
       2020-02-04 22:46:57.000000000 +0100
@@ -11,4 +11,4 @@
 ssl_protocols TLSv1.2;
 ssl_prefer_server_ciphers off;
 
-ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA";
+ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
--- 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
     2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
     2020-02-04 22:46:57.000000000 +0100
@@ -10,4 +10,4 @@
 ssl_protocols TLSv1.2 TLSv1.3;
 ssl_prefer_server_ciphers off;
 
-ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA";
+ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
--- 
old/certbot-nginx-1.1.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
  2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-nginx-1.2.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
  2020-02-04 22:46:57.000000000 +0100
@@ -11,4 +11,4 @@
 ssl_protocols TLSv1.2 TLSv1.3;
 ssl_prefer_server_ciphers off;
 
-ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA";
+ssl_ciphers 
"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.1.0/certbot_nginx.egg-info/PKG-INFO 
new/certbot-nginx-1.2.0/certbot_nginx.egg-info/PKG-INFO
--- old/certbot-nginx-1.1.0/certbot_nginx.egg-info/PKG-INFO     2020-01-14 
19:41:48.000000000 +0100
+++ new/certbot-nginx-1.2.0/certbot_nginx.egg-info/PKG-INFO     2020-02-04 
22:47:08.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-nginx
-Version: 1.1.0
+Version: 1.2.0
 Summary: Nginx plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
@@ -28,4 +27,4 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.1.0/certbot_nginx.egg-info/requires.txt 
new/certbot-nginx-1.2.0/certbot_nginx.egg-info/requires.txt
--- old/certbot-nginx-1.1.0/certbot_nginx.egg-info/requires.txt 2020-01-14 
19:41:48.000000000 +0100
+++ new/certbot-nginx-1.2.0/certbot_nginx.egg-info/requires.txt 2020-02-04 
22:47:08.000000000 +0100
@@ -1,5 +1,5 @@
 acme>=1.0.0
-certbot>=1.0.0
+certbot>=1.1.0
 mock
 PyOpenSSL
 pyparsing>=1.5.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.1.0/setup.py 
new/certbot-nginx-1.2.0/setup.py
--- old/certbot-nginx-1.1.0/setup.py    2020-01-14 19:41:33.000000000 +0100
+++ new/certbot-nginx-1.2.0/setup.py    2020-02-04 22:46:58.000000000 +0100
@@ -4,13 +4,13 @@
 from setuptools import setup
 from setuptools.command.test import test as TestCommand
 
-version = '1.1.0'
+version = '1.2.0'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.
 install_requires = [
     'acme>=1.0.0',
-    'certbot>=1.0.0',
+    'certbot>=1.1.0',
     'mock',
     'PyOpenSSL',
     'pyparsing>=1.5.5',  # Python3 support; perhaps unnecessary?
@@ -42,7 +42,7 @@
     author="Certbot Project",
     author_email='[email protected]',
     license='Apache License 2.0',
-    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Environment :: Plugins',
@@ -53,7 +53,6 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',


Reply via email to