15
0

Accepting request 1174618 from home:dimstar:Factory

- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.

OBS-URL: https://build.opensuse.org/request/show/1174618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glean-parser?expand=0&rev=5
This commit is contained in:
2024-05-17 06:22:22 +00:00
committed by Git OBS Bridge
parent 3f4394db31
commit b697435760
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 14:48:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Tue Dec 27 18:15:46 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-glean-parser
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@ Requires: python-diskcache >= 4
Requires: python-jsonschema >= 3.0.2
Requires: python-yamllint >= 1.18.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Suggests: python-iso8601 >= 0.1.10
BuildArch: noarch
# SECTION test requirements
@@ -58,9 +58,7 @@ BuildRequires: %{python_module yamllint >= 1.18.0}
Parser tools for Mozilla's Glean telemetry
%prep
%setup -q -n glean_parser-%{version}
%patch1 -p1
%patch2 -p1
%autosetup -p1 -n glean_parser-%{version}
%build
%python_build