Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-librouteros for openSUSE:Factory checked in at 2025-11-27 15:21:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-librouteros (Old) and /work/SRC/openSUSE:Factory/.python-librouteros.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-librouteros" Thu Nov 27 15:21:43 2025 rev:12 rq:1320332 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-librouteros/python-librouteros.changes 2024-08-20 16:14:33.493047489 +0200 +++ /work/SRC/openSUSE:Factory/.python-librouteros.new.14147/python-librouteros.changes 2025-11-27 15:23:29.129848936 +0100 @@ -1,0 +2,17 @@ +Thu Nov 27 11:06:31 UTC 2025 - John Paul Adrian Glaubitz <[email protected]> + +- Update to version 3.4.1 + * Revert `SYNC_DEFAULTS` to `DEFAULTS` +- from version 3.4.0 + * Add async support +- from version 3.3.1 + * Fix empty `select()` `=.proplist=` argument +- from version 3.3.0 + * Allow empty `select()` + * Drop python 3.7 support (end of life) + * Drop python 3.6 support (end of life) +- Drop migrate-to-setup-method.patch, merged upstream +- Update BuildRequires and Requires from pyproject.toml +- Use Python 3.11 on SLE-15 by default + +------------------------------------------------------------------- Old: ---- librouteros-3.2.1.tar.gz migrate-to-setup-method.patch New: ---- librouteros-3.4.1.tar.gz ----------(Old B)---------- Old: * Drop python 3.6 support (end of life) - Drop migrate-to-setup-method.patch, merged upstream - Update BuildRequires and Requires from pyproject.toml ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-librouteros.spec ++++++ --- /var/tmp/diff_new_pack.gk02cm/_old 2025-11-27 15:23:29.653871035 +0100 +++ /var/tmp/diff_new_pack.gk02cm/_new 2025-11-27 15:23:29.653871035 +0100 @@ -16,17 +16,16 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%{?sle15_python_module_pythons} Name: python-librouteros -Version: 3.2.1 +Version: 3.4.1 Release: 0 Summary: Python implementation of MikroTik RouterOS API License: GPL-2.0-or-later URL: https://github.com/luqasz/librouteros Source: https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#luqasz/librouteros#a9349dfdc1d8e7a915567766e0d18b07544323dc -Patch0: migrate-to-setup-method.patch BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -34,7 +33,9 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest-asyncio} # /SECTION +Requires: python-toml %python_subpackages %description ++++++ librouteros-3.2.1.tar.gz -> librouteros-3.4.1.tar.gz ++++++ ++++ 4035 lines of diff (skipped)
