From 52aa0085e7ed9ba68ad959a6b638fa4c5f0a3909 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 9 Nov 2022 18:02:50 +0800 Subject: [PATCH] Modify invalid source0 --- python-dotenv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-dotenv.spec b/python-dotenv.spec index 9c56811..ea6095e 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dotenv Version: 0.19.0 -Release: 1 +Release: 2 Summary: Read key-value pairs from a .env file and set them as environment variables License: BSD-3-Clause URL: https://github.com/theskumar/python-dotenv -Source0: https://files.pythonhosted.org/packages/59/39/20eb771fc2113fb67638d4f2e1905c51b0c75862d09018a393470234a51c/python-dotenv-0.19.0.tar.gz +Source0: https://github.com/theskumar/python-dotenv/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch Requires: python3-click @@ -75,5 +75,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\" | awk -F ':' '{prin %{_docdir}/* %changelog +* Wed Nov 9 2022 caodongxia - 0.19.0-2 +- Modify invalid source0 + * Sat Oct 09 2021 yinzehao - 0.19.0-1 - Package init. -- Gitee