14
0

Accepting request 1057726 from home:dimstar:Factory

- Add 4ffcd591.patch: update test for upstream added gzip
  extensions.

OBS-URL: https://build.opensuse.org/request/show/1057726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-magic?expand=0&rev=25
This commit is contained in:
2023-01-11 10:42:44 +00:00
committed by Git OBS Bridge
parent c3c50c0fa6
commit d1ae9925e1
3 changed files with 38 additions and 2 deletions

View File

@@ -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 @@ License: Python-2.0
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 @@ identification library. It makes use of the local magic database and
supports both textual and MIME-type output.
%prep
%setup -q -n python-magic-%{version}
%autosetup -n python-magic-%{version} -p1
%build
%python_build