Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2020-01-05 15:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Sun Jan  5 15:20:51 2020 rev:146 rq:760397 version:2.7.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2019-12-24 
14:29:33.270563883 +0100
+++ /work/SRC/openSUSE:Factory/.python.new.6675/python-base.changes     
2020-01-05 15:21:09.733561122 +0100
@@ -1,0 +2,7 @@
+Thu Jan  2 10:34:17 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add provides in gdbm subpackage to provide dbm symbols. This
+  allows us to use %%{python_module dbm} as a dependency and have
+  it properly resolved for both python2 and python3
+
+-------------------------------------------------------------------
python-doc.changes: same change
python.changes: same change

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

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.RA6XCM/_old  2020-01-05 15:21:15.681564107 +0100
+++ /var/tmp/diff_new_pack.RA6XCM/_new  2020-01-05 15:21:15.685564110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2019 SUSE LLC
+# 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

python-doc.spec: same change
++++++ python.spec ++++++
--- /var/tmp/diff_new_pack.RA6XCM/_old  2020-01-05 15:21:15.717564125 +0100
+++ /var/tmp/diff_new_pack.RA6XCM/_new  2020-01-05 15:21:15.721564128 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -200,6 +200,10 @@
 Obsoletes:      pygdmod
 Provides:       pygdmod
 Provides:       python2-gdbm = %{version}
+# Compat to allow BR on python_module dbm and have it properly
+# pull in gdbm on py2 and dbm on py3
+Provides:       python-dbm = %{version}
+Provides:       python2-dbm = %{version}
 
 %description gdbm
 An easy to use interface for GDBM databases. GDBM is the GNU




Reply via email to