Accepting request 1057951 from home:ojkastl_buildservice:ansible_for_SLES15SP4
- adjust patch remove_python_3_6_deprecation_warning.patch to version 39.0.0 OBS-URL: https://build.opensuse.org/request/show/1057951 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=170
This commit is contained in:
parent
f2d67db72c
commit
24bd9a4244
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 12 10:14:50 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- adjust patch remove_python_3_6_deprecation_warning.patch to version
|
||||||
|
39.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 2 19:38:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 2 19:38:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,8 +1,18 @@
|
|||||||
Index: cryptography-37.0.2/src/cryptography/__init__.py
|
From 172adcb524950666fa223ed325d87bf355bca50d Mon Sep 17 00:00:00 2001
|
||||||
===================================================================
|
From: Johannes Kastl <kastl@b1-systems.de>
|
||||||
--- cryptography-37.0.2.orig/src/cryptography/__init__.py 2022-06-09 18:07:46.169719315 +0200
|
Date: Thu, 12 Jan 2023 11:12:53 +0100
|
||||||
+++ cryptography-37.0.2/src/cryptography/__init__.py 2022-06-09 18:07:53.853613006 +0200
|
Subject: [PATCH] remove python3.6 deprecation warning
|
||||||
@@ -18,12 +18,3 @@ __all__ = [
|
|
||||||
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
---
|
||||||
|
src/cryptography/__init__.py | 10 ----------
|
||||||
|
1 file changed, 10 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
|
||||||
|
index 07c894ea3..91b624bf0 100644
|
||||||
|
--- a/src/cryptography/__init__.py
|
||||||
|
+++ b/src/cryptography/__init__.py
|
||||||
|
@@ -13,13 +13,3 @@ __all__ = [
|
||||||
"__author__",
|
"__author__",
|
||||||
"__copyright__",
|
"__copyright__",
|
||||||
]
|
]
|
||||||
@ -10,8 +20,12 @@ Index: cryptography-37.0.2/src/cryptography/__init__.py
|
|||||||
-if sys.version_info[:2] == (3, 6):
|
-if sys.version_info[:2] == (3, 6):
|
||||||
- warnings.warn(
|
- warnings.warn(
|
||||||
- "Python 3.6 is no longer supported by the Python core team. "
|
- "Python 3.6 is no longer supported by the Python core team. "
|
||||||
- "Therefore, support for it is deprecated in cryptography and will be"
|
- "Therefore, support for it is deprecated in cryptography. The next "
|
||||||
- " removed in a future release.",
|
- "release of cryptography (40.0) will be the last to support Python "
|
||||||
|
- "3.6.",
|
||||||
- CryptographyDeprecationWarning,
|
- CryptographyDeprecationWarning,
|
||||||
- stacklevel=2,
|
- stacklevel=2,
|
||||||
- )
|
- )
|
||||||
|
--
|
||||||
|
2.39.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user