14
0

Accepting request 1241218 from home:ecsos:python

- Update to 25.0.0

python-cryptography is now in version 44 in the repos!

OBS-URL: https://build.opensuse.org/request/show/1241218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=118
This commit is contained in:
2025-01-30 01:18:25 +00:00
committed by Git OBS Bridge
parent cf1675bc9a
commit c844e4f6cd
5 changed files with 58 additions and 18 deletions

View File

@@ -1,29 +1,29 @@
Index: pyOpenSSL-24.1.0/tests/test_ssl.py
Index: pyopenssl-25.0.0/tests/test_ssl.py
===================================================================
--- pyOpenSSL-24.1.0.orig/tests/test_ssl.py
+++ pyOpenSSL-24.1.0/tests/test_ssl.py
@@ -1249,6 +1249,7 @@ class TestContext:
--- pyopenssl-25.0.0.orig/tests/test_ssl.py
+++ pyopenssl-25.0.0/tests/test_ssl.py
@@ -1303,6 +1303,7 @@ class TestContext:
reason="set_default_verify_paths appears not to work on Windows. "
"See LP#404343 and LP#404344.",
)
+ @pytest.mark.network
def test_set_default_verify_paths(self):
def test_set_default_verify_paths(self) -> None:
"""
`Context.set_default_verify_paths` causes the platform-specific CA
Index: pyOpenSSL-24.1.0/setup.cfg
Index: pyopenssl-25.0.0/setup.cfg
===================================================================
--- pyOpenSSL-24.1.0.orig/setup.cfg
+++ pyOpenSSL-24.1.0/setup.cfg
--- pyopenssl-25.0.0.orig/setup.cfg
+++ pyopenssl-25.0.0/setup.cfg
@@ -11,4 +11,3 @@ doc_files = doc/_build/html
[egg_info]
tag_build =
tag_date = 0
-
Index: pyOpenSSL-24.1.0/pyproject.toml
Index: pyopenssl-25.0.0/pyproject.toml
===================================================================
--- pyOpenSSL-24.1.0.orig/pyproject.toml
+++ pyOpenSSL-24.1.0/pyproject.toml
@@ -42,6 +42,9 @@ ignore_missing_imports = true
--- pyopenssl-25.0.0.orig/pyproject.toml
+++ pyopenssl-25.0.0/pyproject.toml
@@ -39,6 +39,9 @@ ignore_missing_imports = true
[tool.pytest.ini_options]
addopts = "-r s --strict-markers"
testpaths = ["tests"]