From b88c0da2561f9269fdd530cd429c4055c53bb56b Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 31 Dec 2020 09:35:46 +0800 Subject: [PATCH] Modify Spec and yaml filename --- python-flufl-i18n.spec => python-flufl.i18n.spec | 7 +++++-- python-flufl-i18n.yaml => python-flufl.i18n.yaml | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename python-flufl-i18n.spec => python-flufl.i18n.spec (91%) rename python-flufl-i18n.yaml => python-flufl.i18n.yaml (100%) diff --git a/python-flufl-i18n.spec b/python-flufl.i18n.spec similarity index 91% rename from python-flufl-i18n.spec rename to python-flufl.i18n.spec index 40c09ef..d2ec541 100644 --- a/python-flufl-i18n.spec +++ b/python-flufl.i18n.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.i18n Version: 3.1.3 -Release: 1 +Release: 2 Summary: High level API for internationalizing Python libraries and applications. License: Apache 2.0 URL: https://pypi.org/project/flufl.i18n -Source0: https://files.pythonhosted.org/packages/2f/ed/291230106c59e1270042b0161c2f84f6c3ddb3b9b02686a52d4ebf38e098/flufl.i18n-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/2f/ed/291230106c59e1270042b0161c2f84f6c3ddb3b9b02686a52d4ebf38e098/flufl.i18n-%{version}.tar.gz BuildArch: noarch %description @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Dec 31 2020 leiju +- Modify Spec and yaml filename + * Thu Dec 17 2020 Python_Bot - Package Spec generated diff --git a/python-flufl-i18n.yaml b/python-flufl.i18n.yaml similarity index 100% rename from python-flufl-i18n.yaml rename to python-flufl.i18n.yaml