From 40605f508d869f2263b7a911b2b3f1db3ed91b09 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 25 Jun 2022 23:45:53 -0500 Subject: [PATCH] spec nit: Fix SourceURL The revised SourceURL avoids collisions in %{_sourcedir} and follows the Packaging Guidelines. --- .gitignore | 1 + python-tomli.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a86c813..78a839b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /1.2.3.tar.gz /2.0.0.tar.gz /2.0.1.tar.gz +/python-tomli-2.0.1.tar.gz diff --git a/python-tomli.spec b/python-tomli.spec index 36e8920..3928124 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -11,7 +11,7 @@ Summary: A little TOML parser for Python License: MIT URL: https://pypi.org/project/tomli/ -Source0: https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/hukkin/tomli/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel diff --git a/sources b/sources index c9068e6..84ad0b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (2.0.1.tar.gz) = a467f8d48cdbd7213bd9b6f85fd48ba142ab7c9656c40bb30785e1c4b37a9e29eaed420f183458ad20112baee8413ebbec87755332795c8f02235d1018c3aa5c +SHA512 (python-tomli-2.0.1.tar.gz) = a467f8d48cdbd7213bd9b6f85fd48ba142ab7c9656c40bb30785e1c4b37a9e29eaed420f183458ad20112baee8413ebbec87755332795c8f02235d1018c3aa5c