Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-irc for openSUSE:Factory checked in at 2024-01-07 21:39:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-irc (Old) and /work/SRC/openSUSE:Factory/.python-irc.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-irc" Sun Jan 7 21:39:50 2024 rev:8 rq:1137300 version:20.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-irc/python-irc.changes 2021-12-28 12:27:02.092502907 +0100 +++ /work/SRC/openSUSE:Factory/.python-irc.new.28375/python-irc.changes 2024-01-07 21:40:07.183620624 +0100 @@ -1,0 +2,23 @@ +Sat Jan 6 20:42:35 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 20.3.1: + * Added support for SASL login. + * Better handling of escape sequences in message tags. + * Require Python 3.8 or later. + * Pinned against jaraco.text 3.10 due to change in interface. + * In irc.bot, avoid hanging idle when the first + connection attempt fails. + * SingleServerIRCBot no longer accepts reconnection_interval as + a parameter. + * Added server support for NOTICE commands. + +------------------------------------------------------------------- +Sat Mar 26 18:33:16 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 20.0.0: + * ``SingleServerIRCBot`` no longer accepts ``reconnection_interval`` + as a parameter. + * Added server support for NOTICE commands. + * Require Python 3.7 or later. + +------------------------------------------------------------------- Old: ---- irc-19.0.1.tar.gz New: ---- irc-20.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-irc.spec ++++++ --- /var/tmp/diff_new_pack.uknG7M/_old 2024-01-07 21:40:07.711639831 +0100 +++ /var/tmp/diff_new_pack.uknG7M/_new 2024-01-07 21:40:07.715639977 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-irc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,9 @@ %define modname irc -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-irc -Version: 19.0.1 +Version: 20.3.1 Release: 0 Summary: A set of Python modules for IRC support License: LGPL-2.1-or-later @@ -33,10 +32,12 @@ BuildRequires: %{python_module jaraco.stream} BuildRequires: %{python_module jaraco.text} BuildRequires: %{python_module more-itertools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module tempora >= 1.6} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-importlib-metadata @@ -66,10 +67,10 @@ rm pytest.ini %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -79,7 +80,8 @@ %files %{python_files} %license LICENSE -%doc CHANGES.rst README.rst +%doc NEWS.rst README.rst %doc scripts/ -%{python_sitelib}/irc* +%{python_sitelib}/irc +%{python_sitelib}/irc-%{version}.dist-info ++++++ irc-19.0.1.tar.gz -> irc-20.3.1.tar.gz ++++++ ++++ 5048 lines of diff (skipped)