From 31bf27770c2d32c5effbd59b41f3beaee2b00b73 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 7 Jul 2023 11:12:10 +0530 Subject: [PATCH] Help msuchy to count this package as already using SPDX license expression --- python-appdirs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index f331451..4e60766 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,8 +1,9 @@ Name: python-appdirs Version: 1.4.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python module for determining platform-specific directories +# https://spdx.org/licenses/MIT.html License: MIT URL: https://github.com/ActiveState/appdirs Source: %{pypi_source appdirs} @@ -53,6 +54,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' appdirs.py %changelog +* Fri Jul 07 2023 Parag Nemade - 1.4.4-10 +- Help msuchy to count this package as already using SPDX license expression + * Tue Jun 13 2023 Python Maint - 1.4.4-9 - Rebuilt for Python 3.12