14
0

Accepting request 1248714 from home:glaubitz:branches:devel:languages:python

- Update to 1.3.5
  * Fix bouncing Dock icon on macOS (issue #143).
  * Fix building on C23 compilers (issue #145).
- Add fdupes to BuildRequires
- Run %fdupes in %install section

OBS-URL: https://build.opensuse.org/request/show/1248714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=58
This commit is contained in:
2025-02-26 13:15:16 +00:00
committed by Git OBS Bridge
parent 2e0e2a0d8d
commit 1f6b71795c
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-setproctitle
#
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-setproctitle
Version: 1.3.4
Version: 1.3.5
Release: 0
Summary: Python module to allow customization of the process title
License: BSD-3-Clause
@@ -28,6 +28,7 @@ BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: procps
BuildRequires: python-rpm-macros
%python_subpackages
@@ -47,6 +48,7 @@ export CFLAGS="%{optflags}"
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# This is incompatible with qemu emulation