remove setuptools_scm_git_archive

This commit is contained in:
wu-leilei 2023-01-31 16:55:54 +08:00
parent 0eac9d06d5
commit 43b8b14eaa

View File

@ -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 <wulei80@h-partners.com> - 9.0.0-2
- Remove setuptools_scm_git_archive
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 9.0.0-1
- Update package to version 9.0.0