Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pygn for openSUSE:Factory checked in at 2022-12-08 16:50:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pygn (Old) and /work/SRC/openSUSE:Factory/.python-pygn.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pygn" Thu Dec 8 16:50:54 2022 rev:2 rq:1041198 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pygn/python-pygn.changes 2020-07-01 20:43:59.078349441 +0200 +++ /work/SRC/openSUSE:Factory/.python-pygn.new.1835/python-pygn.changes 2022-12-08 16:51:17.807517150 +0100 @@ -1,0 +2,5 @@ +Wed Nov 30 17:46:32 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Clean up SPEC file, make rpmlint happy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pygn.spec ++++++ --- /var/tmp/diff_new_pack.E5lfOp/_old 2022-12-08 16:51:18.231519319 +0100 +++ /var/tmp/diff_new_pack.E5lfOp/_new 2022-12-08 16:51:18.243519381 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pygn # -# Copyright (c) 2020 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,26 @@ # 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-pygn Version: 0.10.2 Release: 0 -License: GPL-3.0 Summary: The Python Gateway Script: news2mail mail2news gateway -Url: https://gitlab.com/mcepl/pyg +License: GPL-3.0-only Group: Productivity/Networking/News/Utilities +URL: https://gitlab.com/mcepl/pyg Source: https://files.pythonhosted.org/packages/source/p/pygn/pygn-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module rply} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rply} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildArch: noarch +BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives - +Requires(postun):update-alternatives +BuildArch: noarch %python_subpackages %description @@ -55,7 +54,7 @@ It refers to rfc 822 (mail) and 850 (news). %prep -%setup -q -n pygn-%{version} +%autosetup -p1 -n pygn-%{version} %build %python_build @@ -76,7 +75,13 @@ %python_uninstall_alternative pygm2n pygn2m %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/mail2news.py +%{python_sitelib}/news2mail.py +%{python_sitelib}/whitelist.py +%{python_sitelib}/wlp.py +%{python_sitelib}/wlp_parser.py +%{python_sitelib}/pygn-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/*.pyc %python_alternative %{_bindir}/pygm2n %python_alternative %{_bindir}/pygn2m