[Python-announce] Announcement: distlib 0.3.8 released on PyPI

2023-12-13 Thread Vinay Sajip via Python-announce-list
Version 0.3.8 of distlib has recently been released on PyPI [1]. For newcomers, distlib is a library of packaging functionality which is intended to be usable as the basis for third-party packaging tools. The main changes in this release are as follows: * Fix #204: use symlinks in venv creation

[Python-announce] ANN: A new version (0.5.2) of python-gnupg has been released.

2023-12-13 Thread Vinay Sajip via Python-announce-list
What Changed?= This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: * Fix #228: Clarify documentation for encryption/decryption. * Make I/O buffer size configurable via buffer_size attribute on a GPG instance. This release [2] has been

[Python-announce] Announcement: TLSSysLogHandler added on PyPI

2023-12-13 Thread epsilon--- via Python-announce-list
A new package for extending SysLogHandler with TLS support has been added on PyPI [1]. Modern syslog servers such as rsyslog, syslog-ng and OpenBSD's syslogd have TLS support for secure remote logging. Unfortunately the core python SysLogHandler does not have this functionality yet. TLSSysLogHan