Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cstruct for openSUSE:Factory checked in at 2022-10-14 15:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cstruct (Old) and /work/SRC/openSUSE:Factory/.python-cstruct.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cstruct" Fri Oct 14 15:41:33 2022 rev:2 rq:1010396 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cstruct/python-cstruct.changes 2020-08-18 15:10:03.604016049 +0200 +++ /work/SRC/openSUSE:Factory/.python-cstruct.new.2275/python-cstruct.changes 2022-10-14 15:42:19.315896621 +0200 @@ -1,0 +2,5 @@ +Thu Oct 13 07:17:06 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- use https for urls + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cstruct.spec ++++++ --- /var/tmp/diff_new_pack.LN3wmo/_old 2022-10-14 15:42:19.759897363 +0200 +++ /var/tmp/diff_new_pack.LN3wmo/_new 2022-10-14 15:42:19.783897403 +0200 @@ -1,6 +1,7 @@ # # spec file for package python-cstruct # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -12,23 +13,24 @@ # 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-%{**}} Name: python-cstruct Version: 1.8 Release: 0 -License: MIT Summary: C-style structs for Python -Url: http://github.com/andreax79/python-cstruct +License: MIT Group: Development/Languages/Python +URL: https://github.com/andreax79/python-cstruct Source: https://github.com/andreax79/python-cstruct/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages