From 5ffbd5971a6b9f5f715b8f0bf13d56656c6da1b6 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 8 Aug 2023 15:33:48 +0200 Subject: [PATCH] Declare the license as an SPDX expression --- python-packaging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index 0b7233e..ce0f03e 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -20,10 +20,10 @@ Name: python-%{pypi_name} Version: 23.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Core utilities for Python packages -License: BSD or ASL 2.0 +License: BSD-2-Clause OR Apache-2.0 URL: https://github.com/pypa/packaging Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz @@ -136,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Tue Aug 08 2023 Karolina Surma - 23.1-5 +- Declare the license as an SPDX expression + * Fri Jul 21 2023 Fedora Release Engineering - 23.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild