forked from pool/python-setproctitle
- update to 1.3.2:
* Restore import-time initialization of macOS to avoid crash on thread+fork * Fixed segfault on macOS 12.5 in forked processes (issue #111). Note that, as a workaround, Activity Monitor will show the title of the parent. * Added fallback no-op implementation if building the extension fails. * Added support for displaying title as the process name in MacOS Activity Monitor (issue #10). * Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided Python (issues #82, #103). * Fixed FreeBSD support, broken in 1.2 (issue #94). * Added package type annotations (issue #101). * Dropped support for Python 3.6. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=50
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 18:19:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.3.2:
|
||||||
|
* Restore import-time initialization of macOS to avoid crash on thread+fork
|
||||||
|
* Fixed segfault on macOS 12.5 in forked processes (issue #111).
|
||||||
|
Note that, as a workaround, Activity Monitor will show the title of the
|
||||||
|
parent.
|
||||||
|
* Added fallback no-op implementation if building the extension fails.
|
||||||
|
* Added support for displaying title as the process name in MacOS Activity
|
||||||
|
Monitor (issue #10).
|
||||||
|
* Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
|
||||||
|
Python (issues #82, #103).
|
||||||
|
* Fixed FreeBSD support, broken in 1.2 (issue #94).
|
||||||
|
* Added package type annotations (issue #101).
|
||||||
|
* Dropped support for Python 3.6.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 11 10:43:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed May 11 10:43:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -19,13 +19,14 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-setproctitle
|
Name: python-setproctitle
|
||||||
Version: 1.2.3
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to allow customization of the process title
|
Summary: Python module to allow customization of the process title
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/dvarrazzo/py-setproctitle/
|
URL: https://github.com/dvarrazzo/py-setproctitle/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
@@ -54,7 +55,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc HISTORY.rst README.rst
|
%doc HISTORY.rst README.rst
|
||||||
%license COPYRIGHT
|
%license COPYRIGHT
|
||||||
%{python_sitearch}/setproctitle*.so
|
%{python_sitearch}/setproctitle
|
||||||
%{python_sitearch}/setproctitle-%{version}*-info
|
%{python_sitearch}/setproctitle-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0
|
|
||||||
size 23618
|
|
3
setproctitle-1.3.2.tar.gz
Normal file
3
setproctitle-1.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd
|
||||||
|
size 27173
|
Reference in New Issue
Block a user