From 55272bac2df1d55480c47fdde1a7ba9a0a34dcee2d8cf4e45ef33ecfaac25afb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Mar 2025 03:44:28 +0000 Subject: [PATCH] - Normalize metadata directory name. - Actually run fdupes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.std.pathlib?expand=0&rev=13 --- python-ruamel.std.pathlib.changes | 6 ++++++ python-ruamel.std.pathlib.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-ruamel.std.pathlib.changes b/python-ruamel.std.pathlib.changes index 785a8c2..9cd2988 100644 --- a/python-ruamel.std.pathlib.changes +++ b/python-ruamel.std.pathlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 27 03:44:15 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. +- Actually run fdupes. + ------------------------------------------------------------------- Sat Jan 27 10:51:28 UTC 2024 - Dirk Müller diff --git a/python-ruamel.std.pathlib.spec b/python-ruamel.std.pathlib.spec index f4f740a..d574606 100644 --- a/python-ruamel.std.pathlib.spec +++ b/python-ruamel.std.pathlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-ruamel.std.pathlib # -# Copyright (c) 2024 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 @@ -21,7 +21,6 @@ Version: 0.12.0 Release: 0 Summary: Improvements over the standard pathlib module and pathlib2 package License: MIT -Group: Development/Languages/Python URL: https://sourceforge.net/projects/ruamel-std-pathlib/ Source: https://files.pythonhosted.org/packages/source/r/ruamel.std.pathlib/ruamel.std.pathlib-%{version}.tar.gz BuildRequires: %{python_module orjson} @@ -47,6 +46,7 @@ Improvements over the standard pathlib module and pathlib2 package. %install export RUAMEL_NO_PIP_INSTALL_CHECK=1 %pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst @@ -55,6 +55,6 @@ export RUAMEL_NO_PIP_INSTALL_CHECK=1 %dir %{python_sitelib}/ruamel/std %{python_sitelib}/ruamel/std/pathlib %{python_sitelib}/ruamel.std.pathlib-%{version}-py3*-nspkg.pth -%{python_sitelib}/ruamel.std.pathlib-%{version}.dist-info +%{python_sitelib}/ruamel_std_pathlib-%{version}.dist-info %changelog