PyCA cryptography 1.0 released

2015-08-12 Thread Paul Kehrer
On behalf of all the contributors I am pleased to announce the release of 
PyCA/cryptography (https://github.com/pyca/cryptography) 1.0! cryptography is a 
package which provides cryptographic recipes and primitives to Python 
developers. Our goal is for it to be your "cryptographic standard library". We 
support Python 2.6-2.7, Python 3.3+, and PyPy.

Changelog (https://cryptography.io/en/latest/changelog/):

* Switched to the new cffi set_source out-of-line API mode for compilation. 
This results in significantly faster imports and lowered memory consumption. 
Due to this change we no longer support PyPy releases older than 2.6 nor do we 
support any released version of PyPy3 (until a version supporting cffi 1.0 
comes out).
* Fix parsing of OpenSSH public keys that have spaces in comments.
* Support serialization of certificate signing requests using the public_bytes 
method of CertificateSigningRequest.
* Support serialization of certificates using the public_bytes method of 
Certificate.
* Add get_provisioning_uri method to HOTP and TOTP for generating provisioning 
URIs.
* Add ConcatKDFHash and ConcatKDFHMAC.
* Raise a TypeError when passing objects that are not text as the value to 
NameAttribute.
* Add support for OtherName as a general name type.
* Added new X.509 extension support in Certificate. The following new 
extensions are now supported:
    * OCSPNoCheck
    * InhibitAnyPolicy
    * IssuerAlternativeName
    * NameConstraints
* Extension support was added to CertificateSigningRequest.
* Add support for creating signed certificates with CertificateBuilder. This 
includes support for the following extensions:
    * BasicConstraints
    * SubjectAlternativeName
    * KeyUsage
    * ExtendedKeyUsage
    * SubjectKeyIdentifier
    * AuthorityKeyIdentifier
    * AuthorityInformationAccess
    * CRLDistributionPoints
    * InhibitAnyPolicy
    * IssuerAlternativeName
    * OCSPNoCheck
* Add support for creating certificate signing requests with 
CertificateSigningRequestBuilder. This includes support for the same extensions 
supported in the CertificateBuilder.

...and numerous other small improvements!

This release is the result of 670 commits from 213 different pull requests. 
These pull requests were created by 23 different contributors.

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

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


EuroPython 2015: Videos are online

2015-08-12 Thread M.-A. Lemburg
Thanks to our Media Work Group (WG) and especially Anthon and Luis,
the conference videos are now cut, edited and uploaded to our YouTube
channel as well as our archive.org collection:

http://europython.tv
http://archive.europython.tv

A total of 173 talk videos were processed, so there’s a lot of
interesting content to watch. The talk videos are also embedded into
the talk pages referenced in our session list for easy navigation:

https://ep2015.europython.eu/en/events/sessions/

Two short examples from the popular lightning talks sessions:

  * Storing acorns
https://www.youtube.com/watch?v=WmvTfUYJ2Bw&feature=youtu.be&t=48m25s

  * The -ish library
https://www.youtube.com/watch?v=LQSWi3QJV8s&t=59m28s

These are some short links for easy access:

  * http://europython.tv - for our YouTube channel
  * http://ep2015.europython.tv - for the EuroPython 2015 playlist
  * http://archive.europython.tv - for our archive.org collection

Enjoy,
--
EuroPython 2015 Team
http://ep2015.europython.eu/
http://www.europython-society.org/
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: eGenix mxODBC 3.3.4 - Python ODBC Database Interface

2015-08-12 Thread eGenix Team: M.-A. Lemburg


ANNOUNCING

 eGenix.com mxODBC

   Python ODBC Database Interface

   Version 3.3.4


mxODBC is our commercially supported Python extension providing
 ODBC database connectivity to Python applications
on Windows, Mac OS X, Unix and BSD platforms
   with many advanced Python DB-API extensions and
 full support of stored procedures


This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-mxODBC-3.3.4-GA.html



INTRODUCTION

mxODBC provides an easy-to-use, high-performance, reliable and robust
Python interface to ODBC compatible databases such as MS SQL Server,
Oracle Database, IBM DB2, Informix and Netezza, SAP Sybase ASE and
Sybase Anywhere, Teradata, MySQL, MariaDB, PostgreSQL, SAP MaxDB and
many more:

http://www.egenix.com/products/python/mxODBC/

The "eGenix mxODBC - Python ODBC Database Interface" product is a
commercial extension to our open-source eGenix mx Base Distribution:

http://www.egenix.com/products/python/mxBase/



NEWS

The 3.3.4 release of our mxODBC is a patch level release of our
popular Python ODBC Interface for Windows, Linux, Mac OS X and
FreeBSD. It includes these enhancements and fixes:

Driver Compatibility


MS SQL Server

 * Added a work-around for MS SQL Server Native Client to be able to
   support VARCHAR/VARBINARY(MAX) columns when using the Native Client
   with direct execution mode or Python type binding mode. Thanks to
   ZeOmega for reporting this.

 * Added new helper singleton BinaryNull to allow binding a NULL to a
   VARBINARY column with SQL Server in direct execution mode or Python
   type binding mode (as used for FreeTDS). Using the usual None
   doesn't work in those cases, since SQL Server does not accept a
   VARCHAR data type as input for VARBINARY, except by using an
   explicit "CAST(? AS VARBINARY)". mxODBC binds None as VARCHAR for
   best compatibility, when not getting any type hints from the ODBC
   driver.

Misc:

 * The various __version__ attributes in mxODBC are now automatically
   updated during release. In the past, we sometimes missed updating a
   few places when cutting releases.

For the full set of changes please check the mxODBC change log:

http://www.egenix.com/products/python/mxODBC/changelog.html



FEATURES

mxODBC 3.3 was released on 2014-04-08. Please see the full
announcement for highlights of the 3.3 release:

http://www.egenix.com/company/news/eGenix-mxODBC-3.3.0-GA.html

For the full set of features mxODBC has to offer, please see:

http://www.egenix.com/products/python/mxODBC/#Features



EDITIONS

mxODBC is available in these two editions:

 * The Professional Edition, which gives full access to all mxODBC features.

 * The Product Development Edition, which allows including mxODBC in
   applications you develop.

For a complete overview of the available editions, please see the
product page:

http://www.egenix.com/products/python/mxODBC/#mxODBCEditions



DOWNLOADS

The download archives and instructions for installing the package can
be found at:

http://www.egenix.com/products/python/mxODBC/

In order to use the eGenix mxODBC package you will first need to
install the eGenix mx Base package:

http://www.egenix.com/products/python/mxBase/

You can also simply use:

pip install egenix-mxodbc

and then get evaluation licenses from our website to try mxODBC:

http://www.egenix.com/products/python/mxODBC/#Evaluation



UPGRADING

Users are encouraged to upgrade to this latest mxODBC release to
benefit from the new features and updated ODBC driver support.

We have taken special care not to introduce backwards incompatible
changes, making the upgrade experience as smooth as possible.

Customers who have purchased mxODBC 3.3 licenses can continue to use
their licenses with this patch level release.

For upgrade purchases, we will give out 20% discount coupons going
from mxODBC 2.x to 3.3 and 50% coupons for upgrades from mxODBC 3.x to
3.3. Please contact the eGenix.com Sales Team with your existing
license serials for details for an upgrade discount coupon.

If you want to try the new release before purchase, you can request
30-day evaluation licenses by visiting our web-site

http://www.egenix.com/products/python/mxODBC/#Evaluation

or writing to sa...@egenix.com, stating your name (or the name of the