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 2023-10-06 21:12:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Fri Oct 6 21:12:33 2023 rev:83 rq:1115782 version:41.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2023-09-07 21:13:40.699315709 +0200
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new.28202/python-cryptography.changes
2023-10-06 21:12:38.867963148 +0200
@@ -1,0 +2,9 @@
+Thu Oct 5 09:30:35 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 41.0.4:
+ * ~~~~~~~~~~~~~~~~~~~
+ * Updated Windows, macOS, and Linux wheels to be compiled with
+ OpenSSL 3.1.3.
+ * .. _v41-0-3:
+
+-------------------------------------------------------------------
Old:
----
cryptography-41.0.3.tar.gz
New:
----
cryptography-41.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.K8uOBi/_old 2023-10-06 21:12:40.592025434 +0200
+++ /var/tmp/diff_new_pack.K8uOBi/_new 2023-10-06 21:12:40.592025434 +0200
@@ -27,7 +27,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-cryptography%{psuffix}
-Version: 41.0.3
+Version: 41.0.4
Release: 0
Summary: Python library which exposes cryptographic recipes and
primitives
License: Apache-2.0 OR BSD-3-Clause
++++++ _service ++++++
--- /var/tmp/diff_new_pack.K8uOBi/_old 2023-10-06 21:12:40.628026735 +0200
+++ /var/tmp/diff_new_pack.K8uOBi/_new 2023-10-06 21:12:40.632026880 +0200
@@ -1,10 +1,10 @@
<services>
- <service name="download_files" mode="disabled"/>
- <service name="cargo_vendor" mode="disabled">
- <param name="srcdir">cryptography-41.0.3/src/rust</param>
+ <service name="download_files" mode="manual"/>
+ <service name="cargo_vendor" mode="manual">
+ <param name="srcdir">cryptography-41.0.4/src/rust</param>
<param name="compression">zst</param>
</service>
- <service name="cargo_audit" mode="disabled">
+ <service name="cargo_audit" mode="manual">
</service>
</services>
++++++ cryptography-41.0.3.tar.gz -> cryptography-41.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-41.0.3/CHANGELOG.rst
new/cryptography-41.0.4/CHANGELOG.rst
--- old/cryptography-41.0.3/CHANGELOG.rst 2023-08-01 22:02:41.000000000
+0200
+++ new/cryptography-41.0.4/CHANGELOG.rst 2023-09-19 18:20:46.000000000
+0200
@@ -1,6 +1,13 @@
Changelog
=========
+.. _v41-0-4:
+
+41.0.4 - 2023-09-19
+~~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3.
+
.. _v41-0-3:
41.0.3 - 2023-08-01
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-41.0.3/PKG-INFO
new/cryptography-41.0.4/PKG-INFO
--- old/cryptography-41.0.3/PKG-INFO 2023-08-01 22:02:54.736662900 +0200
+++ new/cryptography-41.0.4/PKG-INFO 2023-09-19 18:21:00.754785000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cryptography
-Version: 41.0.3
+Version: 41.0.4
Summary: cryptography is a package which provides cryptographic recipes and
primitives to Python developers.
Author-email: The Python Cryptographic Authority and individual contributors
<[email protected]>
License: Apache-2.0 OR BSD-3-Clause
@@ -32,17 +32,36 @@
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
+License-File: LICENSE
+License-File: LICENSE.APACHE
+License-File: LICENSE.BSD
+Requires-Dist: cffi>=1.12
Provides-Extra: ssh
+Requires-Dist: bcrypt>=3.1.5; extra == "ssh"
Provides-Extra: nox
+Requires-Dist: nox; extra == "nox"
Provides-Extra: test
+Requires-Dist: pytest>=6.2.0; extra == "test"
+Requires-Dist: pytest-benchmark; extra == "test"
+Requires-Dist: pytest-cov; extra == "test"
+Requires-Dist: pytest-xdist; extra == "test"
+Requires-Dist: pretend; extra == "test"
Provides-Extra: test-randomorder
+Requires-Dist: pytest-randomly; extra == "test-randomorder"
Provides-Extra: docs
+Requires-Dist: sphinx>=5.3.0; extra == "docs"
+Requires-Dist: sphinx-rtd-theme>=1.1.1; extra == "docs"
Provides-Extra: docstest
+Requires-Dist: pyenchant>=1.6.11; extra == "docstest"
+Requires-Dist: twine>=1.12.0; extra == "docstest"
+Requires-Dist: sphinxcontrib-spelling>=4.0.1; extra == "docstest"
Provides-Extra: sdist
+Requires-Dist: build; extra == "sdist"
Provides-Extra: pep8test
-License-File: LICENSE
-License-File: LICENSE.APACHE
-License-File: LICENSE.BSD
+Requires-Dist: black; extra == "pep8test"
+Requires-Dist: ruff; extra == "pep8test"
+Requires-Dist: mypy; extra == "pep8test"
+Requires-Dist: check-sdist; extra == "pep8test"
pyca/cryptography
=================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-41.0.3/pyproject.toml
new/cryptography-41.0.4/pyproject.toml
--- old/cryptography-41.0.3/pyproject.toml 2023-08-01 22:02:41.000000000
+0200
+++ new/cryptography-41.0.4/pyproject.toml 2023-09-19 18:20:46.000000000
+0200
@@ -11,7 +11,7 @@
[project]
name = "cryptography"
-version = "41.0.3"
+version = "41.0.4"
authors = [
{name = "The Python Cryptographic Authority and individual contributors",
email = "[email protected]"}
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-41.0.3/src/cryptography/__about__.py
new/cryptography-41.0.4/src/cryptography/__about__.py
--- old/cryptography-41.0.3/src/cryptography/__about__.py 2023-08-01
22:02:41.000000000 +0200
+++ new/cryptography-41.0.4/src/cryptography/__about__.py 2023-09-19
18:20:46.000000000 +0200
@@ -10,7 +10,7 @@
"__copyright__",
]
-__version__ = "41.0.3"
+__version__ = "41.0.4"
__author__ = "The Python Cryptographic Authority and individual contributors"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cryptography-41.0.3/src/cryptography.egg-info/PKG-INFO
new/cryptography-41.0.4/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-41.0.3/src/cryptography.egg-info/PKG-INFO 2023-08-01
22:02:54.000000000 +0200
+++ new/cryptography-41.0.4/src/cryptography.egg-info/PKG-INFO 2023-09-19
18:21:00.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cryptography
-Version: 41.0.3
+Version: 41.0.4
Summary: cryptography is a package which provides cryptographic recipes and
primitives to Python developers.
Author-email: The Python Cryptographic Authority and individual contributors
<[email protected]>
License: Apache-2.0 OR BSD-3-Clause
@@ -32,17 +32,36 @@
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
+License-File: LICENSE
+License-File: LICENSE.APACHE
+License-File: LICENSE.BSD
+Requires-Dist: cffi>=1.12
Provides-Extra: ssh
+Requires-Dist: bcrypt>=3.1.5; extra == "ssh"
Provides-Extra: nox
+Requires-Dist: nox; extra == "nox"
Provides-Extra: test
+Requires-Dist: pytest>=6.2.0; extra == "test"
+Requires-Dist: pytest-benchmark; extra == "test"
+Requires-Dist: pytest-cov; extra == "test"
+Requires-Dist: pytest-xdist; extra == "test"
+Requires-Dist: pretend; extra == "test"
Provides-Extra: test-randomorder
+Requires-Dist: pytest-randomly; extra == "test-randomorder"
Provides-Extra: docs
+Requires-Dist: sphinx>=5.3.0; extra == "docs"
+Requires-Dist: sphinx-rtd-theme>=1.1.1; extra == "docs"
Provides-Extra: docstest
+Requires-Dist: pyenchant>=1.6.11; extra == "docstest"
+Requires-Dist: twine>=1.12.0; extra == "docstest"
+Requires-Dist: sphinxcontrib-spelling>=4.0.1; extra == "docstest"
Provides-Extra: sdist
+Requires-Dist: build; extra == "sdist"
Provides-Extra: pep8test
-License-File: LICENSE
-License-File: LICENSE.APACHE
-License-File: LICENSE.BSD
+Requires-Dist: black; extra == "pep8test"
+Requires-Dist: ruff; extra == "pep8test"
+Requires-Dist: mypy; extra == "pep8test"
+Requires-Dist: check-sdist; extra == "pep8test"
pyca/cryptography
=================
++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.K8uOBi/_old and
/var/tmp/diff_new_pack.K8uOBi/_new differ