From 43b8b14eaa3f7a382c0312691f4b4fc3443da367 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 31 Jan 2023 16:55:54 +0800 Subject: [PATCH] remove setuptools_scm_git_archive --- python-cheroot.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cheroot.spec b/python-cheroot.spec index ee64d6e..4fdeb2c 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cheroot Version: 9.0.0 -Release: 1 +Release: 2 Summary: Highly-optimized, pure-python HTTP server License: BSD-3-Clause URL: https://cheroot.cherrypy.org @@ -57,6 +57,7 @@ Documentation for cheroot %prep %autosetup -n cheroot-%{version} +sed -i '/setuptools_scm_git_archive/d' setup.cfg %build %py3_build @@ -96,6 +97,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jan 31 2023 wulei - 9.0.0-2 +- Remove setuptools_scm_git_archive + * Thu Dec 15 2022 liqiuyu - 9.0.0-1 - Update package to version 9.0.0