From 1c0d82980dd0b98295708bea0e3fe037d4ae6f754e1917eeee1f593709846a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Dec 2023 12:19:42 +0000 Subject: [PATCH] Accepting request 1133128 from home:pgajdos:python pmmu version update OBS-URL: https://build.opensuse.org/request/show/1133128 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=10 --- aioquic-0.9.21.tar.gz | 3 --- aioquic-0.9.23.tar.gz | 3 +++ python-aioquic.changes | 6 ++++++ python-aioquic.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 aioquic-0.9.21.tar.gz create mode 100644 aioquic-0.9.23.tar.gz diff --git a/aioquic-0.9.21.tar.gz b/aioquic-0.9.21.tar.gz deleted file mode 100644 index a2c73f0..0000000 --- a/aioquic-0.9.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79c7ec06318e785627665ca4e8723adf347b7225b7d006e332d2575a1f516ef5 -size 153384 diff --git a/aioquic-0.9.23.tar.gz b/aioquic-0.9.23.tar.gz new file mode 100644 index 0000000..4212e6b --- /dev/null +++ b/aioquic-0.9.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c9da60ed0837fe8b8a6a0d7dcf0dfbebec8e9a027e10ebf7204f0569c58fa8 +size 157449 diff --git a/python-aioquic.changes b/python-aioquic.changes index f2efca1..7b304d3 100644 --- a/python-aioquic.changes +++ b/python-aioquic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 14 09:13:22 UTC 2023 - Petr Gajdos + +- update to 0.9.23 + * no upstream changelog found + ------------------------------------------------------------------- Thu Sep 7 13:08:27 UTC 2023 - Dirk Müller diff --git a/python-aioquic.spec b/python-aioquic.spec index 53e79c7..7d87961 100644 --- a/python-aioquic.spec +++ b/python-aioquic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aioquic -Version: 0.9.21 +Version: 0.9.23 Release: 0 Summary: Python implementation of QUIC and HTTP/3 License: BSD-3-Clause @@ -38,7 +38,9 @@ Requires: python-certifi Requires: python-cryptography >= 3.1 Requires: python-pyOpenSSL >= 22 Requires: python-pylsqpack >= 0.3.3 +Requires: python-service_identity # SECTION test requirements +BuildRequires: %{python_module service_identity} BuildRequires: %{python_module certifi} BuildRequires: %{python_module cryptography >= 2.5} BuildRequires: %{python_module pyOpenSSL >= 20}