From 5dcad1a48f0d92eba18ec83da532228328ede717 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Sat, 30 Mar 2024 16:34:26 +0800 Subject: [PATCH] sync 22.03-SP3 info to 24.03-LTS --- python-appdirs.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index 53cfb0c..93bc034 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,9 +1,9 @@ -%global with_tests 0%{?_with_tests:1} +%global with_tests 1%{?_with_tests:0} %global srcname appdirs name: python-%{srcname} Version: 1.4.4 -Release: 3 +Release: 4 Summary: A Python module for determining platform-specific directories License: MIT @@ -49,6 +49,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs %{python3_sitelib}/__pycache__/appdirs.* %changelog +* Tue Dec 13 2022 zhuofeng - 1.4.4-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Wed Mar 30 2022 yaoxin - 1.4.4-3 - Modified the build and install phases to adapt to the compilation and installation modes of Python 3.10