From 959a5dbe07cca0e71604115510c643a56939b3cd9d86190d15efc16545ac363a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 22 Mar 2022 07:40:44 +0000 Subject: [PATCH] - Switch to the upstream tarball, when the repository is now finally tagged (gh#jric/Dumper.py#2). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Dumper?expand=0&rev=4 --- Dumper-1.2.0.tar.gz | 3 --- Dumper.py-1.2.0.tar.gz | 3 +++ python-Dumper.changes | 6 ++++++ python-Dumper.spec | 6 ++---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 Dumper-1.2.0.tar.gz create mode 100644 Dumper.py-1.2.0.tar.gz diff --git a/Dumper-1.2.0.tar.gz b/Dumper-1.2.0.tar.gz deleted file mode 100644 index 616d0a6..0000000 --- a/Dumper-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a0e517138626691b3c9c3baa0577b49c3eba07620bf6ee0437def9715b5c89 -size 11915 diff --git a/Dumper.py-1.2.0.tar.gz b/Dumper.py-1.2.0.tar.gz new file mode 100644 index 0000000..af6a9dc --- /dev/null +++ b/Dumper.py-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af492edfd7afe76c7b8a120204520ee1a3b66883842760d1b3fe4204f488bd85 +size 11909 diff --git a/python-Dumper.changes b/python-Dumper.changes index 375c1f6..bcec26d 100644 --- a/python-Dumper.changes +++ b/python-Dumper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 22 07:39:54 UTC 2022 - Matej Cepl + +- Switch to the upstream tarball, when the repository is now + finally tagged (gh#jric/Dumper.py#2). + ------------------------------------------------------------------- Sat Jan 8 08:03:17 UTC 2022 - Matej Cepl diff --git a/python-Dumper.spec b/python-Dumper.spec index 84d0c18..2e3dd35 100644 --- a/python-Dumper.spec +++ b/python-Dumper.spec @@ -23,8 +23,7 @@ Release: 0 Summary: Tool to conveniently describe any Python datastructure License: MIT URL: https://github.com/jric/Dumper.py -Source0: https://files.pythonhosted.org/packages/source/D/Dumper/Dumper-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/jric/Dumper.py/master/test.py +Source: https://github.com/jric/Dumper.py/archive/refs/tags/%{version}.tar.gz#/Dumper.py-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,8 +34,7 @@ BuildArch: noarch Tool to conveniently describe any Python datastructure %prep -%setup -q -n Dumper-%{version} -cp %{SOURCE1} . +%setup -q -n Dumper.py-%{version} %build %python_build