Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-haproxyctl for
openSUSE:Factory checked in at 2022-10-14 15:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-haproxyctl (Old)
and /work/SRC/openSUSE:Factory/.python-haproxyctl.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-haproxyctl"
Fri Oct 14 15:41:37 2022 rev:3 rq:1010402 version:0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-haproxyctl/python-haproxyctl.changes
2021-02-18 20:50:16.059318524 +0100
+++
/work/SRC/openSUSE:Factory/.python-haproxyctl.new.2275/python-haproxyctl.changes
2022-10-14 15:42:22.579902071 +0200
@@ -1,0 +2,5 @@
+Thu Oct 13 07:19:29 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use https for urls
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-haproxyctl.spec ++++++
--- /var/tmp/diff_new_pack.Nmqg0A/_old 2022-10-14 15:42:23.123902980 +0200
+++ /var/tmp/diff_new_pack.Nmqg0A/_new 2022-10-14 15:42:23.131902994 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-haproxyctl
#
-# 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,27 +12,27 @@
# 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/
+#
-%define skip_python2 1
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-haproxyctl
Version: 0.5
Release: 0
-License: GPL-3.0
Summary: HAProxy control tool
-Url: http://github.com/neurogeek/haproxyctl
+License: GPL-3.0-only
Group: Development/Languages/Python
+URL: https://github.com/neurogeek/haproxyctl
Source:
https://github.com/neurogeek/haproxyctl/archive/v%{version}.tar.gz#/haproxyctl-%{version}.tar.gz
Source1: gpl-3.0.txt
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
-BuildRequires: unzip
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+BuildRequires: unzip
Requires: haproxy
BuildArch: noarch
-
%python_subpackages
%description