15
0
forked from pool/python-cachey

Accepting request 1010389 from devel:languages:python

- use https for urls

OBS-URL: https://build.opensuse.org/request/show/1010389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachey?expand=0&rev=3
This commit is contained in:
2022-10-14 13:41:29 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 07:13:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Mon Mar 30 09:17:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

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}