Modify invalid source0

This commit is contained in:
caodongxia 2022-11-09 18:06:26 +08:00
parent fabceb9252
commit 1d3112c5d4

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cachetools Name: python-cachetools
Version: 5.2.0 Version: 5.2.0
Release: 1 Release: 2
Summary: Extensible memoizing collections and decorators Summary: Extensible memoizing collections and decorators
License: MIT License: MIT
URL: https://github.com/tkem/cachetools/ URL: https://github.com/tkem/cachetools/
Source0: https://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz Source0: https://github.com/tkem/cachetools/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
This module provides various memoizing collections and decorators, This module provides various memoizing collections and decorators,
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Nov 9 2022 caodongxia <caodongxia@h-partners.com> - 5.2.0-2
- Modify invalid source0
* Mon Oct 17 2022 Ge Wang <wangge20@h-partners.com> - 5.2.0-1 * Mon Oct 17 2022 Ge Wang <wangge20@h-partners.com> - 5.2.0-1
- Upgrade to version 5.2.0 - Upgrade to version 5.2.0