[Python-announce]argon2-cffi 21.1.0

2021-08-30 Thread Hynek Schlawack
Hi everyone, I’m happy to announce the release of argon2-cffi 21.1.0! With more than 13 million downloads per month, argon2-cffi is the most popular package for using the competition-winning Argon2 password hash in Python. If you want more details on Argon2 and why it matters, check out my blog

[Python-announce]pytest 6.2.5

2021-08-30 Thread Bruno Oliveira
pytest 6.2.5 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. Thanks to all of the contributors to this release: * Anthony Sot

[Python-announce] [RELEASE] Python 3.9.7 and 3.8.12 are now available

2021-08-30 Thread Łukasz Langa
Python 3.9.7 Get it here: https://www.python.org/downloads/release/python-397/ Python 3.9.7 is the newest major stable release of the Python programming language, and it contains many new features and optimizations. There’s been 187 commits