From f19abc951d7080beb0fb2662dc765f45baa5ed3f51663b94d28a42f71f172140 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:21:50 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=3 --- python-zope.copy.changes | 5 +++++ python-zope.copy.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-zope.copy.changes b/python-zope.copy.changes index 3548ef7..aae32cb 100644 --- a/python-zope.copy.changes +++ b/python-zope.copy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:21:41 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Fri Apr 5 11:05:15 UTC 2019 - Marketa Calabkova diff --git a/python-zope.copy.spec b/python-zope.copy.spec index 5c47d78..06058e0 100644 --- a/python-zope.copy.spec +++ b/python-zope.copy.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.copy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,8 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -27,23 +28,22 @@ Name: python-zope.copy Version: 4.2 Release: 0 -License: ZPL-2.1 Summary: Pluggable object copying mechanism -Url: http://github.com/zopefoundation/zope.copy +License: ZPL-2.1 Group: Development/Languages/Python +URL: https://github.com/zopefoundation/zope.copy Source: https://files.pythonhosted.org/packages/source/z/zope.copy/zope.copy-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-zope.interface +BuildArch: noarch %if %{with test} BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.location} BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testrunner} %endif -BuildArch: noarch - %python_subpackages %description