15
0
forked from pool/python-cachey
2022-10-13 07:14:05 +00:00
committed by Git OBS Bridge
parent 038768d236
commit 8515d28c66
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cachey
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@ Release: 0
Summary: A Python cache mindful of computation/storage costs
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://github.com/mrocklin/cachey/
URL: https://github.com/mrocklin/cachey/
Source: https://files.pythonhosted.org/packages/source/c/cachey/cachey-%{version}.tar.gz
BuildRequires: %{python_module HeapDict}
BuildRequires: %{python_module pytest}