diff --git a/python-cachey.changes b/python-cachey.changes index 6f20cfc..1507858 100644 --- a/python-cachey.changes +++ b/python-cachey.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:13:58 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Mon Mar 30 09:17:57 UTC 2020 - Marketa Calabkova diff --git a/python-cachey.spec b/python-cachey.spec index 04e75da..b6bea33 100644 --- a/python-cachey.spec +++ b/python-cachey.spec @@ -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}