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 2023-06-28 21:33:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pygn (Old) and /work/SRC/openSUSE:Factory/.python-pygn.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pygn" Wed Jun 28 21:33:43 2023 rev:3 rq:1095794 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pygn/python-pygn.changes 2022-12-08 16:51:17.807517150 +0100 +++ /work/SRC/openSUSE:Factory/.python-pygn.new.13546/python-pygn.changes 2023-06-28 21:33:54.162052397 +0200 @@ -1,0 +2,24 @@ +Wed Jun 28 11:44:19 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Update to 0.11.0: + - Rewrite to new structure and abandoning setuptools +- Update to 0.10.3: + - refactor: rearrange the project to the src/ layout + (https://todo.sr.ht/~mcepl/pygn/7) + - Fix also pyproject.toml to generate what seems right. + - Add the explicit dependency on nntplib for Python >= 3.12 + (gh#python/cpython!104894). + - Use email.policy.SMTP to be perfectly conforming with RFCs. + Perhaps fixes: https://todo.sr.ht/~mcepl/pygn/6 + - Rename README to README.md + - Switch hosting of the project to Sourcehut. + - Also add the text of GPLv3. + - When sending nntp message fails, log the message to temporary + file. + - Convert documentation from .maff to plain HTML. + - Parse email messages from binary files (Fixes #24 + on GitLab (see also gh#python/cpython#69731 and + gh#python/cpython#85479) +- We actually don't need pytest. + +------------------------------------------------------------------- Old: ---- pygn-0.10.2.tar.gz New: ---- pygn-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pygn.spec ++++++ --- /var/tmp/diff_new_pack.OuP94a/_old 2023-06-28 21:33:54.850056459 +0200 +++ /var/tmp/diff_new_pack.OuP94a/_new 2023-06-28 21:33:54.854056483 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pygn # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,21 @@ Name: python-pygn -Version: 0.10.2 +Version: 0.11.0 Release: 0 Summary: The Python Gateway Script: news2mail mail2news gateway License: GPL-3.0-only Group: Productivity/Networking/News/Utilities -URL: https://gitlab.com/mcepl/pyg +URL: https://git.sr.ht/~mcepl/pygn Source: https://files.pythonhosted.org/packages/source/p/pygn/pygn-%{version}.tar.gz -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module nntplib if %python-base >= 3.12} +BuildRequires: %{python_module pip} BuildRequires: %{python_module rply} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-rply +Requires: (python-nntplib if python-base >= 3.12) Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch @@ -57,16 +60,16 @@ %autosetup -p1 -n pygn-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pygm2n %python_clone -a %{buildroot}%{_bindir}/pygn2m %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pyunittest discover -v test %post %python_install_alternative pygm2n pygn2m ++++++ pygn-0.10.2.tar.gz -> pygn-0.11.0.tar.gz ++++++ ++++ 3295 lines of diff (skipped)