Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-netutils for openSUSE:Factory checked in at 2025-01-15 17:45:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netutils (Old) and /work/SRC/openSUSE:Factory/.python-netutils.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netutils" Wed Jan 15 17:45:20 2025 rev:8 rq:1238027 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netutils/python-netutils.changes 2024-12-03 20:47:32.427871862 +0100 +++ /work/SRC/openSUSE:Factory/.python-netutils.new.1881/python-netutils.changes 2025-01-15 17:45:32.234487031 +0100 @@ -1,0 +2,12 @@ +Tue Jan 14 10:42:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 1.12.0 + * Added Python 3.13 support. + * Removed Python 3.8 support. +- from version 1.11.0 + * (no changes reported) +- Add fix-version-in-pyproject.patch to fix version in pyproject.toml +- Drop use-legacycrypt-if-required.patch, merged upstream +- Update BuildRequires from pyproject.toml + +------------------------------------------------------------------- Old: ---- netutils-1.10.0.tar.gz use-legacycrypt-if-required.patch New: ---- fix-version-in-pyproject.patch netutils-1.12.0.tar.gz BETA DEBUG BEGIN: Old:- Add fix-version-in-pyproject.patch to fix version in pyproject.toml - Drop use-legacycrypt-if-required.patch, merged upstream - Update BuildRequires from pyproject.toml BETA DEBUG END: BETA DEBUG BEGIN: New: * (no changes reported) - Add fix-version-in-pyproject.patch to fix version in pyproject.toml - Drop use-legacycrypt-if-required.patch, merged upstream BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netutils.spec ++++++ --- /var/tmp/diff_new_pack.sC5D69/_old 2025-01-15 17:45:33.018519454 +0100 +++ /var/tmp/diff_new_pack.sC5D69/_new 2025-01-15 17:45:33.022519619 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-netutils # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: python-netutils -Version: 1.10.0 +Version: 1.12.0 Release: 0 Summary: Common helper functions useful in network automation License: Apache-2.0 URL: https://netutils.readthedocs.io Source: https://github.com/networktocode/netutils/archive/refs/tags/v%{version}.tar.gz#/netutils-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#networktocode/netutils#601 -Patch0: use-legacycrypt-if-required.patch -BuildRequires: %{python_module base >= 3.7} +# PATCH-FIX-UPSTREAM - Fix version in pyproject.toml +# see: https://github.com/networktocode/netutils/issues/613 +Patch: fix-version-in-pyproject.patch +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module jinja2} BuildRequires: %{python_module legacycrypt if %python-base >= 3.13} BuildRequires: %{python_module pip} ++++++ fix-version-in-pyproject.patch ++++++ diff -Nru netutils-1.12.0.orig/pyproject.toml netutils-1.12.0/pyproject.toml --- netutils-1.12.0.orig/pyproject.toml 2025-01-08 23:21:29.000000000 +0100 +++ netutils-1.12.0/pyproject.toml 2025-01-14 11:39:00.467478137 +0100 @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.11.0" +version = "1.12.0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC <opensou...@networktocode.com>"] license = "Apache-2.0" ++++++ netutils-1.10.0.tar.gz -> netutils-1.12.0.tar.gz ++++++ ++++ 10922 lines of diff (skipped)