14
0

Accepting request 1010406 from devel:languages:python

- use https for urls

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 07:21:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Fri Apr 5 11:05:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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