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