diff --git a/python-setproctitle.changes b/python-setproctitle.changes index 34a361c..8da14a7 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 16 18:19:55 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-setproctitle.spec b/python-setproctitle.spec index fa1cd16..38ecf53 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -19,13 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-setproctitle -Version: 1.2.3 +Version: 1.3.2 Release: 0 Summary: Python module to allow customization of the process title License: BSD-3-Clause URL: https://github.com/dvarrazzo/py-setproctitle/ 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 setuptools} BuildRequires: procps @@ -54,7 +55,7 @@ export CFLAGS="%{optflags}" %files %{python_files} %doc HISTORY.rst README.rst %license COPYRIGHT -%{python_sitearch}/setproctitle*.so +%{python_sitearch}/setproctitle %{python_sitearch}/setproctitle-%{version}*-info %changelog diff --git a/setproctitle-1.2.3.tar.gz b/setproctitle-1.2.3.tar.gz deleted file mode 100644 index fa71b5a..0000000 --- a/setproctitle-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0 -size 23618 diff --git a/setproctitle-1.3.2.tar.gz b/setproctitle-1.3.2.tar.gz new file mode 100644 index 0000000..0b7840f --- /dev/null +++ b/setproctitle-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd +size 27173