Hello community,

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

Package is "python-Beaker"

Sat Apr 25 19:05:03 2020 rev:16 rq:797089 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Beaker/python-Beaker.changes    
2020-02-24 11:50:03.466699793 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-Beaker.new.2738/python-Beaker.changes  
2020-04-25 19:05:08.315602701 +0200
@@ -1,0 +2,5 @@
+Wed Apr 22 06:59:17 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Fix build without Python 2 present.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Beaker.spec ++++++
--- /var/tmp/diff_new_pack.CwEOHN/_old  2020-04-25 19:05:09.591605444 +0200
+++ /var/tmp/diff_new_pack.CwEOHN/_new  2020-04-25 19:05:09.595605453 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Beaker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
+%bcond_without python2
 Name:           python-Beaker
 Version:        1.11.0
 Release:        0
 Summary:        A Session and Caching library with WSGI Middleware
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/bbangert/beaker
 Source:         https://github.com/bbangert/beaker/archive/%{version}.tar.gz
 BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module WebTest}
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module cryptography}
+BuildRequires:  %{python_module dbm}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pycryptodome}
@@ -39,27 +40,28 @@
 BuildRequires:  %{python_module redis}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-funcsigs
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dbm
 Requires:       python-pylibmc
 Requires:       python-setuptools
 Recommends:     python-SQLAlchemy
 Recommends:     python-cryptography
-Recommends:     python-python-memcached
 Recommends:     python-pycrypto
 Recommends:     python-pycryptopp >= 0.5.12
 Recommends:     python-pymongo
+Recommends:     python-python-memcached
 Recommends:     python-redis
 BuildArch:      noarch
-%ifpython3
-Requires:       python3-dbm
+%if %{with python2}
+BuildRequires:  python-funcsigs
 %endif
 %ifpython2
 Requires:       python-funcsigs
 Provides:       %{oldpython}-beaker = %{version}
 Obsoletes:      %{oldpython}-beaker < %{version}
 %endif
+%ifpython3
+Requires:       python3-dbm
+%endif
 %python_subpackages
 
 %description


Reply via email to