Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aioquic for openSUSE:Factory checked in at 2023-09-07 21:14:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aioquic (Old) and /work/SRC/openSUSE:Factory/.python-aioquic.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aioquic" Thu Sep 7 21:14:08 2023 rev:5 rq:1109559 version:0.9.21 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aioquic/python-aioquic.changes 2023-07-05 15:31:45.698994028 +0200 +++ /work/SRC/openSUSE:Factory/.python-aioquic.new.1766/python-aioquic.changes 2023-09-07 21:15:56.920185298 +0200 @@ -1,0 +2,10 @@ +Thu Sep 7 13:08:27 UTC 2023 - Dirk Müller <[email protected]> + +- update to 0.9.21: + * http3_client: :path should not be empty + * Move project metadata to pyproject.toml + * Fix X509StoreContextError usage for pyOpenSSL >= 22 + * Test against Python 3.11 + * Use function parameters instead of global args in examples + +------------------------------------------------------------------- Old: ---- aioquic-0.9.20.tar.gz New: ---- aioquic-0.9.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aioquic.spec ++++++ --- /var/tmp/diff_new_pack.WQfZIk/_old 2023-09-07 21:15:58.036225194 +0200 +++ /var/tmp/diff_new_pack.WQfZIk/_new 2023-09-07 21:15:58.036225194 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aioquic -Version: 0.9.20 +Version: 0.9.21 Release: 0 Summary: Python implementation of QUIC and HTTP/3 License: BSD-3-Clause @@ -29,13 +29,14 @@ Patch1: cryptography.patch BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(openssl) Requires: python-certifi Requires: python-cryptography >= 3.1 -Requires: python-pyOpenSSL >= 20 +Requires: python-pyOpenSSL >= 22 Requires: python-pylsqpack >= 0.3.3 # SECTION test requirements BuildRequires: %{python_module certifi} ++++++ aioquic-0.9.20.tar.gz -> aioquic-0.9.21.tar.gz ++++++ ++++ 2426 lines of diff (skipped) ++++++ cryptography.patch ++++++ --- /var/tmp/diff_new_pack.WQfZIk/_old 2023-09-07 21:15:58.220231772 +0200 +++ /var/tmp/diff_new_pack.WQfZIk/_new 2023-09-07 21:15:58.220231772 +0200 @@ -1,8 +1,8 @@ -Index: aioquic-0.9.20/tests/test_tls.py +Index: aioquic-0.9.21/tests/test_tls.py =================================================================== ---- aioquic-0.9.20.orig/tests/test_tls.py -+++ aioquic-0.9.20/tests/test_tls.py -@@ -430,7 +430,7 @@ class ContextTest(TestCase): +--- aioquic-0.9.21.orig/tests/test_tls.py ++++ aioquic-0.9.21/tests/test_tls.py +@@ -443,7 +443,7 @@ class ContextTest(TestCase): with self.assertRaises(tls.AlertBadCertificate) as cm: self._handshake(client, server) @@ -11,7 +11,7 @@ def test_handshake_with_certificate_no_verify(self): client = self.create_client(cafile=None, verify_mode=ssl.CERT_NONE) -@@ -1265,9 +1265,9 @@ class VerifyCertificateTest(TestCase): +@@ -1282,9 +1282,9 @@ class VerifyCertificateTest(TestCase): # fail with self.assertRaises(tls.AlertBadCertificate) as cm: verify_certificate(certificate=certificate, server_name="localhost") @@ -24,13 +24,4 @@ # ok verify_certificate( -@@ -1287,7 +1287,7 @@ class VerifyCertificateTest(TestCase): - # fail - with self.assertRaises(tls.AlertBadCertificate) as cm: - verify_certificate(certificate=certificate, server_name="localhost") -- self.assertEqual(str(cm.exception), "self signed certificate") -+ self.assertEqual(str(cm.exception), "self signed certificate") - - # ok - verify_certificate(
