From 07b8b7a6eab083f47093d0bb26f78bd751a7ce44 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Tue, 16 May 2023 16:35:39 +0800 Subject: [PATCH] update to python-setuptools-39.2.0-7.el8 Signed-off-by: anolis-bot --- dist | 2 +- python-setuptools.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist b/dist index 535c690..9c0e36e 100644 --- a/dist +++ b/dist @@ -1 +1 @@ -an8_7 +an8 diff --git a/python-setuptools.spec b/python-setuptools.spec index 7a158b7..38b5848 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -35,7 +35,7 @@ Name: python-setuptools Version: 39.2.0 -Release: 6%{?dist}.1 +Release: 7%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -309,7 +309,7 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog -* Wed Jan 11 2023 Charalampos Stratakis - 39.2.0-6.1 +* Wed Jan 11 2023 Charalampos Stratakis - 39.2.0-7 - Security fix for CVE-2022-40897 Resolves: rhbz#2158559 -- Gitee