Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2015-08-10 09:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
 and      /work/SRC/openSUSE:Factory/.python-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cryptography"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2015-04-25 11:23:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
    2015-08-10 09:12:35.000000000 +0200
@@ -1,0 +2,58 @@
+Wed Jul 29 18:05:55 UTC 2015 - [email protected]
+
+- update to 0.9.3:
+  * Updated Windows wheels to be compiled against OpenSSL 1.0.2d.
+  * Updated Windows wheels to be compiled against OpenSSL 1.0.2c.
+  * **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using 
DSA
+   to verify signatures. Note that this only affects PyPy 2.6.0 and (presently
+   unreleased) CFFI versions greater than 1.1.0.
+  * Removed support for Python 3.2. This version of Python is rarely used
+    and caused support headaches. Users affected by this should upgrade to 
3.3+.
+  * Deprecated support for Python 2.6. At the time there is no time table for
+    actually dropping support, however we strongly encourage all users to 
upgrade
+    their Python, as Python 2.6 no longer receives support from the Python core
+    team.
+  * Add support for the
+    :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic
+    curve.
+  * Fixed compilation when using an OpenSSL which was compiled with the
+    ``no-comp`` (``OPENSSL_NO_COMP``) option.
+  * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
+    serialization of public keys using the ``public_bytes`` method of
+    
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`,
+    
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`,
+    and
+    
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
+  * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
+    serialization of private keys using the ``private_bytes`` method of
+    
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`,
+    
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`,
+    and
+    
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`.
+  * Add support for parsing X.509 certificate signing requests (CSRs) with
+    :func:`~cryptography.x509.load_pem_x509_csr` and
+    :func:`~cryptography.x509.load_der_x509_csr`.
+  * Moved ``cryptography.exceptions.InvalidToken`` to
+    :class:`cryptography.hazmat.primitives.twofactor.InvalidToken` and 
deprecated
+    the old location. This was moved to minimize confusion between this 
exception
+    and :class:`cryptography.fernet.InvalidToken`.
+  * Added support for X.509 extensions in 
:class:`~cryptography.x509.Certificate`
+    objects. The following extensions are supported as of this release:
+
+    * :class:`~cryptography.x509.BasicConstraints`
+    * :class:`~cryptography.x509.AuthorityKeyIdentifier`
+    * :class:`~cryptography.x509.SubjectKeyIdentifier`
+    * :class:`~cryptography.x509.KeyUsage`
+    * :class:`~cryptography.x509.SubjectAlternativeName`
+    * :class:`~cryptography.x509.ExtendedKeyUsage`
+    * :class:`~cryptography.x509.CRLDistributionPoints`
+    * :class:`~cryptography.x509.AuthorityInformationAccess`
+    * :class:`~cryptography.x509.CertificatePolicies`
+
+    Note that unsupported extensions with the critical flag raise
+    :class:`~cryptography.x509.UnsupportedExtension` while unsupported 
extensions
+    set to non-critical are silently ignored. Read the
+    :doc:`X.509 documentation</x509>` for more information.
+- add python-pyasn1, python-ipaddress and python-idna as Requires/BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  cryptography-0.8.2.tar.gz
  cryptography-0.8.2.tar.gz.asc
  cryptography_vectors-0.8.2.tar.gz
  cryptography_vectors-0.8.2.tar.gz.asc

New:
----
  cryptography-0.9.3.tar.gz
  cryptography-0.9.3.tar.gz.asc
  cryptography_vectors-0.9.3.tar.gz
  cryptography_vectors-0.9.3.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.7faQzf/_old  2015-08-10 09:12:36.000000000 +0200
+++ /var/tmp/diff_new_pack.7faQzf/_new  2015-08-10 09:12:36.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-cryptography
-Version:        0.8.2
+Version:        0.9.3
 Release:        0
 Summary:        Python library which exposes cryptographic recipes and 
primitives
 License:        Apache-2.0
@@ -32,6 +32,8 @@
 BuildRequires:  python-cffi >= 0.8
 BuildRequires:  python-devel
 BuildRequires:  python-enum34
+BuildRequires:  python-idna
+BuildRequires:  python-ipaddress
 BuildRequires:  python-setuptools
 BuildRequires:  python-six >= 1.4.1
 BuildRequires:  pkgconfig(libffi)
@@ -43,6 +45,9 @@
 BuildRequires:  python-virtualenv
 Requires:       python-cffi >= 0.8
 Requires:       python-enum34
+Requires:       python-idna
+Requires:       python-ipaddress
+Requires:       python-pyasn1
 Requires:       python-six >= 1.4.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ cryptography-0.8.2.tar.gz -> cryptography-0.9.3.tar.gz ++++++
++++ 9528 lines of diff (skipped)

++++++ cryptography_vectors-0.8.2.tar.gz -> cryptography_vectors-0.9.3.tar.gz 
++++++
/work/SRC/openSUSE:Factory/python-cryptography/cryptography_vectors-0.8.2.tar.gz
 
/work/SRC/openSUSE:Factory/.python-cryptography.new/cryptography_vectors-0.9.3.tar.gz
 differ: char 5, line 1


Reply via email to