Hello community, here is the log from the commit of package python-certbot-nginx for openSUSE:Factory checked in at 2018-09-26 16:11:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old) and /work/SRC/openSUSE:Factory/.python-certbot-nginx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-nginx" Wed Sep 26 16:11:17 2018 rev:1 rq:636321 version:0.27.1 Changes: -------- New Changes file: --- /dev/null 2018-09-06 11:34:12.900627678 +0200 +++ /work/SRC/openSUSE:Factory/.python-certbot-nginx.new/python-certbot-nginx.changes 2018-09-26 16:11:20.971493316 +0200 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 14 09:00:23 UTC 2018 - Marketa Calabkova <[email protected]> + +- update to version 0.27.1 + * sync with main certbot package + +------------------------------------------------------------------- +Mon Sep 3 12:35:14 UTC 2018 - Marketa Calabkova <[email protected]> + +- Launch tests and update runtime requirements + +------------------------------------------------------------------- +Wed Aug 29 10:47:07 UTC 2018 - [email protected] + +- Split the module from the main certboot package New: ---- certbot-nginx-0.27.1.tar.gz python-certbot-nginx.changes python-certbot-nginx.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot-nginx.spec ++++++ # # spec file for package python-certbot-nginx # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-nginx Version: 0.27.1 Release: 0 Summary: Nginx plugin for Certbot License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot-nginx-%{version}.tar.gz BuildRequires: %{python_module certbot >= 0.22.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: nginx BuildRequires: python-rpm-macros Requires: nginx Requires: python-acme >= 0.26.0 Requires: python-certbot >= 0.22.0 Requires: python-pyOpenSSL Requires: python-pyparsing >= 1.5.5 Requires: python-zope.interface BuildArch: noarch %python_subpackages %description The Nginx plugin for Certbot. %prep %setup -q -n certbot-nginx-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test %files %{python_files} %doc README.rst %license LICENSE.txt %{python_sitelib}/* %changelog
