From a25b0880308183349e7d425cd5b6d3bd220a70b1ab84248a1e03fdc57e47e01b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 20 Jan 2025 05:03:52 +0000 Subject: [PATCH] - Drop unneeded Requires on six. - No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=27 --- python-fasteners.changes | 6 ++++++ python-fasteners.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-fasteners.changes b/python-fasteners.changes index 72bc561..d1c684b 100644 --- a/python-fasteners.changes +++ b/python-fasteners.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 20 05:03:19 UTC 2025 - Steve Kowalik + +- Drop unneeded Requires on six. +- No more greedy globs in %files. + ------------------------------------------------------------------- Wed Sep 27 12:10:42 UTC 2023 - ecsos diff --git a/python-fasteners.spec b/python-fasteners.spec index 854b2cf..8106d0a 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ # # spec file for package python-fasteners # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,6 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-more-itertools -Requires: python-six BuildArch: noarch %python_subpackages @@ -63,6 +62,7 @@ It includes the following. %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/fasteners +%{python_sitelib}/fasteners-%{version}.dist-info %changelog