From 7d368ed80a46135faf082d233c8c7d596bd91d1f9ef7cd332bef48ed00ec99bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Aug 2024 11:40:28 +0000 Subject: [PATCH] - switch to upstream reference for tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dacite?expand=0&rev=2 --- python-dacite.changes | 5 +++++ python-dacite.spec | 6 +++--- dacite-1.8.1.tar.gz => v1.8.1.tar.gz | 0 3 files changed, 8 insertions(+), 3 deletions(-) rename dacite-1.8.1.tar.gz => v1.8.1.tar.gz (100%) diff --git a/python-dacite.changes b/python-dacite.changes index 7c48048..4653cab 100644 --- a/python-dacite.changes +++ b/python-dacite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 21 11:40:01 UTC 2024 - Dirk Müller + +- switch to upstream reference for tarball + ------------------------------------------------------------------- Sat Aug 17 19:32:45 UTC 2024 - Sebastian Wagner diff --git a/python-dacite.spec b/python-dacite.spec index 862b16a..73716e0 100644 --- a/python-dacite.spec +++ b/python-dacite.spec @@ -1,7 +1,7 @@ # # spec file for package python-dacite # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,11 +22,11 @@ Release: 0 Summary: Simple creation of data classes from dictionaries License: MIT URL: https://github.com/konradhalas/dacite -Source: dacite-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://github.com/konradhalas/dacite/archive/refs/tags/v%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION tests BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-benchmark} diff --git a/dacite-1.8.1.tar.gz b/v1.8.1.tar.gz similarity index 100% rename from dacite-1.8.1.tar.gz rename to v1.8.1.tar.gz