14
0

- 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:
2023-11-27 16:15:14 +00:00
committed by Git OBS Bridge
parent 32ff301416
commit 3043e0f842
4 changed files with 16 additions and 10 deletions

View File

@@ -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>

View File

@@ -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

View File

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

View File

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