From 3baae318e544b7b9a30e05945570ebbf36b480d1 Mon Sep 17 00:00:00 2001 From: sun_hai Date: Thu, 20 Apr 2023 02:39:09 +0000 Subject: [PATCH] update python-inflection.spec. Signed-off-by: sun_hai --- python-inflection.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-inflection.spec b/python-inflection.spec index c581506..305f7bf 100644 --- a/python-inflection.spec +++ b/python-inflection.spec @@ -3,9 +3,9 @@ Name: python-inflection Version: 0.5.1 -Release: 1 +Release: 2 Summary: A port of Ruby on Rails' inflector to Python -License: Apache License 2.0 +License: MIT License URL: https://github.com/jpvanhal/inflection Source0: https://files.pythonhosted.org/packages/e1/7e/691d061b7329bc8d54edbf0ec22fbfb2afe61facb681f9aaa9bff7a27d04/%{pypi_name}-%{version}.tar.gz @@ -35,5 +35,11 @@ A port of Ruby on Rails' inflector to Python %{python3_sitelib}/* %changelog +* Thu Apr 20 2023 sunhai - 0.5.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:amend the lisence + * Wed Aug 25 2021 orange-snn - 0.5.1-1 - Package init