14
0

- 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
This commit is contained in:
2025-03-27 03:44:28 +00:00
committed by Git OBS Bridge
parent 4394dd1855
commit 55272bac2d
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 27 03:44:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
- Actually run fdupes.
-------------------------------------------------------------------
Sat Jan 27 10:51:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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