Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.copy for
openSUSE:Factory checked in at 2022-10-14 15:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.copy (Old)
and /work/SRC/openSUSE:Factory/.python-zope.copy.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.copy"
Fri Oct 14 15:40:19 2022 rev:2 rq:1010406 version:4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.copy/python-zope.copy.changes
2019-04-08 20:53:21.098560233 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.copy.new.2275/python-zope.copy.changes
2022-10-14 15:40:30.035714140 +0200
@@ -1,0 +2,5 @@
+Thu Oct 13 07:21:41 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use https for urls
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.copy.spec ++++++
--- /var/tmp/diff_new_pack.50sAMU/_old 2022-10-14 15:40:30.555715009 +0200
+++ /var/tmp/diff_new_pack.50sAMU/_new 2022-10-14 15:40:30.575715042 +0200
@@ -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