[ANN] PyYAML-5.1: YAML parser and emitter for Python

2019-03-14 Thread Ingy dot Net
=== Announcing PyYAML-5.1 === A new MAJOR RELEASE of PyYAML is now available: https://pypi.org/project/PyYAML/ This is the first major release of PyYAML under the new maintenance team. Among the many changes listed below, this release specifically

rJSmin 1.1.0

2019-03-14 Thread André Malo
Hello World, I'm pleased to announce version 1.1.0 of rJSmin. About rJSmin rJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime

Wing Python IDE 6.1.5 released

2019-03-14 Thread Wingware
Wing Python IDE version 6.1.5 is now available for download . Changes in 6.1.5 * Improves code intelligence for extension modules on remote hosts * Adds a debug status icon to the debug process selector, and

ANN: psutil 5.6.0 with Process.parents() is out

2019-03-14 Thread Giampaolo Rodola'
Hello all, I'm glad to announce the release of psutil 5.6.1: https://github.com/giampaolo/psutil Blog post: http://grodola.blogspot.com/2019/03/psutil-560-with-processparents-is-out.html About = psutil (process and system utilities) is a cross-platform library for retrieving information on

[RELEASE] Python 3.7.3rc1 is now available for testing.

2019-03-14 Thread Ned Deily
Python 3.7.3rc1 is now available for testing. 3.7.3rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. Assuming no critical problems are found prior to 2019-03-25, no code changes are planned between now and the final release. This

ANN: psutil 5.6.1 released

2019-03-14 Thread Giampaolo Rodola'
Hello all, I'm glad to announce the release of psutil 5.6.1: https://github.com/giampaolo/psutil About = psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is

pytest 4.3.1 bug fix release

2019-03-14 Thread Bruno Oliveira
Hi everyone, pytest 4.3.1 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/latest/changelog.html. Thanks to all who contributed to this release,

[RELEASED] Python 3.4.10rc1 and Python 3.5.7rc1 are now available

2019-03-14 Thread Larry Hastings
On behalf of the Python development community, I'm chuffed to announce the availability of Python 3.4.10rc1 and Python 3.5.7rc1. Both Python 3.4 and 3.5 are in "security fixes only" mode.  Both versions only accept security fixes, not conventional bug fixes, and both releases are

cx_Oracle 7.1.2

2019-03-14 Thread Anthony Tuininga
What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to

UG Announcement - Python Mauritius User-Group (pymug)

2019-03-14 Thread Abdur-Rahmaan Janhangeer
As per requirements, i'm announcing the existence of the Python User-Group for Mauritius, an island in the Indian Ocean. Below are some info. Name: Python Mauritius User-Group Website: pymug.com Github: github.com/pymug Mailing list: https://mail.python.org/mailman3/lists/pymug.python.org/ Wiki

Vulnerability: urlsplit does not handle NFKC normalization

2019-03-14 Thread Steve Dower
We recently disclosed and patched a potential vulnerability in Python applications that use urlsplit() or urlparse() on user-provide URLs. You may be impacted if a user can provide a Unicode URL to your application that is later converted to IDNA (Punycode) or ASCII. This conversion will

[RELEASE] Python 2.7.16

2019-03-14 Thread Benjamin Peterson
Hello all, I'm pleased to announce the immediate availability of Python 2.7.16 for download at https://www.python.org/downloads/release/python-2716/. The only change since the release candidate was a fix for the IDLE icon on macOS. See https://bugs.python.org/issue32129. Refer to the changelog

[ANN] python-blosc v1.8.0

2019-03-14 Thread Valentin Haenel
= Announcing python-blosc 1.8.0 = What is new? This is a maintenance and fetaure release. A regression affecting windows users has been fixed by Robert McLeod and support for older C compilers has been contributed by Nicholas