From ce7b47cfc603660e1fa06445c572f9e4c367fa65 Mon Sep 17 00:00:00 2001 From: TT Date: Wed, 20 Sep 2023 01:11:48 +0000 Subject: [PATCH] update python3.spec. Signed-off-by: TT --- python3.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 639d02c..19d1374 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.11.4 -Release: 2 +Release: 3 License: Python-2.0 %global branchversion 3.11 @@ -102,6 +102,7 @@ Provides: python3-libs Obsoletes: python3-libs Provides: python3-enum34 = 1.0.4-5 Obsoletes: python3-enum34 < 1.0.4-5 +Obsoletes: python36 Recommends: python3-setuptools Recommends: python3-pip @@ -841,6 +842,18 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Sep 20 2023 futao - 3.11.4-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add Obsoletes python36 + +* Thu Jul 20 2023 zhuofeng - 3.11.4-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove old python library + * Thu Jul 20 2023 zhuofeng - 3.11.4-2 - Type:bugfix - CVE:NA -- Gitee