From df569681c15afd39013551fcb0c7bd35f207966d0c441d5cd60754db664bbdda Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 24 Mar 2023 12:53:09 +0000 Subject: [PATCH] - Remove not needed requirement python-setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=29 --- python-CommonMark.changes | 5 +++++ python-CommonMark.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-CommonMark.changes b/python-CommonMark.changes index f74d098..a6e47cd 100644 --- a/python-CommonMark.changes +++ b/python-CommonMark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 24 12:52:42 UTC 2023 - Daniel Garcia + +- Remove not needed requirement python-setuptools + ------------------------------------------------------------------- Mon Nov 8 08:56:01 UTC 2021 - Hui-Zhi Zhao diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 716cc7b..72accdd 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -1,7 +1,7 @@ # # spec file for package python-CommonMark # -# Copyright (c) 2021 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python %bcond_without python2 Name: python-CommonMark @@ -29,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/c/commonmark/comm BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-setuptools Requires(post): update-alternatives Requires(postun):update-alternatives Provides: python-commonmark = %{version} @@ -80,7 +78,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} python3 commonmark/tests/run_spec_test %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/commonmark +%{python_sitelib}/commonmark-%{version}*-info %python_alternative %{_bindir}/cmark %changelog