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-04-04 21:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Tue Apr 4 21:17:41 2023 rev:75 rq:1076828 version:40.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2023-03-29 23:26:17.659201031 +0200
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new.19717/python-cryptography.changes
2023-04-04 21:18:07.572312777 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 06:38:01 UTC 2023 - Johannes Kastl <[email protected]>
+
+- rebase patch remove_python_3_6_deprecation_warning.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ remove_python_3_6_deprecation_warning.patch ++++++
--- /var/tmp/diff_new_pack.roOp97/_old 2023-04-04 21:18:08.324317572 +0200
+++ /var/tmp/diff_new_pack.roOp97/_new 2023-04-04 21:18:08.328317597 +0200
@@ -1,18 +1,18 @@
-From 172adcb524950666fa223ed325d87bf355bca50d Mon Sep 17 00:00:00 2001
+From 0848826019cdcf3cf783095cb26b3fb394ae6d92 Mon Sep 17 00:00:00 2001
From: Johannes Kastl <[email protected]>
Date: Thu, 12 Jan 2023 11:12:53 +0100
Subject: [PATCH] remove python3.6 deprecation warning
Signed-off-by: Johannes Kastl <[email protected]>
---
- src/cryptography/__init__.py | 10 ----------
- 1 file changed, 10 deletions(-)
+ src/cryptography/__init__.py | 9 ---------
+ 1 file changed, 9 deletions(-)
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
-index 07c894ea3..91b624bf0 100644
+index 7f8a25c6e..91b624bf0 100644
--- a/src/cryptography/__init__.py
+++ b/src/cryptography/__init__.py
-@@ -13,13 +13,3 @@ __all__ = [
+@@ -13,12 +13,3 @@ __all__ = [
"__author__",
"__copyright__",
]
@@ -21,12 +21,11 @@
- warnings.warn(
- "Python 3.6 is no longer supported by the Python core team. "
- "Therefore, support for it is deprecated in cryptography. The next "
-- "release of cryptography (40.0) will be the last to support Python "
-- "3.6.",
+- "release of cryptography will remove support for Python 3.6.",
- CryptographyDeprecationWarning,
- stacklevel=2,
- )
--
-2.39.0
+2.40.0