15
0
forked from pool/python-dacite

- switch to upstream reference for tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dacite?expand=0&rev=2
This commit is contained in:
2024-08-21 11:40:28 +00:00
committed by Git OBS Bridge
parent 4e2561b4fe
commit 7d368ed80a
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 21 11:40:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to upstream reference for tarball
-------------------------------------------------------------------
Sat Aug 17 19:32:45 UTC 2024 - Sebastian Wagner <sebix@sebix.at>

View File

@@ -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}