1
0

8 Commits

Author SHA256 Message Date
d00222df91 Accepting request 1293333 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=36
2025-07-15 14:46:00 +00:00
a4e044727d - Update to 1.3.6
* Add support for free-threading (issue #147)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=62
2025-07-15 09:03:15 +00:00
3c53cc01a7 Accepting request 1285966 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=35
2025-06-16 09:13:09 +00:00
048bea3409 - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=60
2025-06-16 06:23:03 +00:00
9076400606 Accepting request 1248717 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=34
2025-02-26 16:24:47 +00:00
4bb729c142 - 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/package/show/devel:languages:python/python-setproctitle?expand=0&rev=58
2025-02-26 13:15:16 +00:00
8685eec6a4 Accepting request 1225350 from devel:languages:python
- update to 1.3.4:
  * Add support for Python 3.13 (issue #139).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/request/show/1225350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=33
2024-11-21 14:14:12 +00:00
653409c255 - update to 1.3.4:
* Add support for Python 3.13 (issue #139).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=56
2024-11-20 16:57:31 +00:00
4 changed files with 39 additions and 8 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jul 14 10:50:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.3.6
* Add support for free-threading (issue #147)
-------------------------------------------------------------------
Mon Jun 16 06:12:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
-------------------------------------------------------------------
Wed Feb 26 13:01:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Wed Nov 20 16:57:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.4:
* Add support for Python 3.13 (issue #139).
* Drop support for Python 3.7.
-------------------------------------------------------------------
Thu Dec 14 12:40:39 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-setproctitle
#
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-setproctitle
Version: 1.3.3
Version: 1.3.6
Release: 0
Summary: Python module to allow customization of the process title
License: BSD-3-Clause
@@ -26,8 +26,11 @@ URL: https://github.com/dvarrazzo/py-setproctitle/
Source: https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: procps
BuildRequires: python-rpm-macros
%python_subpackages
@@ -43,10 +46,11 @@ the OpenSSH Server for example.
%build
export CFLAGS="%{optflags}"
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# This is incompatible with qemu emulation
@@ -58,6 +62,6 @@ export CFLAGS="%{optflags}"
%doc HISTORY.rst README.rst
%license COPYRIGHT
%{python_sitearch}/setproctitle
%{python_sitearch}/setproctitle-%{version}*-info
%{python_sitearch}/setproctitle-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae
size 27253

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9f32b96c700bb384f33f7cf07954bb609d35dd82752cef57fb2ee0968409169
size 26889