Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:08:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot"

Sat Apr 25 19:08:04 2020 rev:8 rq:797239 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-03-15 07:12:42.693011843 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738/python-certbot.changes    
    2020-04-25 19:08:12.607998880 +0200
@@ -1,0 +2,5 @@
+Tue Apr 21 08:13:52 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-certbot.spec ++++++
--- /var/tmp/diff_new_pack.VI9DIJ/_old  2020-04-25 19:08:13.248000256 +0200
+++ /var/tmp/diff_new_pack.VI9DIJ/_new  2020-04-25 19:08:13.252000264 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-certbot
 Version:        1.3.0
 Release:        0
@@ -41,7 +42,6 @@
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-typing
 Requires:       python-acme >= 0.40.0
 Requires:       python-configargparse >= 0.9.3
 Requires:       python-configobj
@@ -58,12 +58,15 @@
 Requires:       python-zope.interface
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Provides:       certbot = %{version}
+Obsoletes:      certbot < %{version}
 BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python2-typing
+%endif
 %ifpython2
 Requires:       python-typing
 %endif
-Provides:       certbot = %{version}
-Obsoletes:      certbot < %{version}
 %python_subpackages
 
 %description


Reply via email to