From fc56a8aceda0b9ef88b861fdc5d531f5b405fe200b048277142e1b82b85a415a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Mar 2024 23:41:47 +0000 Subject: [PATCH] - Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material-extensions?expand=0&rev=15 --- python-mkdocs-material-extensions.changes | 5 +++++ python-mkdocs-material-extensions.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-mkdocs-material-extensions.changes b/python-mkdocs-material-extensions.changes index aa5c829..0540e4d 100644 --- a/python-mkdocs-material-extensions.changes +++ b/python-mkdocs-material-extensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 21 23:41:40 UTC 2024 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Thu Nov 23 06:41:27 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material-extensions.spec b/python-mkdocs-material-extensions.spec index 3227b45..fea1745 100644 --- a/python-mkdocs-material-extensions.spec +++ b/python-mkdocs-material-extensions.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-mkdocs-material-extensions # -# Copyright (c) 2023 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 @@ -53,7 +53,7 @@ BuildRequires: %{python_module pytest} Extension pack for Python Markdown %prep -%setup -q -n mkdocs_material_extensions-%{version} +%autosetup -p1 -n mkdocs_material_extensions-%{version} %build %pyproject_wheel