From 2d9b6d8133f2edf1abe1fb87f05b0d8c92c3b579 Mon Sep 17 00:00:00 2001 From: xulei Date: Fri, 1 Nov 2024 02:20:05 +0000 Subject: [PATCH 1/2] add python-0xxx.patch. Signed-off-by: xulei --- python-0xxx.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python-0xxx.patch diff --git a/python-0xxx.patch b/python-0xxx.patch new file mode 100644 index 0000000..edf7651 --- /dev/null +++ b/python-0xxx.patch @@ -0,0 +1,9 @@ +from xxxxxxx + + + +xxxxxxxxxxxxxxx + + + +xxxxxxxxxxxxxxxx \ No newline at end of file -- Gitee From 184575e93e9c699c95b8308b0065b000c39b64c5 Mon Sep 17 00:00:00 2001 From: xulei Date: Fri, 1 Nov 2024 02:20:57 +0000 Subject: [PATCH 2/2] update python-uamqp.spec. Signed-off-by: xulei --- python-uamqp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-uamqp.spec b/python-uamqp.spec index 14b5d1e..ddda37f 100644 --- a/python-uamqp.spec +++ b/python-uamqp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-uamqp Version: 1.6.11 -Release: 1 +Release: 2 Summary: AMQP 1.0 Client Library for Python License: MIT License URL: https://github.com/Azure/azure-uamqp-python @@ -9,6 +9,7 @@ Source0: https://files.pythonhosted.org/packages/2e/99/e5fbdd1964f2b7f04fcfacd9c Patch0001: python-uamqp-treat-warnings-as-warnings.patch Patch0002: python-uamqp-openssl3.patch +Patch0003: python-uamqp-openssl3.patch Requires: python3-certifi BuildRequires: cmake @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 31 2024 liutao1 - 1.6.11-2 +- Update package to version 1.6.12 + * Thu Oct 31 2024 liutao1 - 1.6.11-1 - Update package to version 1.6.11 -- Gitee