PyCA cryptography 2.4.1 (and 2.4) released

2018-11-13 Thread Paul Kehrer
PyCA cryptography 2.4.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
2.7, Python 3.4+, and PyPy.

Changelog (https://cryptography.io/en/latest/changelog/#v2-4-1):

* Fixed a build breakage in our manylinux1 wheels.

Changelog (https://cryptography.io/en/latest/changelog/#v2-4):

* BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL 2.4.x.
* Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by
the OpenSSL project. At this time there is no time table for dropping
support, however we strongly encourage all users to upgrade or install
cryptography from a wheel.
* Added initial OCSP support.
* Added support for PrecertPoison.

-Paul Kehrer (reaperhulk)
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: Python Meeting Düsseldorf - 07.11.2018

2018-11-13 Thread eGenix Team: M.-A. Lemburg


[This announcement is in German since it targets a local user group
 meeting in Düsseldorf, Germany]



ANKÜNDIGUNG

  PyDDF Python Herbst Sprint 2018 in
  Düsseldorf


 Samstag, 17.11.2018, 10:00-18:00 Uhr
 Sonntag, 18.11.2018, 10:00-18:00 Uhr

  trivago N.V., Kesselstrasse 5-7, 40221 Düsseldorf

  Python Meeting Düsseldorf
 https://www.pyddf.de/sprint2018-11/



INFORMATION

Das Python Meeting Düsseldorf (PyDDF) veranstaltet mit freundlicher
Unterstützung der *trivago N.V.* ein Python Sprint Wochenende.

Der Sprint findet am Wochenende 17./18.11.2018 in der trivago
Niederlassung im Medienhafen Düsseldorf statt (Achtung: Nicht mehr am
Karl-Arnold-Platz).

 * Google Maps: https://goo.gl/maps/dGM6ThfkLiJ2

Folgende Themengebiete haben wir als Anregung angedacht:

 * Openpyxl - https://pythonhosted.org/openpyxl/
 * SMS Forwarder - SMS an Email Adresse oder Chat weiterleiten
 * Python auf einem Raspberry Pi - Cluster
 * Django for Runners

Natürlich kann jeder Teilnehmer weitere Themen vorschlagen.

Alles weitere und die Anmeldung findet Ihr auf der Sprint Seite:

https://www.pyddf.de/sprint2018-11/

WICHTIG: Ohne Anmeldung können wir kein Badge für den Gebäudezugang
bereitstellen lassen. Eine spontane Anmeldung am Sprint Tag wird daher
vermutlich nicht funktionieren. Also bitte unbedingt mit vollen Namen
bis spätestens Freitag, 16.11., anmelden.

Teilnehmer sollten sich zudem auf der PyDDF Liste anmelden, da wir
uns dort koordinieren:

https://www.egenix.com/mailman/listinfo/pyddf



ÜBER UNS

Das Python Meeting Düsseldorf (PyDDF) ist eine regelmäßige Veranstaltung
in Düsseldorf, die sich an Python Begeisterte aus der Region wendet:

 * https://pyddf.de/

Einen guten Überblick über die Vorträge bietet unser YouTube-Kanal,
auf dem wir die Vorträge nach den Meetings veröffentlichen:

 * http://www.youtube.com/pyddf/

Veranstaltet wird das Meeting von der eGenix.com GmbH, Langenfeld,
in Zusammenarbeit mit Clark Consulting & Research, Düsseldorf:

 * http://www.egenix.com/
 * http://www.clark-consulting.eu/

Mit freundlichen Grüßen,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Nov 13 2018)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> Python Database Interfaces ...   http://products.egenix.com/
>>> Plone/Zope Database Interfaces ...   http://zope.egenix.com/


::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
   Registered at Amtsgericht Duesseldorf: HRB 46611
   http://www.egenix.com/company/contact/
  http://www.malemburg.com/


-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


pytest 3.10.1 released

2018-11-13 Thread Bruno Oliveira
pytest 3.10.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, among them:

* Anthony Sottile
* Boris Feld
* Bruno Oliveira
* Daniel Hahler
* Fabien ZARIFIAN
* Jon Dufresne
* Ronny Pfannschmidt


Happy testing,
The pytest Development Team
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Wing Python IDE 6.1.2 released

2018-11-13 Thread Wingware

Hi,

We've just released Wing 6.1.2 , 
which allows creating a new virtualenv 
 from the New Project 
dialog, implements VI mode inner/all text object operations such as ciw 
and das, exits VI insert mode when jk is typed rapidly, fixes reporting 
of top-level exceptions and skipped tests in pytest, supports 
goto-definition links 
 in 
docstrings, allows setting the main debug file from editor tabs and the 
Open Files tool, remembers current tab in preferences and properties 
dialogs, and makes many other improvements.For details, see 
https://wingware.com/pub/wingide/6.1.2/CHANGELOG.txt


Download Now 

About Wing

Wingware's family of cross-platform 
 Python IDEs make 
Python development easier, with powerful integrated editing, debugging, 
unit testing, and project management features. Wing runs on Windows, 
Linux, and OS X, and can be used to develop any kind of Python code for 
web, desktop, scientific, data analysis, embedded scripting, and other 
applications.


Version 6 introduces many new features, including improved 
multi-selection , 
much easier remote development 
, debugging from the Python 
Shell , recursive 
debugging , PEP 484 
and 526 type hinting 
, PEP 8 
reformatting , support for Python 3.6 
and 3.7, ability to create a new virtualenv 
 from the New Project 
dialog, improved VI mode, support for Vagrant 
, Jupyter 
, Django 
 1.10+ and 2.0, and Windows 
Subsystem for Linux , improved 
support for matplotlib , 
easier Raspberry Pi  
development, optimized debugger, OS X full screen mode, One Dark color 
palette, Russian localization (thanks to Alexandr Dragukin), expanded 
free product line, and much more. For details, see What's New in Wing 
Version 6 .


Wing 6 works with Python versions 2.5 through 2.7 and 3.2 through 3.7, 
including also Anaconda, ActivePython, EPD, Stackless, and others 
derived from the CPython implementation.


Wing Pro 
 requires purchasing 
 or upgrading 
 a license, or obtaining a 30-day 
trial at startup. Wing 101  and 
Wing Personal  are free 
versions that omit some features .


For more product information, please visit wingware.com 



Upgrading

You can try Wing 6 without removing older versions. Wing 6 will read and 
convert your old preferences, settings, and projects. Projects should be 
saved to a new name since previous versions of Wing cannot read Wing 6 
projects.


See also Migrating from Older Versions 
 and Upgrading 
.


Links

Release notice: https://wingware.com/news/2018-11-08
Downloads and Free Trial: https://wingware.com/downloads
Buy: https://wingware.com/store/purchase
Upgrade: https://wingware.com/store/upgrade

Questions?  Don't hesitate to email us at supp...@wingware.com.

Thanks,

--

Stephan Deibel
Wingware | Python IDE

The Intelligent Development Environment for Python Programmers

wingware.com

--
https://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


​PyDev 7.0.3 Released

2018-11-13 Thread Fabio Zadrozny
PyDev 7.0.3 Release Highlights
---

* **Mypy**

* PyDev can now use Mypy when doing code analysis.

* **Black Formatter**

* PyDev can now use black as the code formatting engine.

* **Virtual environments**

* It's now possible to use pipenv for managing virtual environments.
* It's possible to manage virtual environments from the editor.

* Ctrl+2, pip 
* Ctrl+2, pipenv 
* Ctrl+2, conda 

* **Debugger**

* Should be **much** faster for those on Python 3.6 onwards with cython
extensions (using frame evaluation).

* The Python 3.7 grammar is now available as an option (even though it's
the same as 3.6).

* Removed support for using the Python 2.4 grammar.

* The 2to3 integration shows a better dialog.

* It's possible to autogenerate docstring parameters using the Google Code
format (patch by ghbcode).

About PyDev
---

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and
IronPython development, now also available for Python on Visual Studio Code.

It comes with goodies such as code completion, syntax highlighting, syntax
analysis, code analysis, refactor, debug, interactive console, etc.

It is also available as a standalone through LiClipse with goodies such as
multiple cursors, theming and support for many other languages, such as
Django Templates, Jinja2, Html, JavaScript, etc.

Links:

PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/

Cheers,

Fabio Zadrozny
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/