From 9aec15f50ecf2d3d165754aca4521bca7f527c5541f45c08d85394008d21d889 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:17:52 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=5 --- python-duet.changes | 5 +++++ python-duet.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-duet.changes b/python-duet.changes index 6e85d7a..c3e94ce 100644 --- a/python-duet.changes +++ b/python-duet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:17:46 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Sep 27 19:11:09 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-duet.spec b/python-duet.spec index ca52b73..edc8202 100644 --- a/python-duet.spec +++ b/python-duet.spec @@ -23,7 +23,7 @@ Version: 0.2.7 Release: 0 Summary: A simple future-based async library for python License: Apache-2.0 -URL: http://github.com/google/duet +URL: https://github.com/google/duet Source: https://files.pythonhosted.org/packages/source/d/duet/duet-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}