Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-magic for
openSUSE:Factory checked in at 2022-11-15 13:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-magic (Old)
and /work/SRC/openSUSE:Factory/.python-python-magic.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-magic"
Tue Nov 15 13:18:29 2022 rev:9 rq:1035694 version:0.4.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-magic/python-python-magic.changes
2022-10-12 18:24:26.945628134 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-magic.new.1597/python-python-magic.changes
2022-11-15 13:21:12.968735921 +0100
@@ -1,0 +2,6 @@
+Mon Nov 14 15:13:02 UTC 2022 - Dr. Werner Fink <[email protected]>
+
+- Reintroduce the Conflict with python-magic back as paython-paython-magic
+ uses the same name space but are fully different (boo#1181252)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-magic.spec ++++++
--- /var/tmp/diff_new_pack.jPqBlu/_old 2022-11-15 13:21:14.964746225 +0100
+++ /var/tmp/diff_new_pack.jPqBlu/_new 2022-11-15 13:21:14.968746246 +0100
@@ -33,10 +33,16 @@
BuildRequires: file
BuildRequires: python-rpm-macros
Requires: file
-Provides: python-magic
+# python-python-magic and python-magic use the same namespace (ie. filename)
+# and have a very similar functionality but are incompatible to each other.
+# https://github.com/ahupp/python-magic/issues/21
+Conflicts: python-magic
BuildArch: noarch
%ifpython2
-Provides: %{oldpython}-magic
+# python-python-magic and python-magic use the same namespace (ie. filename)
+# and have a very similar functionality but are incompatible to each other.
+# https://github.com/ahupp/python-magic/issues/21
+Conflicts: %{oldpython}-magic
%endif
%python_subpackages