From 02af3cca95efa555b10eea4966cf7b92dc5fc05a Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:50:20 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- pytest-watch.spec => python-pytest-watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename pytest-watch.spec => python-pytest-watch.spec (94%) diff --git a/pytest-watch.spec b/python-pytest-watch.spec similarity index 94% rename from pytest-watch.spec rename to python-pytest-watch.spec index 4602860..79c7b1c 100644 --- a/pytest-watch.spec +++ b/python-pytest-watch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-watch Version: 4.2.0 -Release: 1 +Release: 2 Summary: Local continuous test runner with pytest and watchdog. License: MIT URL: http://github.com/joeyespo/pytest-watch @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 4.2.0-2 +- change the spec file name to be the same as the repo name + * Mon Jul 12 2021 Python_Bot - 4.2.0-1 - Package Spec generated -- Gitee