Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2022-08-04 13:23:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Thu Aug 4 13:23:15 2022 rev:66 rq:990237 version:37.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2022-06-17 21:22:37.526777033 +0200
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new.1521/python-cryptography.changes
2022-08-04 13:23:30.592506560 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 12:07:03 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 37.0.4:
+ * updated wheels to b ecompiled against openssl 3.0.5
+
+-------------------------------------------------------------------
Old:
----
cryptography-37.0.2.tar.gz
cryptography-37.0.2.tar.gz.asc
New:
----
cryptography-37.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.tN1YT8/_old 2022-08-04 13:23:31.172508205 +0200
+++ /var/tmp/diff_new_pack.tN1YT8/_new 2022-08-04 13:23:31.176508217 +0200
@@ -28,14 +28,13 @@
%bcond_with test
%endif
Name: python-cryptography%{psuffix}
-Version: 37.0.2
+Version: 37.0.4
Release: 0
Summary: Python library which exposes cryptographic recipes and
primitives
License: Apache-2.0 OR BSD-3-Clause
Group: Development/Languages/Python
URL: https://cryptography.io/en/latest/
Source0:
https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
-Source1:
https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz.asc
# use `osc service disabledrun` to regenerate
Source2: vendor.tar.zst
# use `osc service disabledrun` to regenerate
++++++ _service ++++++
--- /var/tmp/diff_new_pack.tN1YT8/_old 2022-08-04 13:23:31.224508353 +0200
+++ /var/tmp/diff_new_pack.tN1YT8/_new 2022-08-04 13:23:31.224508353 +0200
@@ -1,6 +1,7 @@
<services>
+ <service name="download_files" mode="disabled"/>
<service name="cargo_vendor" mode="disabled">
- <param name="srcdir">cryptography-37.0.2/src/rust</param>
+ <param name="srcdir">cryptography-37.0.4/src/rust</param>
</service>
<service name="cargo_audit" mode="disabled">
</service>
++++++ cryptography-37.0.2.tar.gz -> cryptography-37.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-37.0.2/CHANGELOG.rst
new/cryptography-37.0.4/CHANGELOG.rst
--- old/cryptography-37.0.2/CHANGELOG.rst 2022-05-04 02:34:12.000000000
+0200
+++ new/cryptography-37.0.4/CHANGELOG.rst 2022-07-05 15:21:48.000000000
+0200
@@ -1,6 +1,20 @@
Changelog
=========
+.. _v37-0-4:
+
+37.0.4 - 2022-07-05
+~~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5.
+
+.. _v37-0-3:
+
+37.0.3 - 2022-06-21
+~~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.4.
+
.. _v37-0-2:
37.0.2 - 2022-05-03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-37.0.2/PKG-INFO
new/cryptography-37.0.4/PKG-INFO
--- old/cryptography-37.0.2/PKG-INFO 2022-05-04 02:35:19.921674000 +0200
+++ new/cryptography-37.0.4/PKG-INFO 2022-07-05 15:27:33.622687000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cryptography
-Version: 37.0.2
+Version: 37.0.4
Summary: cryptography is a package which provides cryptographic recipes and
primitives to Python developers.
Home-page: https://github.com/pyca/cryptography
Author: The Python Cryptographic Authority and individual contributors
@@ -10,7 +10,6 @@
Project-URL: Source, https://github.com/pyca/cryptography/
Project-URL: Issues, https://github.com/pyca/cryptography/issues
Project-URL: Changelog, https://cryptography.io/en/latest/changelog/
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
@@ -116,5 +115,3 @@
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
.. _`cryptography-dev`:
https://mail.python.org/mailman/listinfo/cryptography-dev
.. _`security reporting`: https://cryptography.io/en/latest/security/
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-37.0.2/src/cryptography/__about__.py
new/cryptography-37.0.4/src/cryptography/__about__.py
--- old/cryptography-37.0.2/src/cryptography/__about__.py 2022-05-04
02:34:12.000000000 +0200
+++ new/cryptography-37.0.4/src/cryptography/__about__.py 2022-07-05
15:21:48.000000000 +0200
@@ -9,7 +9,7 @@
"__copyright__",
]
-__version__ = "37.0.2"
+__version__ = "37.0.4"
__author__ = "The Python Cryptographic Authority and individual contributors"
-__copyright__ = "Copyright 2013-2021 {}".format(__author__)
+__copyright__ = "Copyright 2013-2022 {}".format(__author__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cryptography-37.0.2/src/cryptography/hazmat/backends/openssl/backend.py
new/cryptography-37.0.4/src/cryptography/hazmat/backends/openssl/backend.py
--- old/cryptography-37.0.2/src/cryptography/hazmat/backends/openssl/backend.py
2022-05-04 02:34:12.000000000 +0200
+++ new/cryptography-37.0.4/src/cryptography/hazmat/backends/openssl/backend.py
2022-07-05 15:21:48.000000000 +0200
@@ -713,7 +713,9 @@
return _DSAPublicKey(self, dsa_cdata, evp_pkey)
elif key_type == self._lib.EVP_PKEY_EC:
ec_cdata = self._lib.EVP_PKEY_get1_EC_KEY(evp_pkey)
- self.openssl_assert(ec_cdata != self._ffi.NULL)
+ if ec_cdata == self._ffi.NULL:
+ errors = self._consume_errors_with_text()
+ raise ValueError("Unable to load EC key", errors)
ec_cdata = self._ffi.gc(ec_cdata, self._lib.EC_KEY_free)
return _EllipticCurvePublicKey(self, ec_cdata, evp_pkey)
elif key_type in self._dh_types:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cryptography-37.0.2/src/cryptography.egg-info/PKG-INFO
new/cryptography-37.0.4/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-37.0.2/src/cryptography.egg-info/PKG-INFO 2022-05-04
02:35:19.000000000 +0200
+++ new/cryptography-37.0.4/src/cryptography.egg-info/PKG-INFO 2022-07-05
15:27:33.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cryptography
-Version: 37.0.2
+Version: 37.0.4
Summary: cryptography is a package which provides cryptographic recipes and
primitives to Python developers.
Home-page: https://github.com/pyca/cryptography
Author: The Python Cryptographic Authority and individual contributors
@@ -10,7 +10,6 @@
Project-URL: Source, https://github.com/pyca/cryptography/
Project-URL: Issues, https://github.com/pyca/cryptography/issues
Project-URL: Changelog, https://cryptography.io/en/latest/changelog/
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
@@ -116,5 +115,3 @@
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
.. _`cryptography-dev`:
https://mail.python.org/mailman/listinfo/cryptography-dev
.. _`security reporting`: https://cryptography.io/en/latest/security/
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cryptography-37.0.2/src/cryptography.egg-info/top_level.txt
new/cryptography-37.0.4/src/cryptography.egg-info/top_level.txt
--- old/cryptography-37.0.2/src/cryptography.egg-info/top_level.txt
2022-05-04 02:35:19.000000000 +0200
+++ new/cryptography-37.0.4/src/cryptography.egg-info/top_level.txt
2022-07-05 15:27:33.000000000 +0200
@@ -1,2 +1 @@
-_openssl
cryptography