From e0a7837bb3577f25b50047763e68edd80cd70b32 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 31 Dec 2020 09:38:06 +0800 Subject: [PATCH] Modify Spec and yaml filename --- python-flufl-lock.spec => python-flufl.lock.spec | 7 +++++-- python-flufl-lock.yaml => python-flufl.lock.yaml | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename python-flufl-lock.spec => python-flufl.lock.spec (90%) rename python-flufl-lock.yaml => python-flufl.lock.yaml (100%) diff --git a/python-flufl-lock.spec b/python-flufl.lock.spec similarity index 90% rename from python-flufl-lock.spec rename to python-flufl.lock.spec index ce69acc..b9e23b8 100644 --- a/python-flufl-lock.spec +++ b/python-flufl.lock.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.lock Version: 5.0.3 -Release: 1 +Release: 2 Summary: NFS-safe file locking with timeouts for POSIX and Windows. License: Apache 2.0 URL: https://pypi.org/project/flufl.lock -Source0: https://files.pythonhosted.org/packages/d6/f2/dc52ec13288b338f66c5c1d5770d7bad1d8cf4c7a56c4e83b658c6cd4974/flufl.lock-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/d6/f2/dc52ec13288b338f66c5c1d5770d7bad1d8cf4c7a56c4e83b658c6cd4974/flufl.lock-%{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-lock.yaml b/python-flufl.lock.yaml similarity index 100% rename from python-flufl-lock.yaml rename to python-flufl.lock.yaml