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 2023-01-12 22:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-magic (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-magic.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-magic"

Thu Jan 12 22:42:31 2023 rev:10 rq:1057751 version:0.4.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-magic/python-python-magic.changes  
2022-11-15 13:21:12.968735921 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-magic.new.32243/python-python-magic.changes
       2023-01-12 22:42:32.048271102 +0100
@@ -1,0 +2,6 @@
+Wed Jan 11 07:42:59 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add 4ffcd591.patch: update test for upstream added gzip
+  extensions.
+
+-------------------------------------------------------------------

New:
----
  4ffcd591.patch

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

Other differences:
------------------
++++++ python-python-magic.spec ++++++
--- /var/tmp/diff_new_pack.GP3Wmq/_old  2023-01-12 22:42:32.568274048 +0100
+++ /var/tmp/diff_new_pack.GP3Wmq/_new  2023-01-12 22:42:32.572274071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-magic
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/ahupp/python-magic
 Source:         https://github.com/ahupp/python-magic/archive/%{version}.tar.gz
+Patch0:         https://github.com/ahupp/python-magic/commit/4ffcd591.patch
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
@@ -52,7 +53,7 @@
 supports both textual and MIME-type output.
 
 %prep
-%setup -q -n python-magic-%{version}
+%autosetup -n python-magic-%{version} -p1
 
 %build
 %python_build

++++++ 4ffcd591.patch ++++++
>From 4ffcd59113fa26d7c2e9d5897b1eef919fd4b457 Mon Sep 17 00:00:00 2001
From: Adam Hupp <a...@hupp.org>
Date: Mon, 9 Jan 2023 12:55:15 -0800
Subject: [PATCH] update test for upstream added gzip extensions

---
 test/python_magic_test.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/python_magic_test.py b/test/python_magic_test.py
index 624a443..d51587c 100755
--- a/test/python_magic_test.py
+++ b/test/python_magic_test.py
@@ -134,7 +134,7 @@ def test_extension(self):
             self.assert_values(m, {
                 # some versions return '' for the extensions of a gz file,
                 # including w/ the command line.  Who knows...
-                'test.gz': ('gz/tgz/tpz/zabw/svgz', '', '???'),
+                'test.gz': ('gz/tgz/tpz/zabw/svgz/adz/kmy/xcfgz', 
'gz/tgz/tpz/zabw/svgz', '', '???'),
                 'name_use.jpg': 'jpeg/jpg/jpe/jfif',
             })
         except NotImplementedError:
@@ -227,6 +227,5 @@ def test_pathlike(self):
         m = magic.Magic(mime=True)
         self.assertEqual('application/pdf', m.from_file(path))
 
-
 if __name__ == '__main__':
     unittest.main()

Reply via email to