Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ez_setup for openSUSE:Factory
checked in at 2022-10-14 15:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ez_setup (Old)
and /work/SRC/openSUSE:Factory/.python-ez_setup.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ez_setup"
Fri Oct 14 15:41:35 2022 rev:3 rq:1010399 version:0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ez_setup/python-ez_setup.changes
2018-12-13 19:44:11.893031869 +0100
+++
/work/SRC/openSUSE:Factory/.python-ez_setup.new.2275/python-ez_setup.changes
2022-10-14 15:42:21.255899861 +0200
@@ -1,0 +2,5 @@
+Thu Oct 13 07:18:12 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use https for urls
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ez_setup.spec ++++++
--- /var/tmp/diff_new_pack.zUpLie/_old 2022-10-14 15:42:21.799900769 +0200
+++ /var/tmp/diff_new_pack.zUpLie/_new 2022-10-14 15:42:21.803900776 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ez_setup
#
-# Copyright (c) 2018 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
@@ -23,15 +23,15 @@
Summary: Contains ez_setup.py and distribute_setup.py
License: MIT
Group: Development/Languages/Python
-Url: http://github.com/ActiveState/ez_setup
+URL: https://github.com/ActiveState/ez_setup
Source:
https://files.pythonhosted.org/packages/source/e/ez_setup/ez_setup-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
+BuildArch: noarch
%ifpython2
# also provides distribute_setup.py
Conflicts: python-mockito < 0.5.3
%endif
-BuildArch: noarch
%python_subpackages
%description