From 3043e0f8428df0bb8f99384abd23caed5c4f2de5e58126d1943d4b82fd7f546f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 16:15:14 +0000 Subject: [PATCH] - update to 1.3.3: * Add support for Python 3.12 * Fix package metadata to include Python 3.11, 3.12. - Fixed segfault after ``os.environ.clear()`` (issue #88). - Update to version 1.2 * Initialisation of the module moved to the first usage: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=52 --- python-setproctitle.changes | 13 ++++++++++--- python-setproctitle.spec | 7 +++---- setproctitle-1.3.2.tar.gz | 3 --- setproctitle-1.3.3.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 setproctitle-1.3.2.tar.gz create mode 100644 setproctitle-1.3.3.tar.gz diff --git a/python-setproctitle.changes b/python-setproctitle.changes index 8da14a7..0460ee4 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 27 16:14:51 UTC 2023 - Dirk Müller + +- update to 1.3.3: + * Add support for Python 3.12 + * Fix package metadata to include Python 3.11, 3.12. + ------------------------------------------------------------------- Fri Sep 16 18:19:55 UTC 2022 - Dirk Müller @@ -34,14 +41,14 @@ Thu Jan 28 23:04:25 UTC 2021 - Dirk Müller Sat Dec 19 10:02:40 UTC 2020 - Dirk Müller - update to 1.2.1 - - Fixed segfault after ``os.environ.clear()`` (issue #88). + - Fixed segfault after ``os.environ.clear()`` (issue #88). ------------------------------------------------------------------- Fri Dec 4 01:17:03 UTC 2020 - Benjamin Greiner -- Update to version 1.2 +- Update to version 1.2 * added ``getthreadtitle()`` and ``setthreadtitle()``. - * Initialisation of the module moved to the first usage: + * Initialisation of the module moved to the first usage: importing the module doesn't cause side effects. * Manage much longer command lines (#52) * Improved build on BSD, dropped ancient versions (issue #67). diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 38ecf53..790b16b 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -1,7 +1,7 @@ # # spec file for package python-setproctitle # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-setproctitle -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: Python module to allow customization of the process title License: BSD-3-Clause diff --git a/setproctitle-1.3.2.tar.gz b/setproctitle-1.3.2.tar.gz deleted file mode 100644 index 0b7840f..0000000 --- a/setproctitle-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd -size 27173 diff --git a/setproctitle-1.3.3.tar.gz b/setproctitle-1.3.3.tar.gz new file mode 100644 index 0000000..746692e --- /dev/null +++ b/setproctitle-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae +size 27253