From 2170eaab1515029d83646e0250140e1a6e90321d Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Fri, 10 Jan 2020 15:57:29 +0800 Subject: [PATCH] fix source0 --- flit-1.0.tar.gz => 1.0.tar.gz | Bin python-flit.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename flit-1.0.tar.gz => 1.0.tar.gz (100%) diff --git a/flit-1.0.tar.gz b/1.0.tar.gz similarity index 100% rename from flit-1.0.tar.gz rename to 1.0.tar.gz diff --git a/python-flit.spec b/python-flit.spec index 37dcbfa..6e26eb2 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -4,12 +4,12 @@ Release: 5 Summary: Simplified packaging of Python modules License: BSD and ASL 2.0 and Python URL: https://flit.readthedocs.io/en/latest/ -Source0: https://src.fedoraproject.org/repo/extras/python-flit/flit-%{version}.tar.gz +Source0: https://github.com/takluyver/flit/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-pip python3-requests python3-docutils python3-pygments python3-pytoml -Provides: bundled(python-tornado) +Provides: bundled(python-tornado) %description Flit is a simple way to put Python packages and modules on PyPI. -- Gitee