Hello community,

here is the log from the commit of package python-certbot for openSUSE:Factory 
checked in at 2018-09-26 16:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot"

Wed Sep 26 16:10:39 2018 rev:1 rq:636340 version:0.27.1

Changes:
--------
New Changes file:

--- /dev/null   2018-09-06 11:34:12.900627678 +0200
+++ /work/SRC/openSUSE:Factory/.python-certbot.new/python-certbot.changes       
2018-09-26 16:10:39.939561451 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Tue Sep 18 09:25:54 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Conflict with certbot package to allow easy migration
+
+-------------------------------------------------------------------
+Fri Sep 14 07:19:01 UTC 2018 - Marketa Calabkova <[email protected]>
+
+- update to version 0.27.1
+  * the documentation can be built using Sphinx 1.6+
+
+-------------------------------------------------------------------
+Tue Aug 28 11:32:26 UTC 2018 - [email protected]
+
+- Initial package, split from certbot blob

New:
----
  certbot-0.27.1.tar.gz
  python-certbot.changes
  python-certbot.spec

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

Other differences:
------------------
++++++ python-certbot.spec ++++++
#
# spec file for package python-certbot
#
# 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
Version:        0.27.1
Release:        0
Summary:        ACME client
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://github.com/letsencrypt/letsencrypt
Source:         
https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz
BuildRequires:  %{python_module acme >= 0.26.0}
BuildRequires:  %{python_module configargparse >= 0.9.3}
BuildRequires:  %{python_module configobj}
BuildRequires:  %{python_module cryptography >= 1.2}
BuildRequires:  %{python_module future}
BuildRequires:  %{python_module josepy}
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module parsedatetime >= 1.3}
BuildRequires:  %{python_module pyRFC3339}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module pytz}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module zope.component}
BuildRequires:  %{python_module zope.interface}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  python2-typing
Requires:       python-acme >= 0.26.0
Requires:       python-configargparse >= 0.9.3
Requires:       python-configobj
Requires:       python-cryptography >= 1.2
Requires:       python-future
Requires:       python-josepy
Requires:       python-parsedatetime >= 1.3
Requires:       python-pyRFC3339
Requires:       python-pytz
Requires:       python-setuptools
Requires:       python-zope.component
Requires:       python-zope.interface
Requires(post): update-alternatives
Requires(postun): update-alternatives
# Former non py2/py3 unsplit package
Conflicts:      certbot
BuildArch:      noarch
%ifpython2
Requires:       python-typing
%endif
%python_subpackages

%description
certbot is a free, automated certificate authority that aims
to lower the barriers to entry for encrypting all HTTP traffic on the internet.

%prep
%setup -q -n certbot-%{version}

%build
%python_build

%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/certbot
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%post
%python_install_alternative certbot

%postun
%python_uninstall_alternative certbot

%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%python_alternative %{_bindir}/certbot

%changelog

Reply via email to