From 1d3112c5d4660bda3fc667412868216dc0fdfd8e Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 9 Nov 2022 18:06:26 +0800 Subject: [PATCH] Modify invalid source0 --- python-cachetools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cachetools.spec b/python-cachetools.spec index 06e60b4..8d5877d 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools Version: 5.2.0 -Release: 1 +Release: 2 Summary: Extensible memoizing collections and decorators License: MIT 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 %description This module provides various memoizing collections and decorators, @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 9 2022 caodongxia - 5.2.0-2 +- Modify invalid source0 + * Mon Oct 17 2022 Ge Wang - 5.2.0-1 - Upgrade to version 5.2.0 -- Gitee