[Python-announce] [RELEASE] Python versions 3.10.7, 3.9.14, 3.8.14, 3.7.14 now available with security content

2022-09-07 Thread Łukasz Langa
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in. CVE-2020-10735 Converting between int

[Python-announce] PyCA cryptography 38.0.1 released

2022-09-07 Thread Paul Kehrer
PyCA cryptography 38.0.1 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, asymmetric algorithms, message digests, X509, key derivation functions, and much more. We support Python 3.6+,

[Python-announce] makepackage: A lightweight tool for creating a Python package

2022-09-07 Thread Marcin Kozak
Packaging code is a frequent approach in both open-source and business Python development. You can use various tools, such as Cookiecutter, or you can package your package manually. Now, you also have a much simpler solution, a makepackape Python package, with which it takes just one simple shell