forked from pool/python-setproctitle
- 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
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 16:14:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Fri Sep 16 18:19:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -34,14 +41,14 @@ Thu Jan 28 23:04:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
Sat Dec 19 10:02:40 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 19 10:02:40 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.2.1
|
- 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 <code@bnavigator.de>
|
Fri Dec 4 01:17:03 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
- Update to version 1.2
|
- Update to version 1.2
|
||||||
* added ``getthreadtitle()`` and ``setthreadtitle()``.
|
* 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.
|
importing the module doesn't cause side effects.
|
||||||
* Manage much longer command lines (#52)
|
* Manage much longer command lines (#52)
|
||||||
* Improved build on BSD, dropped ancient versions (issue #67).
|
* Improved build on BSD, dropped ancient versions (issue #67).
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setproctitle
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-setproctitle
|
Name: python-setproctitle
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
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
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd
|
|
||||||
size 27173
|
|
3
setproctitle-1.3.3.tar.gz
Normal file
3
setproctitle-1.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae
|
||||||
|
size 27253
|
Reference in New Issue
Block a user