Changelog for
python3-setproctitle-1.3.2-qubes.bp154.2.28.x86_64.rpm :
* Fri Sep 16 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 2022 Dirk Müller - update to 1.2.3:
* Added Python 3.10 packages (issue #102).
* Added Wheel packages for macOS (issue #96).
* Thu Jan 28 2021 Dirk Müller - update to 1.2.2: - Fixed Windows build (issues #89, #90). - Added wheel packages for Windows (issues #47, #90). - Added wheel packages for aarch64 (issues #95).
* Sat Dec 19 2020 Dirk Müller - update to 1.2.1 - Fixed segfault after ``os.environ.clear()`` (issue #88).
* Fri Dec 04 2020 Benjamin Greiner - Update to version 1.2
* added ``getthreadtitle()`` and ``setthreadtitle()``.
* 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).
* Fixed build for Python 3.8 (#66, #72)
* Added support for Python 3.9
* Dropped support for Python < 3.6- Drop use-pkg-config.patch- Drop extra requirements
* Sun Aug 16 2020 John Vandenberg - Revert to working test suite, re-adding use-pkg-config.patch, and replace nose with pytest
* Tue Mar 10 2020 Tomáš Chvátal - Remove patch use-pkg-config.patch as we don\'t need to tweak this stuff at all
* Tue Mar 10 2020 Steve Kowalik - Update use-pkg-config.patch to use the embedded profile, to build against Python 3.8.
* Sun Sep 15 2019 John Vandenberg - Replace PyPI URL with GitHub URL- Drop errant skip-failing-tests.patch caused by missing test dependency procps- Add use-pkg-config.patch to build using pkg-config instead of python-config, as the latter is not shipped in python3-devel- Add LANG in %check to fix openSUSE/SLE 15- Use %license
* Sun Mar 03 2019 Matej Cepl - Enable tests and add skip-failing-tests.patch to skip failing tests (gh#dvarrazzo/py-setproctitle#60)
* Thu Jul 06 2017 tbechtoldAATTsuse.com- update to 1.10.0: - Fixed building with certain ``prctl.h`` implementations (issue #44). - Use ``setuptools`` if available (issue #48). - Fixed build on VC (issues #20, #33). - Added ``MANIFEST.in`` to the source distribution to help with RPM building (issue #30).- convert to singlespec- fix Source url